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

  /src/sys/arch/arm/at91/
at91tctmr.c 82 struct at91tctmr_softc { struct
92 static struct at91tctmr_softc *at91tctmr_sc = NULL;
104 at91tctmr_count_to_usec(struct at91tctmr_softc *sc, uint32_t count)
138 READ_TC(struct at91tctmr_softc *sc, uint offset)
146 WRITE_TC(struct at91tctmr_softc *sc, uint offset, uint32_t value)
153 CFATTACH_DECL_NEW(at91tctmr, sizeof(struct at91tctmr_softc),
179 struct at91tctmr_softc *sc = device_private(self);
235 struct at91tctmr_softc *sc = arg;
276 struct at91tctmr_softc *sc = at91tctmr_sc;
299 struct at91tctmr_softc *sc = at91tctmr_sc
    [all...]
at91tctmr.c 82 struct at91tctmr_softc { struct
92 static struct at91tctmr_softc *at91tctmr_sc = NULL;
104 at91tctmr_count_to_usec(struct at91tctmr_softc *sc, uint32_t count)
138 READ_TC(struct at91tctmr_softc *sc, uint offset)
146 WRITE_TC(struct at91tctmr_softc *sc, uint offset, uint32_t value)
153 CFATTACH_DECL_NEW(at91tctmr, sizeof(struct at91tctmr_softc),
179 struct at91tctmr_softc *sc = device_private(self);
235 struct at91tctmr_softc *sc = arg;
276 struct at91tctmr_softc *sc = at91tctmr_sc;
299 struct at91tctmr_softc *sc = at91tctmr_sc
    [all...]

Completed in 21 milliseconds