sys/dev/pci/arc.c
1040
arc_write(sc, ARC_RD_INTR_ENABLE,
sys/dev/pci/arc.c
1046
arc_write(sc, ARC_RD_OUTB_DOORBELL, reg);
sys/dev/pci/arc.c
1048
arc_write(sc, ARC_RD_INB_DOORBELL,
sys/dev/pci/arc.c
1057
arc_write(sc, ARC_RD_OUTB_DOORBELL_CLR,
sys/dev/pci/arc.c
1068
arc_write(sc, ARC_RD_OUTB_INTR_CAUSE, ARC_RD_OUTB_LIST_INT_CLR);
sys/dev/pci/arc.c
1086
arc_write(sc, ARC_RD_OUTB_READ_PTR, doneq_index);
sys/dev/pci/arc.c
1178
arc_write(sc, ARC_RA_POST_QUEUE, reg);
sys/dev/pci/arc.c
1187
arc_write(sc, ARC_RC_INB_POSTQ_HIGH, sc->sc_ccb_phys_hi);
sys/dev/pci/arc.c
1188
arc_write(sc, ARC_RC_INB_POSTQ_LOW, reg);
sys/dev/pci/arc.c
1213
arc_write(sc, ARC_RD_INB_WRITE_PTR, postq_index);
sys/dev/pci/arc.c
1361
arc_write(sc, ARC_RD_OUTB_READ_PTR, doneq_index);
sys/dev/pci/arc.c
1409
arc_write(sc, ARC_RA_INTRMASK, int_mask);
sys/dev/pci/arc.c
1415
arc_write(sc, ARC_RC_INTR_MASK, int_mask);
sys/dev/pci/arc.c
1420
arc_write(sc, ARC_RD_INTR_ENABLE, int_mask);
sys/dev/pci/arc.c
1434
arc_write(sc, ARC_RA_INTRMASK, int_mask);
sys/dev/pci/arc.c
1439
arc_write(sc, ARC_RC_INTR_MASK, int_mask);
sys/dev/pci/arc.c
1444
arc_write(sc, ARC_RD_INTR_ENABLE, ARC_RD_INTR_DISABLE_ALL);
sys/dev/pci/arc.c
1580
arc_write(sc, ARC_RA_OUTB_DOORBELL, ob_doorbell);
sys/dev/pci/arc.c
1581
arc_write(sc, ARC_RA_INB_DOORBELL, ARC_RA_INB_DOORBELL_READ_OK);
sys/dev/pci/arc.c
1664
arc_write(sc, ARC_RC_OUTB_DOORBELL_CLR, ob_doorbell);
sys/dev/pci/arc.c
1665
arc_write(sc, ARC_RC_INB_DOORBELL, ARC_RC_D2I_DATA_READ_OK);
sys/dev/pci/arc.c
1688
arc_write(sc, ARC_RD_OUTB_DOORBELL, ARC_RD_I2D_MESSAGE_CMD_DONE_CLEAR);
sys/dev/pci/arc.c
1738
arc_write(sc, ARC_RD_OUTB_DOORBELL_CLR, ob_doorbell);
sys/dev/pci/arc.c
1739
arc_write(sc, ARC_RD_INB_DOORBELL, ARC_RD_D2I_DATA_READ_OK);
sys/dev/pci/arc.c
1801
arc_write(sc, ARC_RA_MSGBUF, ARC_FWINFO_SIGNATURE_SET_CONFIG);
sys/dev/pci/arc.c
1802
arc_write(sc, ARC_RA_MSGBUF+1, ccb_phys_hi);
sys/dev/pci/arc.c
1806
arc_write(sc, ARC_RC_MSG_RWBUF, ARC_FWINFO_SIGNATURE_SET_CONFIG);
sys/dev/pci/arc.c
1807
arc_write(sc, ARC_RC_MSG_RWBUF+1, ccb_phys_hi);
sys/dev/pci/arc.c
1814
arc_write(sc, ARC_RD_MSG_RWBUF, ARC_FWINFO_SIGNATURE_SET_CONFIG);
sys/dev/pci/arc.c
1815
arc_write(sc, ARC_RD_MSG_RWBUF+4, ccb_phys_hi);
sys/dev/pci/arc.c
1816
arc_write(sc, ARC_RD_MSG_RWBUF+8, sc->postQ_buffer);
sys/dev/pci/arc.c
1817
arc_write(sc, ARC_RD_MSG_RWBUF+12, sc->doneQ_buffer);
sys/dev/pci/arc.c
1818
arc_write(sc, ARC_RD_MSG_RWBUF+16, 0x100);
sys/dev/pci/arc.c
2332
arc_write(sc, ARC_RA_IOC_WBUF_LEN, rwlen);
sys/dev/pci/arc.c
2337
arc_write(sc, ARC_RA_INB_DOORBELL,
sys/dev/pci/arc.c
2342
arc_write(sc, ARC_RC_MSG_WBUF_LEN, rwlen);
sys/dev/pci/arc.c
2347
arc_write(sc, ARC_RC_INB_DOORBELL,
sys/dev/pci/arc.c
2352
arc_write(sc, ARC_RD_MSG_WBUF_LEN, rwlen);
sys/dev/pci/arc.c
2357
arc_write(sc, ARC_RD_INB_DOORBELL,
sys/dev/pci/arc.c
2371
arc_write(sc, ARC_RA_OUTB_DOORBELL, reg);
sys/dev/pci/arc.c
2378
arc_write(sc, ARC_RC_OUTB_DOORBELL_CLR, reg);
sys/dev/pci/arc.c
2385
arc_write(sc, ARC_RD_OUTB_DOORBELL_CLR, reg);
sys/dev/pci/arc.c
2415
arc_write(sc, ARC_RA_INB_DOORBELL,
sys/dev/pci/arc.c
2421
arc_write(sc, ARC_RC_INB_DOORBELL,
sys/dev/pci/arc.c
2427
arc_write(sc, ARC_RD_INB_DOORBELL,
sys/dev/pci/arc.c
2515
arc_write(sc, ARC_RA_INTRMASK, int_mask);
sys/dev/pci/arc.c
2519
arc_write(sc, ARC_RC_INTR_MASK, int_mask);
sys/dev/pci/arc.c
2523
arc_write(sc, ARC_RD_INTR_ENABLE, int_mask);
sys/dev/pci/arc.c
2541
arc_write(sc, ARC_RA_INTRMASK, int_mask);
sys/dev/pci/arc.c
2545
arc_write(sc, ARC_RC_INTR_MASK, int_mask);
sys/dev/pci/arc.c
2549
arc_write(sc, ARC_RD_INTR_ENABLE, int_mask);
sys/dev/pci/arc.c
2566
arc_write(sc, ARC_RA_INTRMASK, int_mask);
sys/dev/pci/arc.c
2570
arc_write(sc, ARC_RA_INTRMASK, int_mask);
sys/dev/pci/arc.c
2575
arc_write(sc, ARC_RC_INTR_MASK, int_mask);
sys/dev/pci/arc.c
2579
arc_write(sc, ARC_RC_INTR_MASK, int_mask);
sys/dev/pci/arc.c
2584
arc_write(sc, ARC_RD_INTR_ENABLE, int_mask);
sys/dev/pci/arc.c
2588
arc_write(sc, ARC_RD_INTR_ENABLE, int_mask);
sys/dev/pci/arc.c
2785
arc_write(sc, ARC_RA_INB_MSG0, m);
sys/dev/pci/arc.c
2792
arc_write(sc, ARC_RA_INTRSTAT, ARC_RA_INTRSTAT_MSG0);
sys/dev/pci/arc.c
2797
arc_write(sc, ARC_RC_INB_MSGADDR0, m);
sys/dev/pci/arc.c
2798
arc_write(sc, ARC_RC_INB_DOORBELL, ARC_RC_D2I_MSG_CMD_DONE);
sys/dev/pci/arc.c
2805
arc_write(sc, ARC_RC_OUTB_DOORBELL_CLR, ARC_RC_I2D_MSG_CMD_DONE_CLR);
sys/dev/pci/arc.c
2810
arc_write(sc, ARC_RD_INB_MSGADDR0, m);
sys/dev/pci/arc.c
2817
arc_write(sc, ARC_RD_OUTB_DOORBELL_CLR, ARC_RD_I2D_MSG_CMD_DONE_CLR);
sys/dev/pci/arc.c
609
void arc_write(struct arc_softc *, bus_size_t, u_int32_t);
sys/dev/pci/arc.c
884
arc_write(sc, ARC_RA_INTRSTAT, intrstat);
sys/dev/pci/arc.c
890
arc_write(sc, ARC_RA_INTRMASK,
sys/dev/pci/arc.c
896
arc_write(sc, ARC_RA_OUTB_DOORBELL, reg);
sys/dev/pci/arc.c
898
arc_write(sc, ARC_RA_INB_DOORBELL,
sys/dev/pci/arc.c
941
arc_write(sc, ARC_RC_INTR_MASK,
sys/dev/pci/arc.c
947
arc_write(sc, ARC_RC_OUTB_DOORBELL_CLR, reg);
sys/dev/pci/arc.c
949
arc_write(sc, ARC_RC_INB_DOORBELL,
sys/dev/pci/arc.c
958
arc_write(sc, ARC_RC_OUTB_DOORBELL_CLR,
sys/dev/pci/arc.c
986
arc_write(sc, ARC_RC_INB_DOORBELL,