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

  /src/sys/dev/ic/
ad1848.c 238 x = ADREAD(sc, AD1848_IDATA);
264 x = ADREAD(sc, AD1848_IDATA);
304 while (timeout > 0 && ADREAD(sc, AD1848_IADDR) == SP_IN_INIT) {
317 (ADREAD(sc, AD1848_IADDR)&SP_IADDR_MASK) != SP_TEST_AND_INIT) {
361 printf("ad1848 status=%02x", ADREAD(sc, AD1848_STATUS));
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++)
960 (void)ADREAD(sc, AD1848_IDATA);
961 (void)ADREAD(sc, AD1848_IDATA)
    [all...]
ad1848var.h 106 #define ADREAD(sc, index) (*(sc)->sc_readreg)(sc, index)
  /src/sys/dev/isa/
ad1848_isa.c 202 tmp = ADREAD(sc, AD1848_IADDR);
243 for (t = 0; t < 100000 && ADREAD(sc, AD1848_IADDR) & SP_IN_INIT; t++)
412 while (ADREAD(sc, AD1848_IADDR) & SP_IN_INIT)
417 while (ADREAD(sc, AD1848_IDATA) & AUTO_CAL_IN_PROG)
703 status = ADREAD(sc, AD1848_STATUS);
ym.c 1103 t < 100000 && ADREAD(ac, AD1848_IADDR) & SP_IN_INIT; t++)
  /src/sys/dev/ebus/
cs4231_ebus.c 542 status = ADREAD(&sc->sc_ad1848, AD1848_STATUS);
  /src/sys/dev/sbus/
cs4231_sbus.c 520 status = ADREAD(&sc->sc_ad1848, AD1848_STATUS);

Completed in 14 milliseconds