Searched refs:ar9300_eeprom_read_word (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_freebsd.c262 AH_PRIVATE(ah)->ah_eepromRead = ar9300_eeprom_read_word;
267 AH_PRIVATE(ah)->ah_eepromRead = ar9300_eeprom_read_word;
H A Dar9300_eeprom.c226 ar9300_eeprom_read_word(struct ath_hal *ah, u_int off, u_int16_t *data) function
3768 if (ar9300_eeprom_read_word(ah, 2047, &data)) {
3776 if (ar9300_eeprom_read_word(ah, 1023, &data)) {
3784 if (ar9300_eeprom_read_word(ah, 511, &data)) {
H A Dar9300_attach.c543 ar9300_eeprom_read_word, /* ah_eeprom_read */
2571 ahp->ah_priv.priv.ah_eeprom_read = ar9300_eeprom_read_word;
2576 ahp->ah_priv.ah_eepromRead = ar9300_eeprom_read_word;
H A Dar9300.h1604 extern HAL_BOOL ar9300_eeprom_read_word(struct ath_hal *, u_int off, u_int16_t *data);

Completed in 129 milliseconds