Searched refs:ar9300_eeprom_read_word (Results 1 – 4 of 4) sorted by relevance
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/ |
H A D | ar9300_freebsd.c | 475 AH_PRIVATE(ah)->ah_eepromRead = ar9300_eeprom_read_word; in ar9300_attach_freebsd_ops() 480 AH_PRIVATE(ah)->ah_eepromRead = ar9300_eeprom_read_word; in ar9300_attach_freebsd_ops()
|
H A D | ar9300_eeprom.c | 226 ar9300_eeprom_read_word(struct ath_hal *ah, u_int off, u_int16_t *data) in ar9300_eeprom_read_word() function 3796 if (ar9300_eeprom_read_word(ah, 2047, &data)) { in ar9300_eeprom_size() 3804 if (ar9300_eeprom_read_word(ah, 1023, &data)) { in ar9300_eeprom_size() 3812 if (ar9300_eeprom_read_word(ah, 511, &data)) { in ar9300_eeprom_size()
|
H A D | ar9300_attach.c | 543 ar9300_eeprom_read_word, /* ah_eeprom_read */ 2573 ahp->ah_priv.priv.ah_eeprom_read = ar9300_eeprom_read_word; in ar9300_new_state() 2578 ahp->ah_priv.ah_eepromRead = ar9300_eeprom_read_word; in ar9300_new_state()
|
H A D | ar9300.h | 1593 extern HAL_BOOL ar9300_eeprom_read_word(struct ath_hal *, u_int off, u_int16_t *data);
|