Symbol: ADREAD
sys/dev/ebus/cs4231_ebus.c
542
status = ADREAD(&sc->sc_ad1848, AD1848_STATUS);
sys/dev/ic/ad1848.c
238
x = ADREAD(sc, AD1848_IDATA);
sys/dev/ic/ad1848.c
264
x = ADREAD(sc, AD1848_IDATA);
sys/dev/ic/ad1848.c
304
while (timeout > 0 && ADREAD(sc, AD1848_IADDR) == SP_IN_INIT) {
sys/dev/ic/ad1848.c
317
(ADREAD(sc, AD1848_IADDR)&SP_IADDR_MASK) != SP_TEST_AND_INIT) {
sys/dev/ic/ad1848.c
361
printf("ad1848 status=%02x", ADREAD(sc, AD1848_STATUS));
sys/dev/ic/ad1848.c
394
while (timeout > 0 && ADREAD(sc, AD1848_IADDR) & SP_IN_INIT)
sys/dev/ic/ad1848.c
405
ADREAD(sc, AD1848_IADDR) & SP_IN_INIT)
sys/dev/ic/ad1848.c
945
timeout < 1000 && ADREAD(sc, AD1848_IADDR) & SP_IN_INIT; timeout++)
sys/dev/ic/ad1848.c
960
(void)ADREAD(sc, AD1848_IDATA);
sys/dev/ic/ad1848.c
961
(void)ADREAD(sc, AD1848_IDATA);
sys/dev/ic/ad1848.c
964
while (timeout > 0 && ADREAD(sc, AD1848_IADDR) == SP_IN_INIT)
sys/dev/ic/ad1848.c
968
(void)ADREAD(sc, AD1848_IDATA);
sys/dev/ic/ad1848.c
969
(void)ADREAD(sc, AD1848_IDATA);
sys/dev/ic/ad1848.c
976
while (timeout > 0 && ADREAD(sc, AD1848_IADDR) == SP_IN_INIT) {
sys/dev/ic/ad1848.c
981
if (ADREAD(sc, AD1848_IADDR) == SP_IN_INIT)
sys/dev/isa/ad1848_isa.c
202
tmp = ADREAD(sc, AD1848_IADDR);
sys/dev/isa/ad1848_isa.c
243
for (t = 0; t < 100000 && ADREAD(sc, AD1848_IADDR) & SP_IN_INIT; t++)
sys/dev/isa/ad1848_isa.c
412
while (ADREAD(sc, AD1848_IADDR) & SP_IN_INIT)
sys/dev/isa/ad1848_isa.c
417
while (ADREAD(sc, AD1848_IDATA) & AUTO_CAL_IN_PROG)
sys/dev/isa/ad1848_isa.c
703
status = ADREAD(sc, AD1848_STATUS);
sys/dev/isa/ym.c
1103
t < 100000 && ADREAD(ac, AD1848_IADDR) & SP_IN_INIT; t++)
sys/dev/sbus/cs4231_sbus.c
520
status = ADREAD(&sc->sc_ad1848, AD1848_STATUS);