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

  /src/sys/arch/riscv/starfive/
jh7100_gmac.c 66 struct jh71x0_eth_softc * const jheth_sc = &sc->sc_jh71x0eth; local in function:jh7100_gmac_set_speed
68 u_int rate = clk_get_rate(jheth_sc->sc_clk_tx);
83 int error = clk_set_rate(jheth_sc->sc_clk_tx, rate);
85 aprint_error_dev(jheth_sc->sc_dev, "failed to set TX rate %u",
113 struct jh71x0_eth_softc * const jheth_sc = &sc->sc_jh71x0eth; local in function:jh7100_gmac_attach
127 error = jh71x0_eth_attach(jheth_sc, faa, &sc->sc_gmac.sc_bsh);
jh7110_eqos.c 120 struct jh71x0_eth_softc * const jheth_sc = &sc->sc_jh71x0eth; local in function:jh7110_eqos_attach
134 error = jh71x0_eth_attach(jheth_sc, faa, &sc->sc_eqos.sc_bsh);

Completed in 133 milliseconds