Home
last modified time | relevance | path

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

/dragonfly/tools/tools/ath/athprom/
HDeeprom-314 | device type $deviceType | Switch Settling Time $switchSettling |
80 | device type $deviceType | Switch Settling Time $switchSettling |
128 | device type $deviceType | Switch Settling Time $switchSettling |
HDeeprom-417 | device type $deviceType | Switch Settling Time $switchSettling |
90 | device type $deviceType | Switch Settling Time $switchSettling |
155 | device type $deviceType | Switch Settling Time $switchSettling |
HDeeprom-518 | device type $deviceType | Switch Settling Time $switchSettling |
104 | device type $deviceType | Switch Settling Time $switchSettling |
182 | device type $deviceType | Switch Settling Time $switchSettling |
HDeeprom-1433 | Switch Settling $switchSettling |
HDathprom.c550 fprintf(fd, "%3d", eepromN.modalHeader[curmode].switchSettling); in eevar()
/dragonfly/sys/dev/netif/ath/ath_hal/
HDah_eeprom_9287.h82 uint8_t switchSettling; member
HDah_eeprom_v4k.h82 uint8_t switchSettling; // 1 member
HDah_eeprom_v14.h201 uint8_t switchSettling; // 1 member
/dragonfly/sys/dev/netif/ath/ath_hal/ar5212/
HDar5212_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/
HDar9300eep.h310 u_int8_t switchSettling; // 1 member
/dragonfly/sys/dev/netif/ath/ath_hal/ar9002/
HDar9287_reset.c525 AR_PHY_SETTLING_SWITCH, pModal->switchSettling); in ar9287SetBoardValues()
HDar9285_reset.c318 pModal->switchSettling); in ar9285SetBoardValues()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5416/
HDar5416_reset.c1670 OS_REG_RMW_FIELD(ah, AR_PHY_SETTLING, AR_PHY_SETTLING_SWITCH, pModal->switchSettling); in ar5416SetBoardValues()