Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/ppbus/
Dppb_base.c66 for (j = 0; j < ((how & PPB_POLL) ? max : 1); j++) { in ppb_poll_bus()
75 if (!(how & PPB_POLL)) { in ppb_poll_bus()
Dppb_1284.c62 return (ppb_poll_bus(bus, 4, mask, status, PPB_NOINTR | PPB_POLL)); in do_1284_wait()
68 return (ppb_poll_bus(bus, 100, mask, status, PPB_NOINTR | PPB_POLL)); in do_peripheral_wait()
713 SELECT | nFAULT, PPB_NOINTR | PPB_POLL)) { in ppb_1284_negociate()
Dppbconf.h134 #define PPB_POLL 0x4 macro