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

/illumos-gate/usr/src/uts/common/sys/
H A Decppvar.h173 uint32_t wait_for_busy; /* wait for BUSY to deassert */ member in struct:ecppunit
/illumos-gate/usr/src/uts/common/io/
H A Decpp.c910 * to be deasserted before transferring the next byte. wait_for_busy
914 pp->wait_for_busy = ddi_prop_get_int(DDI_DEV_T_ANY, pp->dip, 0,
974 "ecpp_get_prop: wsrv_retry=%d, wait_for_busy=%d\n"
978 pp->wsrv_retry, pp->wait_for_busy,
3492 } while (++ecpp_reattempts < pp->wait_for_busy);

Completed in 87 milliseconds