Home
last modified time | relevance | path

Searched refs:arml2cc_softc (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/arch/arm/cortex/
H A Dpl310.c52 struct arml2cc_softc { struct
64 __CTASSERT(offsetof(struct arml2cc_softc, sc_ev_inv.ev_count) % 8 == 0); argument
65 __CTASSERT(offsetof(struct arml2cc_softc, sc_ev_wb.ev_count) % 8 == 0);
66 __CTASSERT(offsetof(struct arml2cc_softc, sc_ev_wbinv.ev_count) % 8 == 0);
68 CFATTACH_DECL_NEW(arml2cc, sizeof(struct arml2cc_softc),
71 static inline void arml2cc_disable(struct arml2cc_softc *);
72 static inline void arml2cc_enable(struct arml2cc_softc *);
77 static struct arml2cc_softc *arml2cc_sc;
80 arml2cc_read_4(struct arml2cc_softc *sc, bus_size_t o) in arml2cc_read_4()
86 arml2cc_write_4(struct arml2cc_softc *sc, bus_size_t o, uint32_t v) in arml2cc_write_4()
[all …]