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

  /src/sys/dev/ic/
ad1848reg.h 88 #define SP_IN_INIT 0x80
ad1848.c 304 while (timeout > 0 && ADREAD(sc, AD1848_IADDR) == SP_IN_INIT) {
394 while (timeout > 0 && ADREAD(sc, AD1848_IADDR) & SP_IN_INIT)
405 ADREAD(sc, AD1848_IADDR) & SP_IN_INIT)
945 timeout < 1000 && ADREAD(sc, AD1848_IADDR) & SP_IN_INIT; timeout++)
964 while (timeout > 0 && ADREAD(sc, AD1848_IADDR) == SP_IN_INIT)
976 while (timeout > 0 && ADREAD(sc, AD1848_IADDR) == SP_IN_INIT) {
981 if (ADREAD(sc, AD1848_IADDR) == SP_IN_INIT)
  /src/sys/dev/isa/
ad1848_isa.c 196 * The SP_IN_INIT bit of the base I/O port is known to be 0 after the
203 if (tmp & SP_IN_INIT) { /* Not a AD1848 */
243 for (t = 0; t < 100000 && ADREAD(sc, AD1848_IADDR) & SP_IN_INIT; t++)
412 while (ADREAD(sc, AD1848_IADDR) & SP_IN_INIT)
ym.c 1103 t < 100000 && ADREAD(ac, AD1848_IADDR) & SP_IN_INIT; t++)

Completed in 14 milliseconds