Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/atheros/atl1c/
H A Datl1c_hw.c598 hw->phy_configured = true; in atl1c_phy_init()
639 hw->phy_configured = true; in atl1c_phy_init()
737 hw->phy_configured = false; in atl1c_phy_to_ps_link()
811 hw->phy_configured = false; /* re-init PHY when resume */ in atl1c_power_saving()
H A Datl1c.h421 bool phy_configured; member
H A Datl1c_main.c813 hw->phy_configured = false; in atl1c_sw_init()
/openbmc/linux/drivers/net/ethernet/atheros/atl1e/
H A Datl1e_hw.c413 if (hw->phy_configured) { in atl1e_phy_init()
492 hw->phy_configured = true; in atl1e_phy_init()
H A Datl1e.h355 bool phy_configured; member
H A Datl1e_main.c599 hw->phy_configured = false; in atl1e_sw_init()
2113 hw->phy_configured = false; /* re-init PHY when resume */ in atl1e_suspend()
2181 hw->phy_configured = false; /* re-init PHY when resume */ in atl1e_suspend()
/openbmc/linux/drivers/net/ethernet/atheros/atlx/
H A Datl2.h420 bool phy_configured; member
H A Datl2.c85 hw->phy_configured = false; in atl2_sw_init()
1582 hw->phy_configured = false; /* re-init PHY when resume */ in atl2_suspend()
1602 hw->phy_configured = false; /* re-init PHY when resume */ in atl2_suspend()
2626 if (hw->phy_configured) in atl2_phy_init()
2661 hw->phy_configured = true; in atl2_phy_init()
H A Datl1.h740 bool phy_configured; member
H A Datl1.c796 hw->phy_configured = true; in atl1_setup_link()
844 if (!hw->phy_configured) { in atl1_init_hw()
943 hw->phy_configured = false; in atl1_sw_init()
2821 hw->phy_configured = false; in atl1_suspend()
2833 hw->phy_configured = false; in atl1_suspend()
/openbmc/linux/drivers/net/ethernet/atheros/alx/
H A Dmain.c1719 bool phy_configured; in alx_probe() local
1800 phy_configured = alx_phy_configured(hw); in alx_probe()
1802 if (!phy_configured) in alx_probe()
1812 if (!phy_configured) { in alx_probe()
/openbmc/u-boot/drivers/net/
H A Dsun8i_emac.c126 u32 phy_configured; member