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

/freebsd-11-stable/sys/arm/at91/
H A Dat91_ohci.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);
186 at91_pmc_clock_disable(sc->iclk);
189 at91_pmc_clock_deref(sc->iclk);
H A Dat91_ohci_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);
193 at91_pmc_clock_disable(sc->iclk);
196 at91_pmc_clock_deref(sc->iclk);

Completed in 65 milliseconds