Home | History | Annotate | Download | only in ibus

Lines Matching refs:SII_SCH

472 	if ((status & (SII_RST | SII_SCH | SII_STATE_MSK)) ==
473 (SII_SCH | SII_CON)) {
645 if (cstat & SII_SCH) {
657 * There is a race condition with SII_SCH. There is a short
658 * window between the time a SII_SCH is seen after a disconnect
659 * and when the SII_SCH is cleared. A reselect can happen
660 * in this window and we will clear the SII_SCH without
767 * There is a race condition with SII_SCH. There is a short
768 * window between the time a SII_SCH is seen after a disconnect
769 * and when the SII_SCH is cleared. A reselect can happen
770 * in this window and we will clear the SII_SCH without
1085 cstat & (SII_RST | SII_SCH),
1087 if ((cstat & (SII_RST | SII_SCH |
1088 SII_STATE_MSK)) == SII_SCH) {
1089 regs->cstat = SII_SCH | SII_BER;
1095 * clearing the SII_SCH bit.
1098 if (!(i & SII_SCH) &&
1253 cstat & (SII_RST | SII_SCH),
1255 if ((cstat & (SII_RST | SII_SCH |
1256 SII_STATE_MSK)) != SII_SCH) {
1264 regs->cstat = SII_SCH | SII_BER;
1271 * the SII_SCH bit.
1274 if (!(i & SII_SCH) && (i & SII_STATE_MSK) !=