Searched refs:REG_VPD_CAP (Results 1 – 8 of 8) sorted by relevance
/linux-2.6.39/drivers/net/atl1e/ |
D | atl1e_hw.c | 125 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()
|
D | atl1e_hw.h | 68 #define REG_VPD_CAP 0x6C macro
|
D | atl1e_ethtool.c | 161 regs_buff[0] = AT_READ_REG(hw, REG_VPD_CAP); in atl1e_get_regs()
|
/linux-2.6.39/drivers/net/atlx/ |
D | atlx.h | 50 #define REG_VPD_CAP 0x6C macro
|
D | atl2.c | 1878 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);
|
D | atl1.c | 336 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/ |
D | atl1c_ethtool.c | 149 AT_READ_REG(hw, REG_VPD_CAP, p++); in atl1c_get_regs()
|
D | atl1c_hw.h | 62 #define REG_VPD_CAP 0x6C macro
|