Searched refs:do_peripheral_wait (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/ppbus/ |
H A D | ppb_1284.c | 65 do_peripheral_wait(device_t bus, uint8_t mask, uint8_t status) in do_peripheral_wait() function 294 if ((error = do_peripheral_wait(bus, SELECT | nBUSY, 0))) { in ppb_peripheral_terminate() 303 if ((error = do_peripheral_wait(bus, nBUSY, nBUSY))) { in ppb_peripheral_terminate() 315 if ((error = do_peripheral_wait(bus, nBUSY, 0))) { in ppb_peripheral_terminate() 359 if ((error = do_peripheral_wait(bus, nBUSY, 0))) { in byte_peripheral_outbyte() 373 if ((error = do_peripheral_wait(bus, nACK | nBUSY, 0))) { in byte_peripheral_outbyte()
|