Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/macintosh/
H A Dvia-macii.c127 static u8 last_poll_cmd; /* the most recent Talk R0 command byte transmitted */ variable
205 poll_addr = (last_poll_cmd & ADDR_MASK) >> 4; in macii_queue_poll()
206 if ((srq_asserted && last_cmd == last_poll_cmd) || in macii_queue_poll()
434 last_poll_cmd = last_cmd; in macii_interrupt()
529 reply_buf[0] == last_poll_cmd) { in macii_interrupt()
/kernel/linux/linux-6.6/drivers/macintosh/
H A Dvia-macii.c125 static u8 last_poll_cmd; /* the most recent Talk R0 command byte transmitted */ variable
203 poll_addr = (last_poll_cmd & ADDR_MASK) >> 4; in macii_queue_poll()
204 if ((srq_asserted && last_cmd == last_poll_cmd) || in macii_queue_poll()
432 last_poll_cmd = last_cmd; in macii_interrupt()
527 reply_buf[0] == last_poll_cmd) { in macii_interrupt()

Completed in 4 milliseconds