Searched refs:blueToothOptions (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/dev/ath/ath_hal/ |
H A D | ah_eeprom_9287.c | 179 word = __bswap16(ee->ee_base.baseEepHeader.blueToothOptions); in eepromSwap() 180 ee->ee_base.baseEepHeader.blueToothOptions = word; in eepromSwap()
|
H A D | ah_eeprom_v4k.c | 173 word = __bswap16(ee->baseEepHeader.blueToothOptions); in eepromSwap() 174 ee->baseEepHeader.blueToothOptions = word; in eepromSwap()
|
H A D | ah_eeprom_9287.h | 67 uint16_t blueToothOptions; member
|
H A D | ah_eeprom_v14.c | 217 word = __bswap16(ee->baseEepHeader.blueToothOptions); in eepromSwap() 218 ee->baseEepHeader.blueToothOptions = word; in eepromSwap()
|
H A D | ah_eeprom_v4k.h | 71 uint16_t blueToothOptions; member
|
H A D | ah_eeprom_v14.h | 174 uint16_t blueToothOptions; member
|
/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/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 | 770 uint16_t blueToothOptions; member
|
/freebsd/tools/tools/ath/athprom/ |
H A D | athprom.c | 701 fprintf(fd, "0x%04X", eepromN.baseEepHeader.blueToothOptions); in eevar()
|