Searched refs:REG_WOL_CTRL (Results 1 – 10 of 10) sorted by relevance
/linux-2.6.39/drivers/net/atlx/ |
D | atlx.h | 260 #define REG_WOL_CTRL 0x14A0 macro
|
D | atl2.c | 1571 ATL2_WRITE_REG(hw, REG_WOL_CTRL, ctrl); 1605 ATL2_WRITE_REG(hw, REG_WOL_CTRL, ctrl); 1625 ATL2_WRITE_REG(hw, REG_WOL_CTRL, 0); 1670 ATL2_READ_REG(&adapter->hw, REG_WOL_CTRL); /* clear WOL status */ 1675 ATL2_WRITE_REG(&adapter->hw, REG_WOL_CTRL, 0); 1899 regs_buff[21] = ATL2_READ_REG(hw, REG_WOL_CTRL);
|
D | atl1.c | 2777 iowrite32(ctrl, hw->hw_addr + REG_WOL_CTRL); in atl1_suspend() 2778 ioread32(hw->hw_addr + REG_WOL_CTRL); in atl1_suspend() 2802 iowrite32(ctrl, hw->hw_addr + REG_WOL_CTRL); in atl1_suspend() 2803 ioread32(hw->hw_addr + REG_WOL_CTRL); in atl1_suspend() 2812 iowrite32(0, hw->hw_addr + REG_WOL_CTRL); in atl1_suspend() 2813 ioread32(hw->hw_addr + REG_WOL_CTRL); in atl1_suspend() 2829 iowrite32(0, adapter->hw.hw_addr + REG_WOL_CTRL); in atl1_resume()
|
/linux-2.6.39/drivers/net/atl1c/ |
D | atl1c_hw.c | 118 AT_WRITE_REG(hw, REG_WOL_CTRL, 0); in atl1c_get_permanent_address() 119 AT_READ_REG(hw, REG_WOL_CTRL, &wol_data); in atl1c_get_permanent_address()
|
D | atl1c_ethtool.c | 171 AT_READ_REG(hw, REG_WOL_CTRL, p++); in atl1c_get_regs()
|
D | atl1c_hw.h | 388 #define REG_WOL_CTRL 0x14a0 macro
|
D | atl1c_main.c | 1469 AT_WRITE_REG(hw, REG_WOL_CTRL, 0); in atl1c_configure() 2520 AT_WRITE_REG(hw, REG_WOL_CTRL, wol_ctrl_data); in atl1c_suspend() 2532 AT_WRITE_REG(hw, REG_WOL_CTRL, 0); in atl1c_suspend() 2545 AT_WRITE_REG(&adapter->hw, REG_WOL_CTRL, 0); in atl1c_resume()
|
/linux-2.6.39/drivers/net/atl1e/ |
D | atl1e_hw.h | 343 #define REG_WOL_CTRL 0x14a0 macro
|
D | atl1e_main.c | 1078 AT_WRITE_REG(hw, REG_WOL_CTRL, 0); in atl1e_configure() 2113 AT_WRITE_REG(hw, REG_WOL_CTRL, wol_ctrl_data); in atl1e_suspend() 2125 AT_WRITE_REG(hw, REG_WOL_CTRL, 0); in atl1e_suspend() 2168 AT_READ_REG(&adapter->hw, REG_WOL_CTRL); /* clear WOL status */ in atl1e_resume() 2173 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()
|