Searched refs:PPB_POLL (Results 1 – 3 of 3) sorted by relevance
66 for (j = 0; j < ((how & PPB_POLL) ? max : 1); j++) { in ppb_poll_bus()75 if (!(how & PPB_POLL)) { in ppb_poll_bus()
62 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()
134 #define PPB_POLL 0x4 macro