Home
last modified time | relevance | path

Searched refs:eepMisc (Results 1 – 9 of 9) sorted by relevance

/dragonfly/tools/tools/ath/athprom/
H A Deeprom-1415 | eepMisc: [$eepMisc] endian 0 |
H A Dathprom.c710 fprintf(fd, "0x%02X", eepromN.baseEepHeader.eepMisc); in eevar()
/dragonfly/sys/dev/netif/ath/ath_hal/
H A Dah_eeprom_9287.h61 uint8_t eepMisc; member
H A Dah_eeprom_v4k.h65 uint8_t eepMisc; member
H A Dah_eeprom_v14.h168 uint8_t eepMisc; member
H A Dah_eeprom_v4k.c341 need_swap = ((ee->ee_base.baseEepHeader.eepMisc & AR5416_EEPMISC_BIG_ENDIAN) != 0) ^ isBigEndian(); in ath_hal_v4kEepromAttach()
H A Dah_eeprom_9287.c352 need_swap = ((ee->ee_base.baseEepHeader.eepMisc & AR5416_EEPMISC_BIG_ENDIAN) != 0) ^ isBigEndian(); in ath_hal_9287EepromAttach()
H A Dah_eeprom_v14.c390 need_swap = ((ee->ee_base.baseEepHeader.eepMisc & AR5416_EEPMISC_BIG_ENDIAN) != 0) ^ isBigEndian(); in ath_hal_v14EepromAttach()
/dragonfly/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300eep.h186 u_int8_t eepMisc; member