Lines Matching defs:autopoll
35 struct preg autopoll;
59 /* Bits in autopoll register */
60 #define APE 1 /* autopoll enable */
79 .autopoll = macio_adb_autopoll,
121 out_8(&adb->autopoll.r, APE);
143 out_8(&adb->autopoll.r, devs? APE: 0);
214 int autopoll = 0;
256 /* autopoll data */
261 autopoll = (in_8(&adb->dcount.r) & APD) != 0;
278 adb_input(ibuf, ibuf_len, autopoll);