XOR_SR_XCP_BIT
if (!(ioread32be(&xor_reg->sr) & XOR_SR_XCP_BIT) &&
busy = (ioread32be(&xor_reg->sr) & XOR_SR_XCP_BIT) ? 1 : 0;
if (ioread32be(&xor_reg->sr) & XOR_SR_XCP_BIT)
if (!(ioread32be(&xor_reg->sr) & XOR_SR_XCP_BIT)) {