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

  /src/sys/arch/atari/dev/
ncr5380.c 104 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);
510 if ((GET_5380_REG(NCR5380_IDSTAT) & (SC_S_SEL|SC_S_IO))
601 SET_5380_REG(NCR5380_IDSTAT, SC_HOST_ID);
831 SET_5380_REG(NCR5380_IDSTAT, 0);
846 while ((GET_5380_REG(NCR5380_IDSTAT) & SC_S_BSY) == 0 && --cnt)
849 if ((GET_5380_REG(NCR5380_IDSTAT) & SC_S_BSY) == 0)
    [all...]
ncr5380reg.h 41 #define NCR5380_IDSTAT 4 /* Bus status register */
  /src/sys/arch/mac68k/dev/
ncr5380.c 105 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));
244 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) & SC_S_BSY))
    [all...]
ncr5380reg.h 41 #define NCR5380_IDSTAT 4 /* Bus status register */
mac68k5380.c 286 idstat = GET_5380_REG(NCR5380_IDSTAT);
574 while ( ((GET_5380_REG(NCR5380_IDSTAT) & SC_S_BSY) == 0)

Completed in 16 milliseconds