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);
|