Home
last modified time | relevance | path

Searched refs:AR_PHY_SETTLING_SWITCH (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/sys/external/isc/atheros_hal/dist/ar5212/
Dar5212phy.h83 #define AR_PHY_SETTLING_SWITCH 0x00003F80 macro
Dar5212_reset.c1542 AR_PHY_SETTLING_SWITCH, switchSettling); in ar5212SetBoardValues()
/netbsd/src/sys/dev/ic/
Darn9287.c200 reg = RW(reg, AR_PHY_SETTLING_SWITCH, modal->swSettleHt40); in ar9287_init_from_rom()
203 reg = RW(reg, AR_PHY_SETTLING_SWITCH, modal->switchSettling); in ar9287_init_from_rom()
Darn9280.c343 reg = RW(reg, AR_PHY_SETTLING_SWITCH, modal->switchSettling); in ar9280_init_from_rom()
379 reg = RW(reg, AR_PHY_SETTLING_SWITCH, modal->swSettleHt40); in ar9280_init_from_rom()
Darn5416.c279 reg = RW(reg, AR_PHY_SETTLING_SWITCH, modal->switchSettling); in ar5416_init_from_rom()
316 reg = RW(reg, AR_PHY_SETTLING_SWITCH, modal->swSettleHt40); in ar5416_init_from_rom()
Darn9285.c356 reg = RW(reg, AR_PHY_SETTLING_SWITCH, modal->switchSettling); in ar9285_init_from_rom()
392 reg = RW(reg, AR_PHY_SETTLING_SWITCH, modal->swSettleHt40); in ar9285_init_from_rom()
/netbsd/src/sys/external/isc/atheros_hal/dist/ar5416/
Dar9285_reset.c268 OS_REG_RMW_FIELD(ah, AR_PHY_SETTLING, AR_PHY_SETTLING_SWITCH, in ar9285SetBoardValues()
Dar5416_reset.c1313 OS_REG_RMW_FIELD(ah, AR_PHY_SETTLING, AR_PHY_SETTLING_SWITCH, pModal->switchSettling); in ar5416SetBoardValues()
1345 … OS_REG_RMW_FIELD(ah, AR_PHY_SETTLING, AR_PHY_SETTLING_SWITCH, pModal->swSettleHt40); in ar5416SetBoardValues()