Home
last modified time | relevance | path

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

/freebsd/sys/modules/ppbus/
H A DMakefile12 ppb_poll_bus \
/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()
416 error = ppb_poll_bus(bus, PPB_FOREVER, nBUSY, nBUSY, in byte_peripheral_write()
708 if (ppb_poll_bus(bus, 40, nACK | SELECT | nFAULT, in ppb_1284_negociate()
H A Dppbconf.h265 extern int ppb_poll_bus(device_t, int, uint8_t, uint8_t, int);
H A Dppb_base.c55 ppb_poll_bus(device_t bus, int max, in ppb_poll_bus() function