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

/src/sys/arch/evbppc/nintendo/dev/
H A Drtcsram.c68 struct rtcsram_softc { struct
81 static uint32_t rtcsram_read_4(struct rtcsram_softc *, uint32_t);
82 static void rtcsram_write_4(struct rtcsram_softc *, uint32_t, uint32_t);
83 static void rtcsram_read_buf(struct rtcsram_softc *, uint32_t, void *,
89 CFATTACH_DECL_NEW(rtcsram, sizeof(struct rtcsram_softc),
103 struct rtcsram_softc * const sc = device_private(self);
124 rtcsram_read_4(struct rtcsram_softc *sc, uint32_t offset)
137 rtcsram_write_4(struct rtcsram_softc *sc, uint32_t offset, uint32_t val)
148 rtcsram_read_buf(struct rtcsram_softc *sc, uint32_t offset, void *data,
160 struct rtcsram_softc * cons
[all...]

Completed in 2 milliseconds