Lines Matching defs:autopoll
33 struct preg autopoll;
57 /* Bits in autopoll register */
58 #define APE 1 /* autopoll enable */
77 .autopoll = macio_adb_autopoll,
119 out_8(&adb->autopoll.r, APE);
141 out_8(&adb->autopoll.r, devs? APE: 0);
212 int autopoll = 0;
253 /* autopoll data */
258 autopoll = (in_8(&adb->dcount.r) & APD) != 0;
275 adb_input(ibuf, ibuf_len, autopoll);