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

  /src/sys/arch/mac68k/dev/
ncr5380reg.h 51 #define SC_AIP 0x40 /* R - Arbitration in progress */
ncr5380.c 734 while (!(GET_5380_REG(NCR5380_ICOM) & SC_AIP) && --cnt)
737 if (!(GET_5380_REG(NCR5380_ICOM) & SC_AIP)) {
  /src/sys/arch/atari/dev/
ncr5380reg.h 51 #define SC_AIP 0x40 /* R - Arbitration in progress */
ncr5380.c 754 while ((GET_5380_REG(NCR5380_ICOM) & SC_AIP) == 0 && --cnt)
757 if ((GET_5380_REG(NCR5380_ICOM) & SC_AIP) == 0) {

Completed in 18 milliseconds