Searched refs:do_peripheral_wait (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/ppbus/
H A Dppb_1284.c66 do_peripheral_wait(device_t bus, uint8_t mask, uint8_t status) function
296 if ((error = do_peripheral_wait(bus, SELECT | nBUSY, 0))) {
305 if ((error = do_peripheral_wait(bus, nBUSY, nBUSY))) {
317 if ((error = do_peripheral_wait(bus, nBUSY, 0))) {
361 if ((error = do_peripheral_wait(bus, nBUSY, 0))) {
375 if ((error = do_peripheral_wait(bus, nACK | nBUSY, 0))) {

Completed in 45 milliseconds