Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/ath/ath_hal/
H A Dah_eeprom_v4k.c175 word = __bswap16(ee->baseEepHeader.blueToothOptions); in eepromSwap()
176 ee->baseEepHeader.blueToothOptions = word; in eepromSwap()
H A Dah_eeprom_9287.c181 word = __bswap16(ee->ee_base.baseEepHeader.blueToothOptions); in eepromSwap()
182 ee->ee_base.baseEepHeader.blueToothOptions = word; in eepromSwap()
H A Dah_eeprom_v14.c219 word = __bswap16(ee->baseEepHeader.blueToothOptions); in eepromSwap()
220 ee->baseEepHeader.blueToothOptions = word; in eepromSwap()
H A Dah_eeprom_9287.h69 uint16_t blueToothOptions; member
H A Dah_eeprom_v4k.h73 uint16_t blueToothOptions; member
H A Dah_eeprom_v14.h176 uint16_t blueToothOptions; member
/freebsd-12.1/tools/tools/ath/ath_ee_v4k_print/
H A Dv4k.c64 eh->rxMask, eh->txMask, eh->rfSilent, eh->blueToothOptions); in eeprom_v4k_base_print()
/freebsd-12.1/tools/tools/ath/ath_ee_9287_print/
H A D9287.c64 eh->rxMask, eh->txMask, eh->rfSilent, eh->blueToothOptions); in eeprom_9287_base_print()
/freebsd-12.1/tools/tools/ath/ath_ee_v14_print/
H A Dath_ee_v14_print.c102 eh->rxMask, eh->txMask, eh->rfSilent, eh->blueToothOptions); in eeprom_v14_base_print()
/freebsd-12.1/sys/dev/otus/
H A Dif_otusreg.h763 uint16_t blueToothOptions; member
/freebsd-12.1/tools/tools/ath/athprom/
H A Dathprom.c702 fprintf(fd, "0x%04X", eepromN.baseEepHeader.blueToothOptions); in eevar()