Searched refs:ee_devType (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/ath/ath_hal/ | ||
H A D | ah_eeprom_v1.h | 94 uint8_t ee_devType; /* Type: PCI, miniPCI, CB */ member |
H A D | ah_eeprom_v1.c | 199 ee->ee_devType = (athvals[8] >> 1) & 0x7; in ath_hal_v1EepromAttach() |