Home
last modified time | relevance | path

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

/openbsd/sys/dev/eisa/
H A Dcac_eisa.c224 CAC_EISA_CHANNEL_CLEAR) == 0); in cac_eisa_l0_fifo_full()
242 cac_outb(sc, CAC_EISAREG_SYSTEM_DOORBELL, CAC_EISA_CHANNEL_CLEAR); in cac_eisa_l0_submit()
262 cac_outb(sc, CAC_EISAREG_LOCAL_DOORBELL, CAC_EISA_CHANNEL_CLEAR); in cac_eisa_l0_completed()
291 ~CAC_EISA_CHANNEL_CLEAR); in cac_eisa_l0_intr_enable()
/openbsd/sys/dev/ic/
H A Dcacreg.h89 #define CAC_EISA_CHANNEL_CLEAR 0x02 macro