Searched refs:NCR5380_IDSTAT (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/mac68k/dev/
H A Dncr5380.c105 while (!(GET_5380_REG(NCR5380_IDSTAT) & SC_S_REQ) && --timeout)
107 return (GET_5380_REG(NCR5380_IDSTAT) & SC_S_REQ);
118 while ((GET_5380_REG(NCR5380_IDSTAT) & SC_S_REQ) && --timeout)
120 return (!(GET_5380_REG(NCR5380_IDSTAT) & SC_S_REQ));
242 SET_5380_REG(NCR5380_IDSTAT, 0);
497 if ((GET_5380_REG(NCR5380_IDSTAT) & (SC_S_SEL|SC_S_IO))
585 SET_5380_REG(NCR5380_IDSTAT, SC_HOST_ID);
811 SET_5380_REG(NCR5380_IDSTAT, 0);
826 while (!(GET_5380_REG(NCR5380_IDSTAT) & SC_S_BSY) && --cnt)
829 if (!(GET_5380_REG(NCR5380_IDSTAT)
[all...]
H A Dncr5380reg.h41 #define NCR5380_IDSTAT 4 /* Bus status register */ macro
H A Dmac68k5380.c287 idstat = GET_5380_REG(NCR5380_IDSTAT);
578 while ( ((GET_5380_REG(NCR5380_IDSTAT) & SC_S_BSY) == 0)
/netbsd-6-1-5-RELEASE/sys/arch/atari/dev/
H A Dncr5380.c104 while ((GET_5380_REG(NCR5380_IDSTAT) & SC_S_REQ) == 0 && --timeout)
106 return GET_5380_REG(NCR5380_IDSTAT) & SC_S_REQ;
118 while ((GET_5380_REG(NCR5380_IDSTAT) & SC_S_REQ) && --timeout)
120 return (GET_5380_REG(NCR5380_IDSTAT) & SC_S_REQ) == 0;
248 SET_5380_REG(NCR5380_IDSTAT, 0);
512 if ((GET_5380_REG(NCR5380_IDSTAT) & (SC_S_SEL|SC_S_IO))
603 SET_5380_REG(NCR5380_IDSTAT, SC_HOST_ID);
833 SET_5380_REG(NCR5380_IDSTAT, 0);
848 while ((GET_5380_REG(NCR5380_IDSTAT) & SC_S_BSY) == 0 && --cnt)
851 if ((GET_5380_REG(NCR5380_IDSTAT)
[all...]
H A Dncr5380reg.h41 #define NCR5380_IDSTAT 4 /* Bus status register */ macro

Completed in 71 milliseconds