Searched refs:eep_start_loc (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | eeprom.c | 81 int eep_start_loc, int size) in ath9k_hw_usb_gen_fill_eeprom() 89 ((addr + eep_start_loc) << AR5416_EEPROM_S); in ath9k_hw_usb_gen_fill_eeprom() 80 ath9k_hw_usb_gen_fill_eeprom(struct ath_hw *ah, u16 *eep_data, int eep_start_loc, int size) ath9k_hw_usb_gen_fill_eeprom() argument
|
H A D | eeprom_4k.c | 41 int addr, eep_start_loc = 64; in __ath9k_hw_4k_fill_eeprom() local 44 if (!ath9k_hw_nvram_read(ah, addr + eep_start_loc, eep_data)) in __ath9k_hw_4k_fill_eeprom()
|
H A D | eeprom_9287.c | 42 int addr, eep_start_loc = AR9287_EEP_START_LOC; in __ath9k_hw_ar9287_fill_eeprom() local 46 if (!ath9k_hw_nvram_read(ah, addr + eep_start_loc, eep_data)) in __ath9k_hw_ar9287_fill_eeprom()
|
H A D | eeprom.h | 684 int eep_start_loc, int size);
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A D | eeprom.c | 81 int eep_start_loc, int size) in ath9k_hw_usb_gen_fill_eeprom() 89 ((addr + eep_start_loc) << AR5416_EEPROM_S); in ath9k_hw_usb_gen_fill_eeprom() 80 ath9k_hw_usb_gen_fill_eeprom(struct ath_hw *ah, u16 *eep_data, int eep_start_loc, int size) ath9k_hw_usb_gen_fill_eeprom() argument
|
H A D | eeprom_4k.c | 41 int addr, eep_start_loc = 64; in __ath9k_hw_4k_fill_eeprom() local 44 if (!ath9k_hw_nvram_read(ah, addr + eep_start_loc, eep_data)) in __ath9k_hw_4k_fill_eeprom()
|
H A D | eeprom_9287.c | 42 int addr, eep_start_loc = AR9287_EEP_START_LOC; in __ath9k_hw_ar9287_fill_eeprom() local 46 if (!ath9k_hw_nvram_read(ah, addr + eep_start_loc, eep_data)) in __ath9k_hw_ar9287_fill_eeprom()
|
H A D | eeprom.h | 684 int eep_start_loc, int size);
|
Completed in 12 milliseconds