Searched refs:REG_WOL_CTRL (Results 1 – 10 of 10) sorted by relevance
/drivers/net/ethernet/atheros/atlx/ |
D | atlx.h | 260 #define REG_WOL_CTRL 0x14A0 macro
|
D | atl2.c | 1562 ATL2_WRITE_REG(hw, REG_WOL_CTRL, ctrl); in atl2_suspend() 1596 ATL2_WRITE_REG(hw, REG_WOL_CTRL, ctrl); in atl2_suspend() 1616 ATL2_WRITE_REG(hw, REG_WOL_CTRL, 0); in atl2_suspend() 1661 ATL2_READ_REG(&adapter->hw, REG_WOL_CTRL); /* clear WOL status */ in atl2_resume() 1666 ATL2_WRITE_REG(&adapter->hw, REG_WOL_CTRL, 0); in atl2_resume() 1885 regs_buff[21] = ATL2_READ_REG(hw, REG_WOL_CTRL); in atl2_get_regs()
|
D | atl1.c | 2821 iowrite32(ctrl, hw->hw_addr + REG_WOL_CTRL); in atl1_suspend() 2822 ioread32(hw->hw_addr + REG_WOL_CTRL); in atl1_suspend() 2845 iowrite32(ctrl, hw->hw_addr + REG_WOL_CTRL); in atl1_suspend() 2846 ioread32(hw->hw_addr + REG_WOL_CTRL); in atl1_suspend() 2855 iowrite32(0, hw->hw_addr + REG_WOL_CTRL); in atl1_suspend() 2856 ioread32(hw->hw_addr + REG_WOL_CTRL); in atl1_suspend() 2872 iowrite32(0, adapter->hw.hw_addr + REG_WOL_CTRL); in atl1_resume()
|
/drivers/net/ethernet/atheros/atl1c/ |
D | atl1c_hw.c | 797 AT_WRITE_REG(hw, REG_WOL_CTRL, 0); in atl1c_power_saving() 823 AT_WRITE_REG(hw, REG_WOL_CTRL, wol_ctrl); in atl1c_power_saving()
|
D | atl1c_ethtool.c | 166 AT_READ_REG(hw, REG_WOL_CTRL, p++); in atl1c_get_regs()
|
D | atl1c_main.c | 137 AT_READ_REG(hw, REG_WOL_CTRL, &data); in atl1c_reset_pcie() 138 AT_WRITE_REG(hw, REG_WOL_CTRL, 0); in atl1c_reset_pcie() 1387 AT_WRITE_REG(hw, REG_WOL_CTRL, 0); in atl1c_configure_mac() 2458 AT_WRITE_REG(&adapter->hw, REG_WOL_CTRL, 0); in atl1c_resume()
|
D | atl1c_hw.h | 450 #define REG_WOL_CTRL 0x14a0 macro
|
/drivers/net/ethernet/atheros/atl1e/ |
D | atl1e_hw.h | 343 #define REG_WOL_CTRL 0x14a0 macro
|
D | atl1e_main.c | 1114 AT_WRITE_REG(hw, REG_WOL_CTRL, 0); in atl1e_configure() 2164 AT_WRITE_REG(hw, REG_WOL_CTRL, wol_ctrl_data); in atl1e_suspend() 2176 AT_WRITE_REG(hw, REG_WOL_CTRL, 0); in atl1e_suspend() 2219 AT_READ_REG(&adapter->hw, REG_WOL_CTRL); /* clear WOL status */ in atl1e_resume() 2224 AT_WRITE_REG(&adapter->hw, REG_WOL_CTRL, 0); in atl1e_resume()
|
D | atl1e_ethtool.c | 182 regs_buff[21] = AT_READ_REG(hw, REG_WOL_CTRL); in atl1e_get_regs()
|