Searched refs:wol_ctrl (Results 1 – 3 of 3) sorted by relevance
759 u32 wol_ctrl, speed; in atl1c_power_saving() local762 wol_ctrl = 0; in atl1c_power_saving()791 wol_ctrl |= WOL_MAGIC_EN | WOL_MAGIC_PME_EN; in atl1c_power_saving()793 wol_ctrl |= WOL_PATTERN_EN | WOL_PATTERN_PME_EN; in atl1c_power_saving()796 wol_ctrl |= WOL_LINK_CHG_EN | WOL_LINK_CHG_PME_EN; in atl1c_power_saving()806 atl1c_driver_name, mac_ctrl, master_ctrl, phy_ctrl, wol_ctrl); in atl1c_power_saving()810 AT_WRITE_REG(hw, REG_WOL_CTRL, wol_ctrl); in atl1c_power_saving()
282 u32 wol_ctrl; member
3568 u16 wol_ctrl; in ice_is_wol_supported() local3573 if (ice_read_sr_word(hw, ICE_SR_NVM_WOL_CFG, &wol_ctrl)) in ice_is_wol_supported()3576 return !(BIT(hw->port_info->lport) & wol_ctrl); in ice_is_wol_supported()