Home
last modified time | relevance | path

Searched refs:xlnaGainCh (Results 1 – 6 of 6) sorted by relevance

/freebsd/tools/tools/ath/ath_ee_v14_print/
H A Dath_ee_v14_print.c165 mh->xlnaGainCh[0], mh->xlnaGainCh[1], mh->xlnaGainCh[2]); in eeprom_v14_modal_print()
/freebsd/sys/dev/ath/ath_hal/
H A Dah_eeprom_v4k.h87 uint8_t xlnaGainCh[AR5416_4K_MAX_CHAINS]; // 1 member
H A Dah_eeprom_v14.h206 uint8_t xlnaGainCh[AR5416_MAX_CHAINS]; // 3 member
/freebsd/tools/tools/ath/ath_ee_v4k_print/
H A Dv4k.c101 printf("| xlnaGainCh: 0:0x%.2x |\n", mh->xlnaGainCh[0]); in eeprom_v4k_modal_print()
/freebsd/sys/dev/otus/
H A Dif_otusreg.h792 uint8_t xlnaGainCh[AR5416_MAX_CHAINS]; member
/freebsd/tools/tools/ath/athprom/
H A Dathprom.c587 fprintf(fd, "%3d", eepromN.modalHeader[curmode].xlnaGainCh[atoi(var+10)]); in eevar()