Lines Matching defs:arc_write
125 static void arc_write(struct arc_softc *, bus_size_t, uint32_t);
167 #define arc_push(_s, _r) arc_write((_s), ARC_REG_POST_QUEUE, (_r))
261 arc_write(sc, ARC_REG_INTRMASK,
344 arc_write(sc, ARC_REG_INTRSTAT, intrstat);
348 arc_write(sc, ARC_REG_INTRMASK,
354 arc_write(sc, ARC_REG_OUTB_DOORBELL, reg);
356 arc_write(sc, ARC_REG_INB_DOORBELL,
1646 arc_write(sc, ARC_REG_IOC_WBUF_LEN, rwlen);
1651 arc_write(sc, ARC_REG_INB_DOORBELL,
1660 arc_write(sc, ARC_REG_OUTB_DOORBELL, reg);
1677 arc_write(sc, ARC_REG_INB_DOORBELL,
1736 arc_write(sc, ARC_REG_INTRMASK, ~ARC_REG_INTRMASK_POSTQUEUE);
1745 arc_write(sc, ARC_REG_INTRMASK,
1757 arc_write(sc, ARC_REG_INTRMASK,
1760 arc_write(sc, ARC_REG_INTRMASK, ~ARC_REG_INTRMASK_POSTQUEUE);
1956 arc_write(struct arc_softc *sc, bus_size_t r, uint32_t v)
1958 DNPRINTF(ARC_D_RW, "%s: arc_write 0x%lx 0x%08x\n",
2019 arc_write(sc, ARC_REG_INB_MSG0, m);
2026 arc_write(sc, ARC_REG_INTRSTAT, ARC_REG_INTRSTAT_MSG0);