Searched refs:AD1848_IDATA (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dad1848.c225 x = ADREAD(sc, AD1848_IDATA);
235 ADWRITE(sc, AD1848_IDATA, data & 0xff);
250 ADWRITE(sc, AD1848_IDATA, (reg | ALT_F3_XRAE) & 0xff);
251 x = ADREAD(sc, AD1848_IDATA);
261 ADWRITE(sc, AD1848_IDATA, (reg | ALT_F3_XRAE) & 0xff);
262 ADWRITE(sc, AD1848_IDATA, val & 0xff);
1121 (void)ADREAD(sc, AD1848_IDATA);
1122 (void)ADREAD(sc, AD1848_IDATA);
1129 (void)ADREAD(sc, AD1848_IDATA);
1130 (void)ADREAD(sc, AD1848_IDATA);
[all...]
H A Dad1848reg.h46 #define AD1848_IDATA 0x01 macro
/netbsd-6-1-5-RELEASE/sys/dev/isa/
H A Dad1848_isa.c418 while (ADREAD(sc, AD1848_IDATA) & AUTO_CAL_IN_PROG)

Completed in 92 milliseconds