Searched refs:if_dwc_rk_softc (Results 1 – 1 of 1) sorted by relevance
106 struct if_dwc_rk_softc;108 typedef void (*if_dwc_rk_set_delaysfn_t)(struct if_dwc_rk_softc *);109 typedef int (*if_dwc_rk_set_speedfn_t)(struct if_dwc_rk_softc *, int);110 typedef void (*if_dwc_rk_set_phy_modefn_t)(struct if_dwc_rk_softc *);111 typedef void (*if_dwc_rk_phy_powerupfn_t)(struct if_dwc_rk_softc *);120 struct if_dwc_rk_softc { struct143 static void rk3328_set_delays(struct if_dwc_rk_softc *sc); argument144 static int rk3328_set_speed(struct if_dwc_rk_softc *sc, int speed);145 static void rk3328_set_phy_mode(struct if_dwc_rk_softc *sc);146 static void rk3328_phy_powerup(struct if_dwc_rk_softc *sc);[all …]