Searched refs:rxMask (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.2-release/sys/dev/ath/ath_hal/
H A Dah_eeprom_9287.h64 uint8_t rxMask; member in struct:base_eep_ar9287_header
H A Dah_eeprom_v4k.h68 uint8_t rxMask; member in struct:BaseEepHeader4k
H A Dah_eeprom_v14.h171 uint8_t rxMask; member in struct:BaseEepHeader
H A Dah_eeprom_9287.c69 return pBase->rxMask;
H A Dah_eeprom_v14.c79 return pBase->rxMask;
H A Dah_eeprom_v4k.c74 return pBase->rxMask;
/freebsd-10.2-release/tools/tools/ath/ath_ee_9287_print/
H A D9287.c64 eh->rxMask, eh->txMask, eh->rfSilent, eh->blueToothOptions);
/freebsd-10.2-release/tools/tools/ath/ath_ee_v4k_print/
H A Dv4k.c63 eh->rxMask, eh->txMask, eh->rfSilent, eh->blueToothOptions);
/freebsd-10.2-release/tools/tools/ath/ath_ee_v14_print/
H A Dath_ee_v14_print.c102 eh->rxMask, eh->txMask, eh->rfSilent, eh->blueToothOptions);
/freebsd-10.2-release/tools/tools/ath/athprom/
H A Dathprom.c697 } else if (streq(var, "rxMask")) {
698 fprintf(fd, "0x%04X", eepromN.baseEepHeader.rxMask);
/freebsd-10.2-release/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300.h1377 extern void ar9300_green_ap_ps_on_off( struct ath_hal *ah, u_int16_t rxMask);

Completed in 133 milliseconds