Home
last modified time | relevance | path

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

/freebsd/sys/dev/ppbus/
H A Dppb_base.c65 for (j = 0; j < ((how & PPB_POLL) ? max : 1); j++) { in ppb_poll_bus()
74 if (!(how & PPB_POLL)) { in ppb_poll_bus()
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.h134 #define PPB_POLL 0x4 macro