Searched refs:arc_write (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/sys/dev/pci/
H A Darc.c609 void arc_write(struct arc_softc *, bus_size_t, u_int32_t);
884 arc_write(sc, ARC_RA_INTRSTAT, intrstat);
890 arc_write(sc, ARC_RA_INTRMASK,
896 arc_write(sc, ARC_RA_OUTB_DOORBELL, reg);
898 arc_write(sc, ARC_RA_INB_DOORBELL,
941 arc_write(sc, ARC_RC_INTR_MASK,
947 arc_write(sc, ARC_RC_OUTB_DOORBELL_CLR, reg);
949 arc_write(sc, ARC_RC_INB_DOORBELL,
953 arc_write(sc, ARC_RC_INB_DOORBELL,
958 arc_write(s
2726 arc_write(struct arc_softc *sc, bus_size_t r, u_int32_t v) function
[all...]

Completed in 178 milliseconds