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

/freebsd-11-stable/sys/dev/ath/ath_hal/
H A Dah_eeprom_9287.h91 uint8_t xpdGain; member in struct:modal_eep_ar9287_header
H A Dah_eeprom_v4k.h93 uint8_t xpdGain; // 1 member in struct:ModalEepHeader4k
H A Dah_eeprom_v14.h212 uint8_t xpdGain; // 1 member in struct:ModalEepHeader
/freebsd-11-stable/sys/dev/ath/ath_hal/ar9002/
H A Dar9280_olc.c299 xpdMask = pEepData->modalHeader[IEEE80211_IS_CHAN_2GHZ(chan)].xpdGain;
336 /* Calculate the value of xpdgains from the xpdGain Mask */
H A Dar9287_reset.c58 xpdMask = pEepData->modalHeader.xpdGain;
76 /* Calculate the value of xpdgains from the xpdGain Mask */
H A Dar9285_reset.c580 xpdMask = pEepData->modalHeader.xpdGain;
592 /* Calculate the value of xpdgains from the xpdGain Mask */
/freebsd-11-stable/tools/tools/ath/ath_ee_9287_print/
H A D9287.c122 printf("| xpdGain: 0x%.2x | xpd: 0x%.2x |\n", mh->xpdGain, mh->xpd);
/freebsd-11-stable/tools/tools/ath/ath_ee_v4k_print/
H A Dv4k.c114 printf("| xpdGain: 0x%.2x | xpd: 0x%.2x |\n", mh->xpdGain, mh->xpd);
/freebsd-11-stable/tools/tools/ath/ath_ee_v14_print/
H A Dath_ee_v14_print.c185 printf("| xpdGain: 0x%.2x | xpd: 0x%.2x |\n", mh->xpdGain, mh->xpd);
/freebsd-11-stable/tools/tools/ath/athprom/
H A Dathprom.c629 } else if (streq(var, "xpdGain")) {
630 fprintf(fd, "%3d", eepromN.modalHeader[curmode].xpdGain);
/freebsd-11-stable/sys/dev/otus/
H A Dif_otusreg.h791 uint8_t xpdGain; member in struct:ModalEepHeader
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_reset.c2354 xpdMask = pEepData->modalHeader[IEEE80211_IS_CHAN_2GHZ(chan)].xpdGain;
2370 /* Calculate the value of xpdgains from the xpdGain Mask */

Completed in 200 milliseconds