Lines Matching refs:a9ptmr_softc
49 static struct a9ptmr_softc *a9ptmr_sc;
54 struct a9ptmr_softc { struct
67 CFATTACH_DECL_NEW(arma9ptmr, sizeof(struct a9ptmr_softc), argument
73 a9ptmr_read(struct a9ptmr_softc *sc, bus_size_t o) in a9ptmr_read()
79 a9ptmr_write(struct a9ptmr_softc *sc, bus_size_t o, uint32_t v) in a9ptmr_write()
116 struct a9ptmr_softc * const sc = device_private(self); in a9ptmr_attach()
188 struct a9ptmr_softc * const sc = a9ptmr_sc; in a9ptmr_delay()
226 struct a9ptmr_softc * const sc __diagused = a9ptmr_sc; in a9ptmr_cpu_initclocks()
236 struct a9ptmr_softc * const sc = a9ptmr_sc; in a9ptmr_init_cpu_clock()
262 struct a9ptmr_softc * const sc = a9ptmr_sc; in a9ptmr_intr()
279 struct a9ptmr_softc * const sc = a9ptmr_sc; in a9ptmr_update_freq()