Searched refs:arml2cc_softc (Results 1 – 1 of 1) sorted by relevance
52 struct arml2cc_softc { struct64 __CTASSERT(offsetof(struct arml2cc_softc, sc_ev_inv.ev_count) % 8 == 0); argument65 __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 …]