Searched refs:do_peripheral_wait (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/sys/dev/ppbus/ |
| H A D | ppb_1284.c | 68 do_peripheral_wait(device_t bus, uint8_t mask, uint8_t status) in do_peripheral_wait() function 298 if ((error = do_peripheral_wait(bus, SELECT | nBUSY, 0))) { in ppb_peripheral_terminate() 307 if ((error = do_peripheral_wait(bus, nBUSY, nBUSY))) { in ppb_peripheral_terminate() 319 if ((error = do_peripheral_wait(bus, nBUSY, 0))) { in ppb_peripheral_terminate() 363 if ((error = do_peripheral_wait(bus, nBUSY, 0))) { in byte_peripheral_outbyte() 377 if ((error = do_peripheral_wait(bus, nACK | nBUSY, 0))) { in byte_peripheral_outbyte()
|