Searched refs:txMask (Results 1 - 16 of 16) sorted by relevance

/freebsd-13-stable/sys/dev/ath/ath_hal/
H A Dah_eeprom_9287.h67 uint8_t txMask; member in struct:base_eep_ar9287_header
H A Dah_eeprom_v4k.h71 uint8_t txMask; member in struct:BaseEepHeader4k
H A Dah_eeprom_v14.h174 uint8_t txMask; member in struct:BaseEepHeader
H A Dah_eeprom_9287.c69 return pBase->txMask;
H A Dah_eeprom_v14.c79 return pBase->txMask;
H A Dah_eeprom_v4k.c74 return pBase->txMask;
/freebsd-13-stable/sys/dev/ath/ath_hal/ar9002/
H A Dar9280_olc.c344 if (pEepData->baseEepHeader.txMask & (1 << i)) {
H A Dar9287_reset.c101 if (pEepData->baseEepHeader.txMask & (1 << i)) {
H A Dar9285_reset.c611 if (pEepData->baseEepHeader.txMask & (1 << i)) {
/freebsd-13-stable/tools/tools/ath/ath_ee_9287_print/
H A D9287.c64 eh->rxMask, eh->txMask, eh->rfSilent, eh->blueToothOptions);
/freebsd-13-stable/tools/tools/ath/ath_ee_v4k_print/
H A Dv4k.c64 eh->rxMask, eh->txMask, eh->rfSilent, eh->blueToothOptions);
/freebsd-13-stable/tools/tools/ath/ath_ee_v14_print/
H A Dath_ee_v14_print.c102 eh->rxMask, eh->txMask, eh->rfSilent, eh->blueToothOptions);
/freebsd-13-stable/tools/tools/ath/athprom/
H A Dathprom.c696 } else if (streq(var, "txMask")) {
697 fprintf(fd, "0x%04X", eepromN.baseEepHeader.txMask);
/freebsd-13-stable/sys/dev/otus/
H A Dif_otusreg.h770 uint8_t txMask; member in struct:BaseEepHeader
H A Dif_otus.c693 sc->txmask = sc->eeprom.baseEepHeader.txMask;
/freebsd-13-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_reset.c2388 if (pEepData->baseEepHeader.txMask & (1 << i)) {

Completed in 205 milliseconds