Lines Matching refs:phy_cfg

324 	aqc111_data->phy_cfg &= ~AQ_ADV_MASK;  in aqc111_set_phy_speed()
325 aqc111_data->phy_cfg |= AQ_PAUSE; in aqc111_set_phy_speed()
326 aqc111_data->phy_cfg |= AQ_ASYM_PAUSE; in aqc111_set_phy_speed()
327 aqc111_data->phy_cfg |= AQ_DOWNSHIFT; in aqc111_set_phy_speed()
328 aqc111_data->phy_cfg &= ~AQ_DSH_RETRIES_MASK; in aqc111_set_phy_speed()
329 aqc111_data->phy_cfg |= (3 << AQ_DSH_RETRIES_SHIFT) & in aqc111_set_phy_speed()
335 aqc111_data->phy_cfg |= AQ_ADV_5G; in aqc111_set_phy_speed()
338 aqc111_data->phy_cfg |= AQ_ADV_2G5; in aqc111_set_phy_speed()
341 aqc111_data->phy_cfg |= AQ_ADV_1G; in aqc111_set_phy_speed()
344 aqc111_data->phy_cfg |= AQ_ADV_100M; in aqc111_set_phy_speed()
350 aqc111_data->phy_cfg |= AQ_ADV_5G; in aqc111_set_phy_speed()
353 aqc111_data->phy_cfg |= AQ_ADV_2G5; in aqc111_set_phy_speed()
356 aqc111_data->phy_cfg |= AQ_ADV_1G; in aqc111_set_phy_speed()
359 aqc111_data->phy_cfg |= AQ_ADV_100M; in aqc111_set_phy_speed()
364 aqc111_write32_cmd(dev, AQ_PHY_OPS, 0, 0, &aqc111_data->phy_cfg); in aqc111_set_phy_speed()
766 aqc111_data->phy_cfg &= ~AQ_ADV_MASK; in aqc111_unbind()
767 aqc111_data->phy_cfg |= AQ_LOW_POWER; in aqc111_unbind()
768 aqc111_data->phy_cfg &= ~AQ_PHY_POWER_EN; in aqc111_unbind()
770 &aqc111_data->phy_cfg); in aqc111_unbind()
1004 aqc111_data->phy_cfg = AQ_PHY_POWER_EN; in aqc111_reset()
1006 &aqc111_data->phy_cfg); in aqc111_reset()
1047 aqc111_data->phy_cfg |= AQ_LOW_POWER; in aqc111_stop()
1049 &aqc111_data->phy_cfg); in aqc111_stop()
1361 aqc111_data->phy_cfg |= AQ_WOL; in aqc111_suspend()
1400 &aqc111_data->phy_cfg); in aqc111_suspend()
1402 aqc111_data->phy_cfg |= AQ_LOW_POWER; in aqc111_suspend()
1404 &aqc111_data->phy_cfg); in aqc111_suspend()
1427 aqc111_data->phy_cfg |= AQ_PHY_POWER_EN; in aqc111_resume()
1428 aqc111_data->phy_cfg &= ~AQ_LOW_POWER; in aqc111_resume()
1429 aqc111_data->phy_cfg &= ~AQ_WOL; in aqc111_resume()