HomeSort by: relevance | last modified time | path
    Searched defs:imxclock (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/imx/
imxclock.c 1 /* $NetBSD: imxclock.c,v 1.9 2020/05/29 12:30:38 rin Exp $ */
33 __KERNEL_RCSID(0, "$NetBSD: imxclock.c,v 1.9 2020/05/29 12:30:38 rin Exp $");
69 struct imxclock_softc *imxclock = NULL; variable in typeref:struct:imxclock_softc *
78 imxclock = epit1_sc;
80 imxclock = epit2_sc;
84 freq = imxclock_get_timerfreq(imxclock);
88 aprint_verbose_dev(imxclock->sc_dev,
91 imxclock->sc_reload_value = freq / hz - 1;
94 bus_space_write_4(imxclock->sc_iot, imxclock->sc_ioh, EPIT_EPITCR, 0)
    [all...]
imxclock.c 1 /* $NetBSD: imxclock.c,v 1.9 2020/05/29 12:30:38 rin Exp $ */
33 __KERNEL_RCSID(0, "$NetBSD: imxclock.c,v 1.9 2020/05/29 12:30:38 rin Exp $");
69 struct imxclock_softc *imxclock = NULL; variable in typeref:struct:imxclock_softc *
78 imxclock = epit1_sc;
80 imxclock = epit2_sc;
84 freq = imxclock_get_timerfreq(imxclock);
88 aprint_verbose_dev(imxclock->sc_dev,
91 imxclock->sc_reload_value = freq / hz - 1;
94 bus_space_write_4(imxclock->sc_iot, imxclock->sc_ioh, EPIT_EPITCR, 0)
    [all...]

Completed in 21 milliseconds