Home
last modified time | relevance | path

Searched refs:STATUS_REG (Results 1 – 6 of 6) sorted by relevance

/NextBSD/sys/dev/ex/
HDif_ex.c375 CSR_WRITE_1(sc, STATUS_REG, All_Int); in ex_init_locked()
606 CSR_WRITE_1(sc, STATUS_REG, All_Int); in ex_stop()
631 (int_status = CSR_READ_1(sc, STATUS_REG)) & (Tx_Int | Rx_Int)) { in ex_intr()
636 CSR_WRITE_1(sc, STATUS_REG, Rx_Int); in ex_intr()
639 CSR_WRITE_1(sc, STATUS_REG, Tx_Int); in ex_intr()
936 if ((CSR_READ_1(sc, STATUS_REG) & Exec_Int) == 0) in ex_setmulti()
940 CSR_WRITE_1(sc, STATUS_REG, Exec_Int); in ex_setmulti()
HDif_exreg.h89 #define STATUS_REG 1 macro
/NextBSD/sys/dev/aha/
HDaha.c245 status = aha_inb(aha, STATUS_REG); in aha_probe()
1102 aha->latched_status = aha_inb(aha, STATUS_REG); in aha_intr_locked()
1324 status = aha_inb(aha, STATUS_REG); in ahareset()
1338 status = aha_inb(aha, STATUS_REG); in ahareset()
1352 status = aha_inb(aha, STATUS_REG); in ahareset()
1446 status = aha_inb(aha, STATUS_REG); in aha_cmd()
1475 status = aha_inb(aha, STATUS_REG); in aha_cmd()
1510 status = aha_inb(aha, STATUS_REG); in aha_cmd()
1573 status = aha_inb(aha, STATUS_REG); in aha_cmd()
HDahareg.h59 #define STATUS_REG 0x00 macro
/NextBSD/sys/dev/buslogic/
HDbt.c355 status = bt_inb(bt, STATUS_REG); in bt_probe()
1519 bt->latched_status = bt_inb(bt, STATUS_REG); in bt_intr_locked()
1789 status = bt_inb(bt, STATUS_REG); in btreset()
1805 status = bt_inb(bt, STATUS_REG); in btreset()
1819 status = bt_inb(bt, STATUS_REG); in btreset()
1896 status = bt_inb(bt, STATUS_REG); in bt_cmd()
1928 status = bt_inb(bt, STATUS_REG); in bt_cmd()
1963 status = bt_inb(bt, STATUS_REG); in bt_cmd()
2057 status = bt_inb(bt, STATUS_REG); in bt_cmd()
HDbtreg.h71 #define STATUS_REG 0x00 macro