Home
last modified time | relevance | path

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

/drivers/net/
Dfec.c290 #define PHY_STAT_ANC 0x0400 /* 1 auto-negotiation complete */ macro
780 status = *s & ~(PHY_STAT_LINK | PHY_STAT_FAULT | PHY_STAT_ANC); in mii_parse_sr()
787 status |= PHY_STAT_ANC; in mii_parse_sr()
911 status = *s & ~(PHY_STAT_SPMASK | PHY_STAT_LINK | PHY_STAT_ANC); in mii_parse_lxt971_sr2()
920 status |= PHY_STAT_ANC; in mii_parse_lxt971_sr2()
1065 status = *s & ~(PHY_STAT_SPMASK | PHY_STAT_ANC); in mii_parse_am79c874_dr()
1068 status |= PHY_STAT_ANC; in mii_parse_am79c874_dr()
1161 *s &= ~(PHY_STAT_SPMASK | PHY_STAT_LINK | PHY_STAT_ANC); in mii_parse_dp8384x_sr2()
1171 *s |= PHY_STAT_ANC; in mii_parse_dp8384x_sr2()
1883 if (*s & PHY_STAT_ANC) in mii_display_status()