Searched refs:atl1c_read_eeprom (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/atl1c/ |
H A D | atl1c_ethtool.c | 204 if (!atl1c_read_eeprom(hw, i * 4, &(eeprom_buff[i-first_dword]))) { in atl1c_get_eeprom()
|
H A D | atl1c_hw.h | 34 bool atl1c_read_eeprom(struct atl1c_hw *hw, u32 offset, u32 *p_value);
|
H A D | atl1c_hw.c | 140 bool atl1c_read_eeprom(struct atl1c_hw *hw, u32 offset, u32 *p_value) in atl1c_read_eeprom() function
|
/kernel/linux/linux-6.6/drivers/net/ethernet/atheros/atl1c/ |
H A D | atl1c_ethtool.c | 204 if (!atl1c_read_eeprom(hw, i * 4, &(eeprom_buff[i-first_dword]))) { in atl1c_get_eeprom()
|
H A D | atl1c_hw.h | 35 bool atl1c_read_eeprom(struct atl1c_hw *hw, u32 offset, u32 *p_value);
|
H A D | atl1c_hw.c | 140 bool atl1c_read_eeprom(struct atl1c_hw *hw, u32 offset, u32 *p_value) in atl1c_read_eeprom() function
|
Completed in 9 milliseconds