Searched refs:do_peripheral_wait (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/dev/ppbus/ |
H A D | ppbus_1284.c | 60 do_peripheral_wait(struct ppbus_softc * bus, char mask, char status) in do_peripheral_wait() function 264 if ((error = do_peripheral_wait(bus, SELECT | nBUSY, 0))) { in ppbus_peripheral_terminate() 273 if ((error = do_peripheral_wait(bus, nBUSY, nBUSY))) { in ppbus_peripheral_terminate() 285 if ((error = do_peripheral_wait(bus, nBUSY, 0))) { in ppbus_peripheral_terminate() 327 if ((error = do_peripheral_wait(bus, nBUSY, 0))) { in byte_peripheral_outbyte() 341 if ((error = do_peripheral_wait(bus, nACK | nBUSY, 0))) { in byte_peripheral_outbyte()
|