Home
last modified time | relevance | path

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

/freebsd/sys/dev/ppbus/
H A Dppb_1284.c61 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 Dppbconf.h131 #define PPB_NOINTR 0 macro
H A Dppb_base.c81 (how == PPB_NOINTR ? 0 : PCATCH), "ppbpoll", hz/100); in ppb_poll_bus()
H A Dppbconf.c505 case PPB_WAIT | PPB_NOINTR: in ppb_request_bus()