HomeSort by: relevance | last modified time | path
    Searched refs:sc_phytype (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/ic/
dw_hdmi.h 76 u_int sc_phytype; member in struct:dwhdmi_softc
dw_hdmi_phy.c 334 switch (sc->sc_phytype) {
dw_hdmi.c 854 sc->sc_phytype = dwhdmi_read(sc, HDMI_CONFIG2_ID);
858 sc->sc_phytype);
  /src/sys/dev/pci/
if_wm.c 532 wm_phy_type sc_phytype; /* PHY type */ member in struct:wm_softc
4050 switch (sc->sc_phytype) {
4895 if (sc->sc_phytype == WMPHY_I217) {
4926 if ((sc->sc_phytype == WMPHY_UNKNOWN)
4927 || (sc->sc_phytype != WMPHY_IGP_3))
10454 if ((sc->sc_type == WM_T_ICH8) && (sc->sc_phytype == WMPHY_IGP_3))
10701 if (sc->sc_phytype == WMPHY_82578)
10709 if (sc->sc_phytype > WMPHY_82579)
11439 * Set up sc_phytype and mii_{read|write}reg.
11604 if ((sc->sc_phytype != WMPHY_UNKNOWN
    [all...]

Completed in 20 milliseconds