Lines Matching defs:busy
1020 int busy = 0;
1031 busy = 1;
1037 busy = (ioread32be(&xor_reg->sr) & XOR_SR_XCP_BIT) ? 1 : 0;
1041 return busy;
1538 int busy = ppc440spe_chan_is_busy(chan);
1557 "busy: %d this_desc: %#llx next_desc: %#x "
1559 iter->async_tx.cookie, iter->idx, busy, iter->phys,
1573 * channel is busy, or if it appears that the current descriptor
1578 if (busy || ppc440spe_desc_get_link(iter, chan)) {
3678 /* channel should not be busy */