Searched refs:txRxAttenCh (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/tools/tools/ath/ath_ee_v14_print/
H A Dath_ee_v14_print.c160 printf("| txRxAttenCh: 0:0x%.2x 1:0x%.2x 2:0x%.2x |\n",
161 mh->txRxAttenCh[0], mh->txRxAttenCh[1], mh->txRxAttenCh[2]);
/freebsd-11-stable/sys/dev/ath/ath_hal/
H A Dah_eeprom_9287.h83 uint8_t txRxAttenCh[AR9287_MAX_CHAINS]; member in struct:modal_eep_ar9287_header
H A Dah_eeprom_v4k.h83 uint8_t txRxAttenCh[AR5416_4K_MAX_CHAINS]; // 1 member in struct:ModalEepHeader4k
H A Dah_eeprom_v14.h202 uint8_t txRxAttenCh[AR5416_MAX_CHAINS]; // 3 member in struct:ModalEepHeader
/freebsd-11-stable/tools/tools/ath/ath_ee_9287_print/
H A D9287.c109 printf("| txRxAttenCh: 0:0x%.2x |\n", mh->txRxAttenCh[i]);
/freebsd-11-stable/tools/tools/ath/ath_ee_v4k_print/
H A Dv4k.c100 printf("| txRxAttenCh: 0:0x%.2x |\n", mh->txRxAttenCh[0]);
/freebsd-11-stable/sys/dev/ath/ath_hal/ar9002/
H A Dar9287_reset.c504 txRxAttenLocal = pModal->txRxAttenCh[i];
H A Dar9285_reset.c204 txRxAttenLocal = pModal->txRxAttenCh[0];
/freebsd-11-stable/tools/tools/ath/athprom/
H A Dathprom.c623 } else if (strneq(var, "txRxAttenCh", 11)) {
625 eepromN.modalHeader[curmode].txRxAttenCh[atoi(var+11)]);
/freebsd-11-stable/sys/dev/otus/
H A Dif_otusreg.h781 uint8_t txRxAttenCh[AR5416_MAX_CHAINS]; member in struct:ModalEepHeader
H A Dif_otus.c2580 tmp |= (eep->txRxAttenCh[0] & 0x3f) << 12;
2585 tmp |= (eep->txRxAttenCh[1] & 0x3f) << 12;
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_reset.c1536 txRxAttenLocal = pModal->txRxAttenCh[i];
1642 * txRxAttenLocal = pModal->txRxAttenCh[i]

Completed in 122 milliseconds