Searched refs:SC_AIP (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/arch/mac68k/dev/
H A Dncr5380reg.h51 #define SC_AIP 0x40 /* R - Arbitration in progress */ macro
H A Dncr5380.c734 while (!(GET_5380_REG(NCR5380_ICOM) & SC_AIP) && --cnt)
737 if (!(GET_5380_REG(NCR5380_ICOM) & SC_AIP)) {
/netbsd-current/sys/arch/atari/dev/
H A Dncr5380reg.h51 #define SC_AIP 0x40 /* R - Arbitration in progress */ macro
H A Dncr5380.c754 while ((GET_5380_REG(NCR5380_ICOM) & SC_AIP) == 0 && --cnt)
757 if ((GET_5380_REG(NCR5380_ICOM) & SC_AIP) == 0) {

Completed in 91 milliseconds