Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ath/ath_hal/
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.c179 word = __bswap16(ee->ee_base.baseEepHeader.blueToothOptions); in eepromSwap()
180 ee->ee_base.baseEepHeader.blueToothOptions = word; in eepromSwap()
H A Dah_eeprom_v14.c217 word = __bswap16(ee->baseEepHeader.blueToothOptions); in eepromSwap()
218 ee->baseEepHeader.blueToothOptions = word; in eepromSwap()
H A Dah_eeprom_9287.h67 uint16_t blueToothOptions; member
H A Dah_eeprom_v4k.h71 uint16_t blueToothOptions; member
H A Dah_eeprom_v14.h174 uint16_t blueToothOptions; member
/dragonfly/tools/tools/ath/athprom/
H A Dathprom.c701 fprintf(fd, "0x%04X", eepromN.baseEepHeader.blueToothOptions); in eevar()