HomeSort by: relevance | last modified time | path
    Searched refs:SII_CI (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/pmax/ibus/
sii.c 280 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_DI), SII_WAIT_COUNT, i)
    [all...]
siireg.h 160 #define SII_CI 0x8000 /* composite interrupt bit for CSTAT */

Completed in 11 milliseconds