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

/freebsd-current/sys/dev/dwc/
H A Dif_dwc_rk.c124 bool integrated_phy; member in struct:if_dwc_rk_softc
253 sc->integrated_phy ? RK3328_GRF_MAC_CON2 : RK3328_GRF_MAC_CON1,
276 SYSCON_WRITE_4(sc->grf, sc->integrated_phy ? RK3328_GRF_MAC_CON2 : RK3328_GRF_MAC_CON1,
447 if ((sc->phy_node != 0) && sc->integrated_phy) {
525 sc->integrated_phy = OF_hasprop(sc->phy_node, "phy-is-integrated");
527 if (sc->integrated_phy)
556 if (sc->integrated_phy) {

Completed in 111 milliseconds