Home
last modified time | relevance | path

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

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