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

/freebsd-10.2-release/sys/dev/usb/controller/
H A Dohci_atmelarm.c73 struct at91_pmc_clock *iclk; member in struct:at91_ohci_softc
104 sc->iclk = at91_pmc_clock_ref("ohci_clk");
145 at91_pmc_clock_enable(sc->iclk);
192 at91_pmc_clock_disable(sc->iclk);
195 at91_pmc_clock_deref(sc->iclk);
H A Dohci_fdt.c77 struct at91_pmc_clock *iclk; member in struct:at91_ohci_softc
110 sc->iclk = at91_pmc_clock_ref("ohci_clk");
151 at91_pmc_clock_enable(sc->iclk);
199 at91_pmc_clock_disable(sc->iclk);
202 at91_pmc_clock_deref(sc->iclk);

Completed in 99 milliseconds