Home
last modified time | relevance | path

Searched refs:eep_start_loc (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/net/wireless/ath/ath9k/
Deeprom.c81 int eep_start_loc, int size) in ath9k_hw_usb_gen_fill_eeprom() argument
89 ((addr + eep_start_loc) << AR5416_EEPROM_S); in ath9k_hw_usb_gen_fill_eeprom()
Deeprom_9287.c42 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()
Deeprom_4k.c41 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()
Deeprom.h684 int eep_start_loc, int size);