Searched refs:needsoft (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/sys/arch/sparc64/dev/ |
| H A D | comms_ebus.c | 298 int needsoft = 0; in comms_hardintr() local 312 needsoft = 1; in comms_hardintr() 321 needsoft = 1; in comms_hardintr() 341 if (needsoft) in comms_hardintr()
|
| H A D | comkbd_ebus.c | 376 int needsoft = 0; in comkbd_intr() local 386 needsoft = 1; in comkbd_intr() 406 needsoft = 1; in comkbd_intr() 414 if (needsoft) in comkbd_intr()
|
| H A D | sab.c | 336 int r = 0, needsoft = 0; in sab_intr() local 344 r |= sabtty_intr(sc->sc_child[0], &needsoft); in sab_intr() 349 r |= sabtty_intr(sc->sc_child[1], &needsoft); in sab_intr() 351 if (needsoft) in sab_intr() 472 int i, len = 0, needsoft = 0, r = 0, clearfifo = 0; in sabtty_intr() local 512 needsoft = 1; in sabtty_intr() 522 needsoft = 1; in sabtty_intr() 569 needsoft = 1; in sabtty_intr() 572 if (needsoft) in sabtty_intr() 573 *needsoftp = needsoft; in sabtty_intr()
|
| /openbsd-src/sys/dev/sbus/ |
| H A D | spif.c | 853 int needsoft = 0, r = 0, i; in spifstcintr() local 859 r |= spifstcintr_rx(sc, &needsoft); in spifstcintr() 861 r |= spifstcintr_rxexception(sc, &needsoft); in spifstcintr() 867 r |= spifstcintr_tx(sc, &needsoft); in spifstcintr() 873 r |= spifstcintr_mx(sc, &needsoft); in spifstcintr() 876 if (needsoft) in spifstcintr()
|