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

/freebsd-11.0-release/sys/dev/usb/controller/
H A Dat91dci_atmelarm.c84 struct at91_pmc_clock *sc_iclk; member in struct:at91_udp_softc
106 at91_pmc_clock_enable(sc->sc_iclk);
116 at91_pmc_clock_disable(sc->sc_iclk);
189 sc->sc_iclk = at91_pmc_clock_ref("udc_clk");
293 at91_pmc_clock_disable(sc->sc_iclk);
297 at91_pmc_clock_deref(sc->sc_iclk);
H A Dat91dci_fdt.c88 struct at91_pmc_clock *sc_iclk; member in struct:at91_udp_softc
110 at91_pmc_clock_enable(sc->sc_iclk);
120 at91_pmc_clock_disable(sc->sc_iclk);
195 sc->sc_iclk = at91_pmc_clock_ref("udc_clk");
299 at91_pmc_clock_disable(sc->sc_iclk);
303 at91_pmc_clock_deref(sc->sc_iclk);

Completed in 93 milliseconds