Searched refs:autopoll_devs (Results 1 – 2 of 2) sorted by relevance
121 static int autopoll_devs; /* bits set are device addresses to be polled */ variable208 if (!autopoll_devs) return; in macii_queue_poll()211 if (autopoll_devs & ~device_mask) in macii_queue_poll()212 next_device = ffs(autopoll_devs & ~device_mask) - 1; in macii_queue_poll()214 next_device = ffs(autopoll_devs) - 1; in macii_queue_poll()288 autopoll_devs = devs & 0xFFFE; in macii_autopoll()290 if (!autopoll_devs) return 0; in macii_autopoll()299 ADB_READREG(ffs(autopoll_devs) - 1, 0)); in macii_autopoll()312 ((1 << ((command_byte & 0xF0) >> 4)) & autopoll_devs)) in need_autopoll()451 macii_autopoll(autopoll_devs); in macii_interrupt()[all …]
85 static int autopoll_devs; variable391 autopoll_devs = adb_scan_bus(); in do_adb_reset_bus()393 adb_controller->autopoll(autopoll_devs); in do_adb_reset_bus()