Home
last modified time | relevance | path

Searched refs:HC_IC_DEV (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/mvs/
H A Dmvs_pci.c362 aic |= HC_IC_DONE(0) | HC_IC_DEV(0); in mvs_intr()
364 aic |= HC_IC_DONE(1) | HC_IC_DEV(1); in mvs_intr()
366 aic |= HC_IC_DONE(2) | HC_IC_DEV(2); in mvs_intr()
368 aic |= HC_IC_DONE(3) | HC_IC_DEV(3); in mvs_intr()
H A Dmvs.h96 #define HC_IC_DEV(p) (1 << ((p) + 8)) /* Device Intr */ macro
H A Dmvs_soc.c317 aic |= HC_IC_DONE(chan_num) | HC_IC_DEV(chan_num); in mvs_intr()