Lines Matching refs:phy_status
205 uint phy_status; member
777 volatile uint *s = &(fep->phy_status); in mii_parse_sr()
794 volatile uint *s = &(fep->phy_status); in mii_parse_cr()
809 volatile uint *s = &(fep->phy_status); in mii_parse_anar()
837 volatile uint *s = &(fep->phy_status); in mii_parse_lxt970_csr()
908 volatile uint *s = &(fep->phy_status); in mii_parse_lxt971_sr2()
992 volatile uint *s = &(fep->phy_status); in mii_parse_qs6612_pcr()
1062 volatile uint *s = &(fep->phy_status); in mii_parse_am79c874_dr()
1159 volatile uint *s = &(fep->phy_status); in mii_parse_dp8384x_sr2()
1860 volatile uint *s = &(fep->phy_status); in mii_display_status()
1897 uint status = fep->phy_status; in mii_display_config()
1941 fep->link = (fep->phy_status & PHY_STAT_LINK) ? 1 : 0; in mii_relink()
1947 if (fep->phy_status in mii_relink()