Home
last modified time | relevance | path

Searched refs:wol_ctrl (Results 1 – 1 of 1) sorted by relevance

/drivers/net/ethernet/atheros/atl1c/
Datl1c_hw.c772 u32 wol_ctrl, speed; in atl1c_power_saving() local
775 wol_ctrl = 0; in atl1c_power_saving()
804 wol_ctrl |= WOL_MAGIC_EN | WOL_MAGIC_PME_EN; in atl1c_power_saving()
806 wol_ctrl |= WOL_PATTERN_EN | WOL_PATTERN_PME_EN; in atl1c_power_saving()
809 wol_ctrl |= WOL_LINK_CHG_EN | WOL_LINK_CHG_PME_EN; in atl1c_power_saving()
819 atl1c_driver_name, mac_ctrl, master_ctrl, phy_ctrl, wol_ctrl); in atl1c_power_saving()
823 AT_WRITE_REG(hw, REG_WOL_CTRL, wol_ctrl); in atl1c_power_saving()