Searched refs:txMask (Results 1 – 17 of 17) sorted by relevance
/freebsd/sys/dev/ath/ath_hal/ |
H A D | ah_eeprom_9287.h | 65 uint8_t txMask; member
|
H A D | ah_eeprom_v4k.h | 69 uint8_t txMask; member
|
H A D | ah_eeprom_v14.h | 172 uint8_t txMask; member
|
H A D | ah_eeprom_9287.c | 67 return pBase->txMask; in v9287EepromGet()
|
H A D | ah_eeprom_v4k.c | 72 return pBase->txMask; in v4kEepromGet()
|
H A D | ah_eeprom_v14.c | 77 return pBase->txMask; in v14EepromGet()
|
/freebsd/tools/tools/ath/athprom/ |
H A D | eeprom-14 | 9 | TX Mask $txMask | RX Mask $rxMask |
|
H A D | athprom.c | 695 fprintf(fd, "0x%04X", eepromN.baseEepHeader.txMask); in eevar()
|
/freebsd/tools/tools/ath/ath_ee_v4k_print/ |
H A D | v4k.c | 62 eh->rxMask, eh->txMask, eh->rfSilent, eh->blueToothOptions); in eeprom_v4k_base_print()
|
/freebsd/tools/tools/ath/ath_ee_9287_print/ |
H A D | 9287.c | 62 eh->rxMask, eh->txMask, eh->rfSilent, eh->blueToothOptions); in eeprom_9287_base_print()
|
/freebsd/sys/dev/ath/ath_hal/ar9002/ |
H A D | ar9280_olc.c | 342 if (pEepData->baseEepHeader.txMask & (1 << i)) { in ar9280SetPowerCalTable()
|
H A D | ar9287_reset.c | 99 if (pEepData->baseEepHeader.txMask & (1 << i)) { in ar9287SetPowerCalTable()
|
H A D | ar9285_reset.c | 609 if (pEepData->baseEepHeader.txMask & (1 << i)) { in ar9285SetPowerCalTable()
|
/freebsd/tools/tools/ath/ath_ee_v14_print/ |
H A D | ath_ee_v14_print.c | 100 eh->rxMask, eh->txMask, eh->rfSilent, eh->blueToothOptions); in eeprom_v14_base_print()
|
/freebsd/sys/dev/otus/ |
H A D | if_otusreg.h | 768 uint8_t txMask; member
|
H A D | if_otus.c | 689 sc->txmask = sc->eeprom.baseEepHeader.txMask; in otus_attachhook()
|
/freebsd/sys/dev/ath/ath_hal/ar5416/ |
H A D | ar5416_reset.c | 2386 if (pEepData->baseEepHeader.txMask & (1 << i)) { in ar5416SetPowerCalTable()
|