Searched refs:ADREAD (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/sys/dev/ic/
H A Dad1848.c238 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(s
[all...]
H A Dad1848var.h106 #define ADREAD(sc, index) (*(sc)->sc_readreg)(sc, index) macro
/netbsd-current/sys/dev/isa/
H A Dad1848_isa.c202 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);
H A Dym.c1103 t < 100000 && ADREAD(ac, AD1848_IADDR) & SP_IN_INIT; t++)
/netbsd-current/sys/dev/ebus/
H A Dcs4231_ebus.c542 status = ADREAD(&sc->sc_ad1848, AD1848_STATUS);
/netbsd-current/sys/dev/sbus/
H A Dcs4231_sbus.c520 status = ADREAD(&sc->sc_ad1848, AD1848_STATUS);

Completed in 259 milliseconds