Searched refs:REG_VPD_CAP (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/atl1e/ |
H A D | atl1e_hw.c | 112 AT_WRITE_REG(hw, REG_VPD_CAP, control); in atl1e_read_eeprom() 116 control = AT_READ_REG(hw, REG_VPD_CAP); in atl1e_read_eeprom()
|
H A D | atl1e_hw.h | 55 #define REG_VPD_CAP 0x6C macro
|
H A D | atl1e_ethtool.c | 157 regs_buff[0] = AT_READ_REG(hw, REG_VPD_CAP); in atl1e_get_regs()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/atheros/atl1e/ |
H A D | atl1e_hw.c | 112 AT_WRITE_REG(hw, REG_VPD_CAP, control); in atl1e_read_eeprom() 116 control = AT_READ_REG(hw, REG_VPD_CAP); in atl1e_read_eeprom()
|
H A D | atl1e_hw.h | 55 #define REG_VPD_CAP 0x6C macro
|
H A D | atl1e_ethtool.c | 157 regs_buff[0] = AT_READ_REG(hw, REG_VPD_CAP); in atl1e_get_regs()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/atlx/ |
H A D | atlx.h | 37 #define REG_VPD_CAP 0x6C macro
|
H A D | atl2.c | 1842 regs_buff[0] = ATL2_READ_REG(hw, REG_VPD_CAP); in atl2_get_regs() 2744 ATL2_WRITE_REG(hw, REG_VPD_CAP, Control); in atl2_read_eeprom() 2748 Control = ATL2_READ_REG(hw, REG_VPD_CAP); in atl2_read_eeprom()
|
H A D | atl1.c | 318 iowrite32(control, hw->hw_addr + REG_VPD_CAP); in atl1_read_eeprom() 319 ioread32(hw->hw_addr + REG_VPD_CAP); in atl1_read_eeprom() 323 control = ioread32(hw->hw_addr + REG_VPD_CAP); in atl1_read_eeprom()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/atheros/atlx/ |
H A D | atlx.h | 37 #define REG_VPD_CAP 0x6C macro
|
H A D | atl2.c | 1820 regs_buff[0] = ATL2_READ_REG(hw, REG_VPD_CAP); in atl2_get_regs() 2716 ATL2_WRITE_REG(hw, REG_VPD_CAP, Control); in atl2_read_eeprom() 2720 Control = ATL2_READ_REG(hw, REG_VPD_CAP); in atl2_read_eeprom()
|
H A D | atl1.c | 318 iowrite32(control, hw->hw_addr + REG_VPD_CAP); in atl1_read_eeprom() 319 ioread32(hw->hw_addr + REG_VPD_CAP); in atl1_read_eeprom() 323 control = ioread32(hw->hw_addr + REG_VPD_CAP); in atl1_read_eeprom()
|
Completed in 24 milliseconds