Home
last modified time | relevance | path

Searched refs:REG_VPD_CAP (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/ethernet/atheros/atl1e/
H A Datl1e_hw.c112 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 Datl1e_hw.h55 #define REG_VPD_CAP 0x6C macro
H A Datl1e_ethtool.c157 regs_buff[0] = AT_READ_REG(hw, REG_VPD_CAP); in atl1e_get_regs()
/linux/drivers/net/ethernet/atheros/atlx/
H A Datlx.h37 #define REG_VPD_CAP 0x6C macro
H A Datl2.c1820 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 Datl1.c318 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()