Lines Matching defs:busy
1022 int busy = 0;
1033 busy = 1;
1039 busy = (ioread32be(&xor_reg->sr) & XOR_SR_XCP_BIT) ? 1 : 0;
1043 return busy;
1540 int busy = ppc440spe_chan_is_busy(chan);
1559 "busy: %d this_desc: %#llx next_desc: %#x "
1561 iter->async_tx.cookie, iter->idx, busy, iter->phys,
1575 * channel is busy, or if it appears that the current descriptor
1580 if (busy || ppc440spe_desc_get_link(iter, chan)) {
3681 /* channel should not be busy */