Searched refs:PPB_NOINTR (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/ppbus/ |
H A D | ppb_1284.c | 61 return (ppb_poll_bus(bus, 4, mask, status, PPB_NOINTR | PPB_POLL)); in do_1284_wait() 67 return (ppb_poll_bus(bus, 100, mask, status, PPB_NOINTR | PPB_POLL)); in do_peripheral_wait() 709 SELECT | nFAULT, PPB_NOINTR | PPB_POLL)) { in ppb_1284_negociate()
|
H A D | ppbconf.h | 131 #define PPB_NOINTR 0 macro
|
H A D | ppb_base.c | 81 (how == PPB_NOINTR ? 0 : PCATCH), "ppbpoll", hz/100); in ppb_poll_bus()
|
H A D | ppbconf.c | 505 case PPB_WAIT | PPB_NOINTR: in ppb_request_bus()
|