Searched refs:eepMisc (Results 1 – 14 of 14) sorted by relevance
/freebsd/tools/tools/ath/athprom/ |
H A D | eeprom-14 | 14 | eepMisc: [$eepMisc] endian 0 |
|
H A D | athprom.c | 710 fprintf(fd, "0x%02X", eepromN.baseEepHeader.eepMisc); in eevar()
|
/freebsd/sys/dev/ath/ath_hal/ |
H A D | ah_eeprom_9287.h | 61 uint8_t eepMisc; member
|
H A D | ah_eeprom_v4k.h | 65 uint8_t eepMisc; member
|
H A D | ah_eeprom_v14.h | 168 uint8_t eepMisc; member
|
H A D | ah_eeprom_9287.c | 350 need_swap = ((ee->ee_base.baseEepHeader.eepMisc & AR5416_EEPMISC_BIG_ENDIAN) != 0) ^ isBigEndian(); in ath_hal_9287EepromAttach()
|
H A D | ah_eeprom_v4k.c | 339 need_swap = ((ee->ee_base.baseEepHeader.eepMisc & AR5416_EEPMISC_BIG_ENDIAN) != 0) ^ isBigEndian(); in ath_hal_v4kEepromAttach()
|
H A D | ah_eeprom_v14.c | 390 need_swap = ((ee->ee_base.baseEepHeader.eepMisc & AR5416_EEPMISC_BIG_ENDIAN) != 0) ^ isBigEndian(); in ath_hal_v14EepromAttach()
|
/freebsd/tools/tools/ath/ath_ee_v4k_print/ |
H A D | v4k.c | 57 eh->opCapFlags, eh->eepMisc, eh->regDmn[0], eh->regDmn[1]); in eeprom_v4k_base_print()
|
/freebsd/tools/tools/ath/ath_ee_9287_print/ |
H A D | 9287.c | 57 eh->opCapFlags, eh->eepMisc, eh->regDmn[0], eh->regDmn[1]); in eeprom_9287_base_print()
|
/freebsd/tools/tools/ath/ath_ee_v14_print/ |
H A D | ath_ee_v14_print.c | 95 eh->eepMisc, eh->regDmn[0], eh->regDmn[1]); in eeprom_v14_base_print()
|
/freebsd/sys/dev/otus/ |
H A D | if_otusreg.h | 764 uint8_t eepMisc; member
|
/freebsd/tools/tools/ath/ath_ee_9300_print/ |
H A D | main.c | 93 ee_base->op_cap_flags.eepMisc); in eeprom_9300_base_print()
|
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/ |
H A D | ar9300eep.h | 190 u_int8_t eepMisc; member
|