Home
last modified time | relevance | path

Searched refs:blueToothOptions (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/dev/ath/ath_hal/
H A Dah_eeprom_9287.c179 word = __bswap16(ee->ee_base.baseEepHeader.blueToothOptions); in eepromSwap()
180 ee->ee_base.baseEepHeader.blueToothOptions = word; in eepromSwap()
H A Dah_eeprom_v4k.c173 word = __bswap16(ee->baseEepHeader.blueToothOptions); in eepromSwap()
174 ee->baseEepHeader.blueToothOptions = word; in eepromSwap()
H A Dah_eeprom_9287.h67 uint16_t blueToothOptions; member
H A Dah_eeprom_v14.c217 word = __bswap16(ee->baseEepHeader.blueToothOptions); in eepromSwap()
218 ee->baseEepHeader.blueToothOptions = word; in eepromSwap()
H A Dah_eeprom_v4k.h71 uint16_t blueToothOptions; member
H A Dah_eeprom_v14.h174 uint16_t blueToothOptions; member
/freebsd/tools/tools/ath/ath_ee_v4k_print/
H A Dv4k.c62 eh->rxMask, eh->txMask, eh->rfSilent, eh->blueToothOptions); in eeprom_v4k_base_print()
/freebsd/tools/tools/ath/ath_ee_9287_print/
H A D9287.c62 eh->rxMask, eh->txMask, eh->rfSilent, eh->blueToothOptions); in eeprom_9287_base_print()
/freebsd/tools/tools/ath/ath_ee_v14_print/
H A Dath_ee_v14_print.c100 eh->rxMask, eh->txMask, eh->rfSilent, eh->blueToothOptions); in eeprom_v14_base_print()
/freebsd/sys/dev/otus/
H A Dif_otusreg.h770 uint16_t blueToothOptions; member
/freebsd/tools/tools/ath/athprom/
H A Dathprom.c701 fprintf(fd, "0x%04X", eepromN.baseEepHeader.blueToothOptions); in eevar()