Home
last modified time | relevance | path

Searched refs:WB_IMR (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/dev/pci/
H A Dif_wb.c1060 CSR_WRITE_4(sc, WB_IMR, 0x00000000); in wb_intr()
1118 CSR_WRITE_4(sc, WB_IMR, WB_INTRS); in wb_intr()
1419 CSR_WRITE_4(sc, WB_IMR, WB_INTRS); in wb_init()
1555 CSR_WRITE_4(sc, WB_IMR, 0x00000000); in wb_stop()
H A Dif_wbreg.h48 #define WB_IMR 0x1C /* interrupt mask */ macro