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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/atl1e/
H A Datl1e_hw.c125 AT_WRITE_REG(hw, REG_VPD_CAP, control);
129 control = AT_READ_REG(hw, REG_VPD_CAP);
H A Datl1e_ethtool.c161 regs_buff[0] = AT_READ_REG(hw, REG_VPD_CAP);
H A Datl1e_hw.h68 #define REG_VPD_CAP 0x6C macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/atl1c/
H A Datl1c_ethtool.c149 AT_READ_REG(hw, REG_VPD_CAP, p++);
H A Datl1c_hw.h62 #define REG_VPD_CAP 0x6C macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/atlx/
H A Datlx.h50 #define REG_VPD_CAP 0x6C macro
H A Datl2.c1875 regs_buff[0] = ATL2_READ_REG(hw, REG_VPD_CAP);
2786 ATL2_WRITE_REG(hw, REG_VPD_CAP, Control);
2790 Control = ATL2_READ_REG(hw, REG_VPD_CAP);
H A Datl1.c333 iowrite32(control, hw->hw_addr + REG_VPD_CAP);
334 ioread32(hw->hw_addr + REG_VPD_CAP);
338 control = ioread32(hw->hw_addr + REG_VPD_CAP);

Completed in 83 milliseconds