arml2cc_softc
struct arml2cc_softc * const sc = device_private(self);
arml2cc_cache_op(struct arml2cc_softc *sc, bus_size_t off, uint32_t val,
arml2cc_cache_way_op(struct arml2cc_softc *sc, bus_size_t off, uint32_t way_mask)
arml2cc_cache_sync(struct arml2cc_softc *sc)
arml2cc_disable(struct arml2cc_softc *sc)
arml2cc_enable(struct arml2cc_softc *sc)
struct arml2cc_softc * const sc = arml2cc_sc;
__CTASSERT(offsetof(struct arml2cc_softc, sc_ev_inv.ev_count) % 8 == 0);
__CTASSERT(offsetof(struct arml2cc_softc, sc_ev_wb.ev_count) % 8 == 0);
__CTASSERT(offsetof(struct arml2cc_softc, sc_ev_wbinv.ev_count) % 8 == 0);
CFATTACH_DECL_NEW(arml2cc, sizeof(struct arml2cc_softc),
static inline void arml2cc_disable(struct arml2cc_softc *);
static inline void arml2cc_enable(struct arml2cc_softc *);
static struct arml2cc_softc *arml2cc_sc;
arml2cc_read_4(struct arml2cc_softc *sc, bus_size_t o)
arml2cc_write_4(struct arml2cc_softc *sc, bus_size_t o, uint32_t v)