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

/netbsd-current/sys/arch/mac68k/dev/
H A Dncr5380reg.h89 #define SC_S_SEL 0x02 /* R - SEL is set */ macro
H A Dncr5380.c497 if ((GET_5380_REG(NCR5380_IDSTAT) & (SC_S_SEL|SC_S_IO))
498 == (SC_S_SEL|SC_S_IO)){
1252 while ((GET_5380_REG(NCR5380_IDSTAT) & SC_S_SEL) && (len > 0)) {
1256 if (GET_5380_REG(NCR5380_IDSTAT) & SC_S_SEL) {
1742 if ((GET_5380_REG(NCR5380_IDSTAT) & (SC_S_SEL|SC_S_IO))
1743 ==(SC_S_SEL|SC_S_IO))
/netbsd-current/sys/arch/atari/dev/
H A Dncr5380reg.h89 #define SC_S_SEL 0x02 /* R - SEL is set */ macro
H A Dncr5380.c510 if ((GET_5380_REG(NCR5380_IDSTAT) & (SC_S_SEL|SC_S_IO))
511 == (SC_S_SEL|SC_S_IO)){
1275 while ((GET_5380_REG(NCR5380_IDSTAT) & SC_S_SEL) && (len > 0)) {
1279 if (GET_5380_REG(NCR5380_IDSTAT) & SC_S_SEL) {
1782 if ((GET_5380_REG(NCR5380_IDSTAT) & (SC_S_SEL|SC_S_IO)) ==
1783 (SC_S_SEL|SC_S_IO))

Completed in 101 milliseconds