Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/atl1e/
Datl1e_hw.c125 AT_WRITE_REG(hw, REG_VPD_CAP, control); in atl1e_read_eeprom()
129 control = AT_READ_REG(hw, REG_VPD_CAP); in atl1e_read_eeprom()
Datl1e_hw.h68 #define REG_VPD_CAP 0x6C macro
Datl1e_ethtool.c161 regs_buff[0] = AT_READ_REG(hw, REG_VPD_CAP); in atl1e_get_regs()
/linux-2.6.39/drivers/net/atlx/
Datlx.h50 #define REG_VPD_CAP 0x6C macro
Datl2.c1878 regs_buff[0] = ATL2_READ_REG(hw, REG_VPD_CAP);
2799 ATL2_WRITE_REG(hw, REG_VPD_CAP, Control);
2803 Control = ATL2_READ_REG(hw, REG_VPD_CAP);
Datl1.c336 iowrite32(control, hw->hw_addr + REG_VPD_CAP); in atl1_read_eeprom()
337 ioread32(hw->hw_addr + REG_VPD_CAP); in atl1_read_eeprom()
341 control = ioread32(hw->hw_addr + REG_VPD_CAP); in atl1_read_eeprom()
/linux-2.6.39/drivers/net/atl1c/
Datl1c_ethtool.c149 AT_READ_REG(hw, REG_VPD_CAP, p++); in atl1c_get_regs()
Datl1c_hw.h62 #define REG_VPD_CAP 0x6C macro