Home
last modified time | relevance | path

Searched refs:thresh62 (Results 1 – 10 of 10) sorted by relevance

/openbsd/src/sys/dev/ic/
Dar9280.c366 reg = RW(reg, AR9280_PHY_CCA_THRESH62, modal->thresh62); in ar9280_init_from_rom()
370 reg = RW(reg, AR_PHY_EXT_CCA0_THRESH62, modal->thresh62); in ar9280_init_from_rom()
Dar9287.c228 reg = RW(reg, AR9280_PHY_CCA_THRESH62, modal->thresh62); in ar9287_init_from_rom()
232 reg = RW(reg, AR_PHY_EXT_CCA0_THRESH62, modal->thresh62); in ar9287_init_from_rom()
Dar5416.c312 reg = RW(reg, AR_PHY_CCA_THRESH62, modal->thresh62); in ar5416_init_from_rom()
316 reg = RW(reg, AR_PHY_EXT_CCA_THRESH62, modal->thresh62); in ar5416_init_from_rom()
Dar9285.c384 reg = RW(reg, AR9280_PHY_CCA_THRESH62, modal->thresh62); in ar9285_init_from_rom()
388 reg = RW(reg, AR_PHY_EXT_CCA0_THRESH62, modal->thresh62); in ar9285_init_from_rom()
Dar9287reg.h113 uint8_t thresh62; member
Dar5416reg.h92 uint8_t thresh62; member
Dar9285reg.h201 uint8_t thresh62; member
Dar9380reg.h141 uint8_t thresh62; member
/openbsd/src/sys/dev/usb/
Dif_otusreg.h739 uint8_t thresh62; member
Dif_otus.c1767 tmp |= (eep->thresh62 & 0x7f) << 12; in otus_set_board_values()