Home
last modified time | relevance | path

Searched refs:cs_threshold (Results 1 – 2 of 2) sorted by relevance

/netbsd/sys/dev/ic/
H A Drtwphy.c83 int dflantb, uint8_t cs_threshold, u_int freq) in rtw_bbp_init() argument
92 __SHIFTIN(cs_threshold, RTW_BBP_SYS3_CSTHRESH_MASK); in rtw_bbp_init()
765 uint8_t cs_threshold, u_int freq, int antdiv, int dflantb, in rtw_phy_init() argument
771 "pwrstate %s\n", __func__, opaque_txpower, cs_threshold, freq, in rtw_phy_init()
790 cs_threshold, freq); in rtw_phy_init()
H A Drtw.c812 uint8_t *cs_threshold, enum rtw_rfchipid *rfchipid, uint32_t *rcr) in rtw_srom_defaults() argument
815 *cs_threshold = RTW_SR_ENERGYDETTHR_DEFAULT; in rtw_srom_defaults()
821 rtw_srom_parse(struct rtw_srom *sr, uint32_t *flags, uint8_t *cs_threshold, in rtw_srom_parse() argument
840 rtw_srom_defaults(sr, flags, cs_threshold, rfchipid, rcr); in rtw_srom_parse()
855 *cs_threshold = RTW_SR_GET(sr, RTW_SR_ENERGYDETTHR); in rtw_srom_parse()