Lines Matching refs:ready
488 * Check for data ready.
504 * Check for LOM ready
513 * The LOM is ready if the CTS bit in the MSR is 1, meaning
540 * assuming we didn't incur a fault in trying to ready it.
646 boolean_t ready = B_FALSE;
705 ready = B_TRUE;
716 ready = B_TRUE;
749 ready = B_TRUE;
757 ready = B_TRUE;
778 ready = B_TRUE;
782 "rcvd %d; last $%02x; state %d; error $%x; ready %d",
783 rcvd, data, ssp->cmdstate, ssp->error, ready);
785 if (ready)
886 * us that it's ready for the next command. If it doesn't, though,
902 * Either the LOM is ready, or we timed out waiting for CTS.