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

/freebsd-11.0-release/tools/tools/ath/ath_ee_v14_print/
H A Dath_ee_v14_print.c166 printf("| xlnaGainCh: 0:0x%.2x 1:0x%.2x 2:0x%.2x |\n",
167 mh->xlnaGainCh[0], mh->xlnaGainCh[1], mh->xlnaGainCh[2]);
/freebsd-11.0-release/sys/dev/ath/ath_hal/
H A Dah_eeprom_v4k.h87 uint8_t xlnaGainCh[AR5416_4K_MAX_CHAINS]; // 1 member in struct:ModalEepHeader4k
H A Dah_eeprom_v14.h206 uint8_t xlnaGainCh[AR5416_MAX_CHAINS]; // 3 member in struct:ModalEepHeader
/freebsd-11.0-release/tools/tools/ath/ath_ee_v4k_print/
H A Dv4k.c103 printf("| xlnaGainCh: 0:0x%.2x |\n", mh->xlnaGainCh[0]);
/freebsd-11.0-release/tools/tools/ath/athprom/
H A Dathprom.c587 } else if (strneq(var, "xlnaGainCh", 10)) {
588 fprintf(fd, "%3d", eepromN.modalHeader[curmode].xlnaGainCh[atoi(var+10)]);
/freebsd-11.0-release/sys/dev/otus/
H A Dif_otusreg.h785 uint8_t xlnaGainCh[AR5416_MAX_CHAINS]; member in struct:ModalEepHeader

Completed in 174 milliseconds