Searched refs:autopoll_devs (Results 1 – 2 of 2) sorted by relevance
120 static int autopoll_devs; /* bits set are device addresses to be polled */ variable207 if (!autopoll_devs) return; in macii_queue_poll()210 if (autopoll_devs & ~device_mask) in macii_queue_poll()211 next_device = ffs(autopoll_devs & ~device_mask) - 1; in macii_queue_poll()213 next_device = ffs(autopoll_devs) - 1; in macii_queue_poll()287 autopoll_devs = devs & 0xFFFE; in macii_autopoll()289 if (!autopoll_devs) return 0; in macii_autopoll()298 ADB_READREG(ffs(autopoll_devs) - 1, 0)); in macii_autopoll()311 ((1 << ((command_byte & 0xF0) >> 4)) & autopoll_devs)) in need_autopoll()450 macii_autopoll(autopoll_devs); in macii_interrupt()[all …]
88 static int autopoll_devs; variable395 autopoll_devs = adb_scan_bus(); in do_adb_reset_bus()397 adb_controller->autopoll(autopoll_devs); in do_adb_reset_bus()