Searched refs:SII_CI (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/pmax/ibus/
H A Dsii.c280 if (dstat & (SII_CI | SII_DI)) {
419 if ((status = regs->dstat) & (SII_CI | SII_DI)) {
468 SII_WAIT_UNTIL(status, regs->cstat, status & (SII_CI | SII_DI),
496 if ((status & (SII_CI | SII_MIS | SII_PHASE_MSK)) !=
501 if (status & (SII_CI | SII_DI))
514 SII_WAIT_UNTIL(status, regs->dstat, status & (SII_CI | SII_DI),
520 if (status & (SII_CI | SII_DI))
533 if (status & (SII_CI | SII_DI)) {
601 if (dstat & SII_CI) {
836 dstat & (SII_CI | SII_D
[all...]
H A Dsiireg.h160 #define SII_CI 0x8000 /* composite interrupt bit for CSTAT */ macro

Completed in 145 milliseconds