Home
last modified time | relevance | path

Searched refs:higher_devs (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/macintosh/
H A Dvia-macii.c208 unsigned int higher_devs; in macii_queue_poll() local
210 higher_devs = autopoll_devs & -(1 << (poll_addr + 1)); in macii_queue_poll()
211 poll_addr = ffs(higher_devs ? higher_devs : autopoll_devs) - 1; in macii_queue_poll()
/kernel/linux/linux-6.6/drivers/macintosh/
H A Dvia-macii.c206 unsigned int higher_devs; in macii_queue_poll() local
208 higher_devs = autopoll_devs & -(1 << (poll_addr + 1)); in macii_queue_poll()
209 poll_addr = ffs(higher_devs ? higher_devs : autopoll_devs) - 1; in macii_queue_poll()

Completed in 3 milliseconds