Lines Matching refs:ioread32be
997 rv = ioread32be(&xor_reg->sr); in ppc440spe_adma_device_clear_eot_status()
1005 u32 val = ioread32be(&xor_reg->ccbalr); in ppc440spe_adma_device_clear_eot_status()
1009 val = ioread32be(&xor_reg->crsr); in ppc440spe_adma_device_clear_eot_status()
1020 if (!(ioread32be(&xor_reg->sr) & XOR_SR_XCP_BIT) && in ppc440spe_adma_device_clear_eot_status()
1051 busy = (ioread32be(&xor_reg->sr) & XOR_SR_XCP_BIT) ? 1 : 0; in ppc440spe_chan_is_busy()
1067 if (ioread32be(&xor_reg->sr) & XOR_SR_XCP_BIT) in ppc440spe_chan_set_first_xor_descriptor()
1078 iowrite32be(ioread32be(&xor_reg->cbcr) | XOR_CBCR_LNK_BIT, in ppc440spe_chan_set_first_xor_descriptor()
1159 if (!(ioread32be(&xor_reg->sr) & XOR_SR_XCP_BIT)) { in ppc440spe_chan_append()
1169 iowrite32be(ioread32be(&xor_reg->crsr) | in ppc440spe_chan_append()
1203 return ioread32be(&xor_reg->ccbalr); in ppc440spe_chan_get_current_descriptor()
3996 mask = ioread32be(&adev->xor_reg->ier); in ppc440spe_adma_release_irqs()