arcmsr.c | 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) 1956 arc_write(struct arc_softc *sc, bus_size_t r, uint32_t v) function in typeref:typename:void [all...] |