Searched refs:REG_WOL_CTRL (Results 1 – 10 of 10) sorted by relevance
/drivers/net/ethernet/atheros/atlx/ |
D | atlx.h | 247 #define REG_WOL_CTRL 0x14A0 macro
|
D | atl2.c | 1542 ATL2_WRITE_REG(hw, REG_WOL_CTRL, ctrl); in atl2_suspend() 1576 ATL2_WRITE_REG(hw, REG_WOL_CTRL, ctrl); in atl2_suspend() 1596 ATL2_WRITE_REG(hw, REG_WOL_CTRL, 0); in atl2_suspend() 1641 ATL2_READ_REG(&adapter->hw, REG_WOL_CTRL); /* clear WOL status */ in atl2_resume() 1646 ATL2_WRITE_REG(&adapter->hw, REG_WOL_CTRL, 0); in atl2_resume() 1871 regs_buff[21] = ATL2_READ_REG(hw, REG_WOL_CTRL); in atl2_get_regs()
|
D | atl1.c | 2791 iowrite32(ctrl, hw->hw_addr + REG_WOL_CTRL); in atl1_suspend() 2792 ioread32(hw->hw_addr + REG_WOL_CTRL); in atl1_suspend() 2815 iowrite32(ctrl, hw->hw_addr + REG_WOL_CTRL); in atl1_suspend() 2816 ioread32(hw->hw_addr + REG_WOL_CTRL); in atl1_suspend() 2825 iowrite32(0, hw->hw_addr + REG_WOL_CTRL); in atl1_suspend() 2826 ioread32(hw->hw_addr + REG_WOL_CTRL); in atl1_suspend() 2841 iowrite32(0, adapter->hw.hw_addr + REG_WOL_CTRL); in atl1_resume()
|
/drivers/net/ethernet/atheros/atl1c/ |
D | atl1c_hw.c | 784 AT_WRITE_REG(hw, REG_WOL_CTRL, 0); in atl1c_power_saving() 810 AT_WRITE_REG(hw, REG_WOL_CTRL, wol_ctrl); in atl1c_power_saving()
|
D | atl1c_ethtool.c | 158 AT_READ_REG(hw, REG_WOL_CTRL, p++); in atl1c_get_regs()
|
D | atl1c_main.c | 124 AT_READ_REG(hw, REG_WOL_CTRL, &data); in atl1c_reset_pcie() 125 AT_WRITE_REG(hw, REG_WOL_CTRL, 0); in atl1c_reset_pcie() 1382 AT_WRITE_REG(hw, REG_WOL_CTRL, 0); in atl1c_configure_mac() 2450 AT_WRITE_REG(&adapter->hw, REG_WOL_CTRL, 0); in atl1c_resume()
|
D | atl1c_hw.h | 437 #define REG_WOL_CTRL 0x14a0 macro
|
/drivers/net/ethernet/atheros/atl1e/ |
D | atl1e_hw.h | 330 #define REG_WOL_CTRL 0x14a0 macro
|
D | atl1e_main.c | 1098 AT_WRITE_REG(hw, REG_WOL_CTRL, 0); in atl1e_configure() 2147 AT_WRITE_REG(hw, REG_WOL_CTRL, wol_ctrl_data); in atl1e_suspend() 2159 AT_WRITE_REG(hw, REG_WOL_CTRL, 0); in atl1e_suspend() 2202 AT_READ_REG(&adapter->hw, REG_WOL_CTRL); /* clear WOL status */ in atl1e_resume() 2207 AT_WRITE_REG(&adapter->hw, REG_WOL_CTRL, 0); in atl1e_resume()
|
D | atl1e_ethtool.c | 178 regs_buff[21] = AT_READ_REG(hw, REG_WOL_CTRL); in atl1e_get_regs()
|