Searched refs:REG_WOL_CTRL (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/atheros/atlx/ |
D | atlx.h | 260 #define REG_WOL_CTRL 0x14A0 macro
|
D | atl2.c | 1559 ATL2_WRITE_REG(hw, REG_WOL_CTRL, ctrl); in atl2_suspend() 1593 ATL2_WRITE_REG(hw, REG_WOL_CTRL, ctrl); in atl2_suspend() 1613 ATL2_WRITE_REG(hw, REG_WOL_CTRL, 0); in atl2_suspend() 1658 ATL2_READ_REG(&adapter->hw, REG_WOL_CTRL); /* clear WOL status */ in atl2_resume() 1663 ATL2_WRITE_REG(&adapter->hw, REG_WOL_CTRL, 0); in atl2_resume() 1888 regs_buff[21] = ATL2_READ_REG(hw, REG_WOL_CTRL); in atl2_get_regs()
|
D | atl1.c | 2813 iowrite32(ctrl, hw->hw_addr + REG_WOL_CTRL); in atl1_suspend() 2814 ioread32(hw->hw_addr + REG_WOL_CTRL); in atl1_suspend() 2837 iowrite32(ctrl, hw->hw_addr + REG_WOL_CTRL); in atl1_suspend() 2838 ioread32(hw->hw_addr + REG_WOL_CTRL); in atl1_suspend() 2847 iowrite32(0, hw->hw_addr + REG_WOL_CTRL); in atl1_suspend() 2848 ioread32(hw->hw_addr + REG_WOL_CTRL); in atl1_suspend() 2864 iowrite32(0, adapter->hw.hw_addr + REG_WOL_CTRL); in atl1_resume()
|
/Linux-v4.19/drivers/net/ethernet/atheros/atl1c/ |
D | atl1c_ethtool.c | 172 AT_READ_REG(hw, REG_WOL_CTRL, p++); in atl1c_get_regs()
|
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_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() 1395 AT_WRITE_REG(hw, REG_WOL_CTRL, 0); in atl1c_configure_mac() 2467 AT_WRITE_REG(&adapter->hw, REG_WOL_CTRL, 0); in atl1c_resume()
|
D | atl1c_hw.h | 450 #define REG_WOL_CTRL 0x14a0 macro
|
/Linux-v4.19/drivers/net/ethernet/atheros/atl1e/ |
D | atl1e_hw.h | 343 #define REG_WOL_CTRL 0x14a0 macro
|
D | atl1e_main.c | 1109 AT_WRITE_REG(hw, REG_WOL_CTRL, 0); in atl1e_configure() 2159 AT_WRITE_REG(hw, REG_WOL_CTRL, wol_ctrl_data); in atl1e_suspend() 2171 AT_WRITE_REG(hw, REG_WOL_CTRL, 0); in atl1e_suspend() 2214 AT_READ_REG(&adapter->hw, REG_WOL_CTRL); /* clear WOL status */ in atl1e_resume() 2219 AT_WRITE_REG(&adapter->hw, REG_WOL_CTRL, 0); in atl1e_resume()
|
D | atl1e_ethtool.c | 192 regs_buff[21] = AT_READ_REG(hw, REG_WOL_CTRL); in atl1e_get_regs()
|