Home
last modified time | relevance | path

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

/freebsd/tools/tools/ath/athprom/
H A Deeprom-313 | device type $deviceType | Switch Settling Time $switchSettling |
79 | device type $deviceType | Switch Settling Time $switchSettling |
127 | device type $deviceType | Switch Settling Time $switchSettling |
H A Deeprom-416 | device type $deviceType | Switch Settling Time $switchSettling |
89 | device type $deviceType | Switch Settling Time $switchSettling |
154 | device type $deviceType | Switch Settling Time $switchSettling |
H A Deeprom-517 | device type $deviceType | Switch Settling Time $switchSettling |
103 | device type $deviceType | Switch Settling Time $switchSettling |
181 | device type $deviceType | Switch Settling Time $switchSettling |
H A Deeprom-1432 | Switch Settling $switchSettling |
H A Dathprom.c550 fprintf(fd, "%3d", eepromN.modalHeader[curmode].switchSettling); in eevar()
/freebsd/sys/dev/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
/freebsd/tools/tools/ath/ath_ee_v4k_print/
H A Dv4k.c92 printf("| switchSettling: 0x%.2x |\n", mh->switchSettling); in eeprom_v4k_modal_print()
/freebsd/tools/tools/ath/ath_ee_9287_print/
H A D9287.c100 printf("| switchSettling: 0x%.2x |\n", mh->switchSettling); in eeprom_9287_modal_print()
/freebsd/tools/tools/ath/ath_ee_v14_print/
H A Dath_ee_v14_print.c150 printf("| switchSettling: 0x%.2x |\n", mh->switchSettling); in eeprom_v14_modal_print()
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_reset.c1624 uint16_t switchSettling, txrxAtten, rxtxMargin; in ar5212SetBoardValues() local
1663 switchSettling = ee->ee_switchSettlingTurbo[is2GHz]; in ar5212SetBoardValues()
1669 switchSettling = ee->ee_switchSettling[arrayMode]; in ar5212SetBoardValues()
1677 AR_PHY_SETTLING_SWITCH, switchSettling); in ar5212SetBoardValues()
/freebsd/sys/dev/otus/
H A Dif_otusreg.h787 uint8_t switchSettling; member
H A Dif_otus.c2635 tmp |= (eep->switchSettling & 0x7f) << 7; in otus_set_board_values()
/freebsd/tools/tools/ath/ath_ee_9300_print/
H A Dmain.c159 m->switchSettling, in eeprom_9300_modal_print()
/freebsd/sys/dev/ath/ath_hal/ar9002/
H A Dar9287_reset.c524 AR_PHY_SETTLING_SWITCH, pModal->switchSettling); in ar9287SetBoardValues()
H A Dar9285_reset.c318 pModal->switchSettling); in ar9285SetBoardValues()
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300eep.h314 u_int8_t switchSettling; // 1 member
/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_reset.c1677 OS_REG_RMW_FIELD(ah, AR_PHY_SETTLING, AR_PHY_SETTLING_SWITCH, pModal->switchSettling); in ar5416SetBoardValues()