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

  /src/sys/arch/arm/cortex/
a9ptmr.c 49 static struct a9ptmr_softc *a9ptmr_sc;
54 struct a9ptmr_softc { struct
67 CFATTACH_DECL_NEW(arma9ptmr, sizeof(struct a9ptmr_softc),
73 a9ptmr_read(struct a9ptmr_softc *sc, bus_size_t o)
79 a9ptmr_write(struct a9ptmr_softc *sc, bus_size_t o, uint32_t v)
116 struct a9ptmr_softc * const sc = device_private(self);
188 struct a9ptmr_softc * const sc = a9ptmr_sc;
226 struct a9ptmr_softc * const sc __diagused = a9ptmr_sc;
236 struct a9ptmr_softc * const sc = a9ptmr_sc;
262 struct a9ptmr_softc * const sc = a9ptmr_sc
    [all...]
a9ptmr.c 49 static struct a9ptmr_softc *a9ptmr_sc;
54 struct a9ptmr_softc { struct
67 CFATTACH_DECL_NEW(arma9ptmr, sizeof(struct a9ptmr_softc),
73 a9ptmr_read(struct a9ptmr_softc *sc, bus_size_t o)
79 a9ptmr_write(struct a9ptmr_softc *sc, bus_size_t o, uint32_t v)
116 struct a9ptmr_softc * const sc = device_private(self);
188 struct a9ptmr_softc * const sc = a9ptmr_sc;
226 struct a9ptmr_softc * const sc __diagused = a9ptmr_sc;
236 struct a9ptmr_softc * const sc = a9ptmr_sc;
262 struct a9ptmr_softc * const sc = a9ptmr_sc
    [all...]
a9ptmr.c 49 static struct a9ptmr_softc *a9ptmr_sc;
54 struct a9ptmr_softc { struct
67 CFATTACH_DECL_NEW(arma9ptmr, sizeof(struct a9ptmr_softc),
73 a9ptmr_read(struct a9ptmr_softc *sc, bus_size_t o)
79 a9ptmr_write(struct a9ptmr_softc *sc, bus_size_t o, uint32_t v)
116 struct a9ptmr_softc * const sc = device_private(self);
188 struct a9ptmr_softc * const sc = a9ptmr_sc;
226 struct a9ptmr_softc * const sc __diagused = a9ptmr_sc;
236 struct a9ptmr_softc * const sc = a9ptmr_sc;
262 struct a9ptmr_softc * const sc = a9ptmr_sc
    [all...]

Completed in 33 milliseconds