Home
last modified time | relevance | path

Searched refs:switchSettling (Results 1 – 13 of 13) sorted by relevance

/dragonfly/tools/tools/ath/athprom/
H A Deeprom-314 | device type $deviceType | Switch Settling Time $switchSettling |
80 | device type $deviceType | Switch Settling Time $switchSettling |
128 | device type $deviceType | Switch Settling Time $switchSettling |
H A Deeprom-417 | device type $deviceType | Switch Settling Time $switchSettling |
90 | device type $deviceType | Switch Settling Time $switchSettling |
155 | device type $deviceType | Switch Settling Time $switchSettling |
H A Deeprom-518 | device type $deviceType | Switch Settling Time $switchSettling |
104 | device type $deviceType | Switch Settling Time $switchSettling |
182 | device type $deviceType | Switch Settling Time $switchSettling |
H A Deeprom-1433 | Switch Settling $switchSettling |
H A Dathprom.c550 fprintf(fd, "%3d", eepromN.modalHeader[curmode].switchSettling); in eevar()
/dragonfly/sys/dev/netif/ath/ath_hal/
H A Dah_eeprom_9287.h82 uint8_t switchSettling; member
H A Dah_eeprom_v4k.h82 uint8_t switchSettling; // 1 member
H A Dah_eeprom_v14.h201 uint8_t switchSettling; // 1 member
/dragonfly/sys/dev/netif/ath/ath_hal/ar5212/
H A Dar5212_reset.c1625 uint16_t switchSettling, txrxAtten, rxtxMargin; in ar5212SetBoardValues() local
1664 switchSettling = ee->ee_switchSettlingTurbo[is2GHz]; in ar5212SetBoardValues()
1670 switchSettling = ee->ee_switchSettling[arrayMode]; in ar5212SetBoardValues()
1678 AR_PHY_SETTLING_SWITCH, switchSettling); in ar5212SetBoardValues()
/dragonfly/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300eep.h310 u_int8_t switchSettling; // 1 member
/dragonfly/sys/dev/netif/ath/ath_hal/ar9002/
H A Dar9287_reset.c525 AR_PHY_SETTLING_SWITCH, pModal->switchSettling); in ar9287SetBoardValues()
H A Dar9285_reset.c318 pModal->switchSettling); in ar9285SetBoardValues()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5416/
H A Dar5416_reset.c1670 OS_REG_RMW_FIELD(ah, AR_PHY_SETTLING, AR_PHY_SETTLING_SWITCH, pModal->switchSettling); in ar5416SetBoardValues()