HomeSort by: relevance | last modified time | path
    Searched defs:sc_jh71x0eth (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/riscv/starfive/
jh7100_gmac.c 58 struct jh71x0_eth_softc sc_jh71x0eth; member in struct:jh7100_gmac_softc
66 struct jh71x0_eth_softc * const jheth_sc = &sc->sc_jh71x0eth;
113 struct jh71x0_eth_softc * const jheth_sc = &sc->sc_jh71x0eth;
123 sc->sc_jh71x0eth.sc_dev = self;
124 sc->sc_jh71x0eth.sc_phy = MII_PHY_ANY;
125 sc->sc_jh71x0eth.sc_type = JH71X0ETH_GMAC;
131 if (sc->sc_jh71x0eth.sc_clk_tx) {
138 error = dwc_gmac_attach(gmac_sc, sc->sc_jh71x0eth.sc_phy,
jh7110_eqos.c 57 struct jh71x0_eth_softc sc_jh71x0eth; member in struct:jh7110_eqos_softc
120 struct jh71x0_eth_softc * const jheth_sc = &sc->sc_jh71x0eth;
130 sc->sc_jh71x0eth.sc_dev = self;
131 sc->sc_jh71x0eth.sc_phy = MII_PHY_ANY;
132 sc->sc_jh71x0eth.sc_type = JH71X0ETH_EQOS;
138 jh7110_parse_phyprops(sc, sc->sc_jh71x0eth.sc_phandle_phy);

Completed in 14 milliseconds