Searched refs:check_eeprom (Results 1 – 7 of 7) sorted by relevance
655 int (*check_eeprom)(struct ath_hw *hw); member
678 status = ah->eep_ops->check_eeprom(ah); in ath9k_hw_eeprom_init()
976 .check_eeprom = ath9k_hw_ar9287_check_eeprom,
1045 .check_eeprom = ath9k_hw_4k_check_eeprom,
1311 .check_eeprom = ath9k_hw_def_check_eeprom,
5622 .check_eeprom = ath9k_hw_ar9300_check_eeprom,
4032 static void check_eeprom(struct NvRamType *eeprom, unsigned long io_port) in check_eeprom() function4391 check_eeprom(&acb->eeprom, io_port); in adapter_init()