Searched refs:blueToothOptions (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12.1/sys/dev/ath/ath_hal/ |
| H A D | ah_eeprom_v4k.c | 175 word = __bswap16(ee->baseEepHeader.blueToothOptions); in eepromSwap() 176 ee->baseEepHeader.blueToothOptions = word; in eepromSwap()
|
| H A D | ah_eeprom_9287.c | 181 word = __bswap16(ee->ee_base.baseEepHeader.blueToothOptions); in eepromSwap() 182 ee->ee_base.baseEepHeader.blueToothOptions = word; in eepromSwap()
|
| H A D | ah_eeprom_v14.c | 219 word = __bswap16(ee->baseEepHeader.blueToothOptions); in eepromSwap() 220 ee->baseEepHeader.blueToothOptions = word; in eepromSwap()
|
| H A D | ah_eeprom_9287.h | 69 uint16_t blueToothOptions; member
|
| H A D | ah_eeprom_v4k.h | 73 uint16_t blueToothOptions; member
|
| H A D | ah_eeprom_v14.h | 176 uint16_t blueToothOptions; member
|
| /freebsd-12.1/tools/tools/ath/ath_ee_v4k_print/ |
| H A D | v4k.c | 64 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 D | 9287.c | 64 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 D | ath_ee_v14_print.c | 102 eh->rxMask, eh->txMask, eh->rfSilent, eh->blueToothOptions); in eeprom_v14_base_print()
|
| /freebsd-12.1/sys/dev/otus/ |
| H A D | if_otusreg.h | 763 uint16_t blueToothOptions; member
|
| /freebsd-12.1/tools/tools/ath/athprom/ |
| H A D | athprom.c | 702 fprintf(fd, "0x%04X", eepromN.baseEepHeader.blueToothOptions); in eevar()
|