Searched refs:switchSettling (Results 1 – 19 of 19) sorted by relevance
/freebsd/tools/tools/ath/athprom/ |
H A D | eeprom-3 | 13 | 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 D | eeprom-4 | 16 | 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 D | eeprom-5 | 17 | 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 D | eeprom-14 | 32 | Switch Settling $switchSettling |
|
H A D | athprom.c | 550 fprintf(fd, "%3d", eepromN.modalHeader[curmode].switchSettling); in eevar()
|
/freebsd/sys/dev/ath/ath_hal/ |
H A D | ah_eeprom_9287.h | 82 uint8_t switchSettling; member
|
H A D | ah_eeprom_v4k.h | 82 uint8_t switchSettling; // 1 member
|
H A D | ah_eeprom_v14.h | 201 uint8_t switchSettling; // 1 member
|
/freebsd/tools/tools/ath/ath_ee_v4k_print/ |
H A D | v4k.c | 92 printf("| switchSettling: 0x%.2x |\n", mh->switchSettling); in eeprom_v4k_modal_print()
|
/freebsd/tools/tools/ath/ath_ee_9287_print/ |
H A D | 9287.c | 100 printf("| switchSettling: 0x%.2x |\n", mh->switchSettling); in eeprom_9287_modal_print()
|
/freebsd/tools/tools/ath/ath_ee_v14_print/ |
H A D | ath_ee_v14_print.c | 150 printf("| switchSettling: 0x%.2x |\n", mh->switchSettling); in eeprom_v14_modal_print()
|
/freebsd/sys/dev/ath/ath_hal/ar5212/ |
H A D | ar5212_reset.c | 1624 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 D | if_otusreg.h | 787 uint8_t switchSettling; member
|
H A D | if_otus.c | 2635 tmp |= (eep->switchSettling & 0x7f) << 7; in otus_set_board_values()
|
/freebsd/tools/tools/ath/ath_ee_9300_print/ |
H A D | main.c | 159 m->switchSettling, in eeprom_9300_modal_print()
|
/freebsd/sys/dev/ath/ath_hal/ar9002/ |
H A D | ar9287_reset.c | 524 AR_PHY_SETTLING_SWITCH, pModal->switchSettling); in ar9287SetBoardValues()
|
H A D | ar9285_reset.c | 318 pModal->switchSettling); in ar9285SetBoardValues()
|
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/ |
H A D | ar9300eep.h | 314 u_int8_t switchSettling; // 1 member
|
/freebsd/sys/dev/ath/ath_hal/ar5416/ |
H A D | ar5416_reset.c | 1677 OS_REG_RMW_FIELD(ah, AR_PHY_SETTLING, AR_PHY_SETTLING_SWITCH, pModal->switchSettling); in ar5416SetBoardValues()
|