Searched refs:REG_WOL_CTRL (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/drivers/net/ethernet/atheros/atlx/ |
H A D | atlx.h | 247 #define REG_WOL_CTRL 0x14A0 macro
|
H A D | atl2.c | 1537 ATL2_WRITE_REG(hw, REG_WOL_CTRL, ctrl); in atl2_suspend() 1571 ATL2_WRITE_REG(hw, REG_WOL_CTRL, ctrl); in atl2_suspend() 1591 ATL2_WRITE_REG(hw, REG_WOL_CTRL, 0); in atl2_suspend() 1636 ATL2_READ_REG(&adapter->hw, REG_WOL_CTRL); /* clear WOL status */ in atl2_resume() 1641 ATL2_WRITE_REG(&adapter->hw, REG_WOL_CTRL, 0); in atl2_resume() 1841 regs_buff[21] = ATL2_READ_REG(hw, REG_WOL_CTRL); in atl2_get_regs()
|
H A D | atl1.c | 2793 iowrite32(ctrl, hw->hw_addr + REG_WOL_CTRL); in atl1_suspend() 2794 ioread32(hw->hw_addr + REG_WOL_CTRL); in atl1_suspend() 2817 iowrite32(ctrl, hw->hw_addr + REG_WOL_CTRL); in atl1_suspend() 2818 ioread32(hw->hw_addr + REG_WOL_CTRL); in atl1_suspend() 2827 iowrite32(0, hw->hw_addr + REG_WOL_CTRL); in atl1_suspend() 2828 ioread32(hw->hw_addr + REG_WOL_CTRL); in atl1_suspend() 2843 iowrite32(0, adapter->hw.hw_addr + REG_WOL_CTRL); in atl1_resume()
|
/openbmc/linux/drivers/net/ethernet/atheros/atl1e/ |
H A D | atl1e_hw.h | 330 #define REG_WOL_CTRL 0x14a0 macro
|
H A D | atl1e_main.c | 1099 AT_WRITE_REG(hw, REG_WOL_CTRL, 0); in atl1e_configure() 2161 AT_WRITE_REG(hw, REG_WOL_CTRL, wol_ctrl_data); in atl1e_suspend() 2173 AT_WRITE_REG(hw, REG_WOL_CTRL, 0); in atl1e_suspend() 2216 AT_READ_REG(&adapter->hw, REG_WOL_CTRL); /* clear WOL status */ in atl1e_resume() 2221 AT_WRITE_REG(&adapter->hw, REG_WOL_CTRL, 0); in atl1e_resume()
|
H A D | atl1e_ethtool.c | 178 regs_buff[21] = AT_READ_REG(hw, REG_WOL_CTRL); in atl1e_get_regs()
|
/openbmc/linux/drivers/net/ethernet/atheros/atl1c/ |
H A D | atl1c_ethtool.c | 158 AT_READ_REG(hw, REG_WOL_CTRL, p++); in atl1c_get_regs()
|
H A D | atl1c_hw.c | 810 AT_WRITE_REG(hw, REG_WOL_CTRL, 0); in atl1c_power_saving() 836 AT_WRITE_REG(hw, REG_WOL_CTRL, wol_ctrl); in atl1c_power_saving()
|
H A D | atl1c_main.c | 154 AT_READ_REG(hw, REG_WOL_CTRL, &data); in atl1c_reset_pcie() 155 AT_WRITE_REG(hw, REG_WOL_CTRL, 0); in atl1c_reset_pcie() 1419 AT_WRITE_REG(hw, REG_WOL_CTRL, 0); in atl1c_configure_mac() 2536 AT_WRITE_REG(&adapter->hw, REG_WOL_CTRL, 0); in atl1c_resume()
|
H A D | atl1c_hw.h | 438 #define REG_WOL_CTRL 0x14a0 macro
|