Home
last modified time | relevance | path

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

/openbmc/linux/drivers/macintosh/
H A Dvia-macii.c201 unsigned int higher_devs; in macii_queue_poll() local
203 higher_devs = autopoll_devs & -(1 << (poll_addr + 1)); in macii_queue_poll()
204 poll_addr = ffs(higher_devs ? higher_devs : autopoll_devs) - 1; in macii_queue_poll()