Searched refs:phy_type (Results 1 - 2 of 2) sorted by relevance

/broadcom-cfe-1.4.2/cfe/arch/ppc/chipset/mpc824x/src/
H A Ddev_tulip.c277 enum {NONE, SRL, MII, SYM} phy_type; member in struct:tulip_softc_s
1829 sc->phy_type = NONE;
1840 sc->phy_type = MII;
1844 sc->phy_type = SYM;
1855 sc->phy_type = MII;
1860 if (sc->phy_type == MII) {
1897 else if (sc->phy_type == SYM) {
1923 sc->phy_type = SYM;
1944 if (sc->phy_type == SYM)
1960 if (sc->phy_type
[all...]
/broadcom-cfe-1.4.2/cfe/dev/
H A Ddev_tulip.c248 enum {NONE, SRL, MII, SYM} phy_type; member in struct:tulip_softc
1628 sc->phy_type = NONE;
1639 sc->phy_type = MII;
1643 sc->phy_type = SYM;
1651 if (sc->phy_type == MII) {
1682 else if (sc->phy_type == SYM) {
1708 sc->phy_type = SYM;
1728 if (sc->phy_type == SYM)
1744 if (sc->phy_type == MII) {
1806 sc->phy_type
[all...]

Completed in 34 milliseconds