Home
last modified time | relevance | path

Searched refs:XOR_SR_XCP_BIT (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/dma/ppc4xx/
Dxor.h37 #define XOR_SR_XCP_BIT (1<<31) /* core processing */ macro
Dadma.c1006 if (!(ioread32be(&xor_reg->sr) & XOR_SR_XCP_BIT) && in ppc440spe_adma_device_clear_eot_status()
1037 busy = (ioread32be(&xor_reg->sr) & XOR_SR_XCP_BIT) ? 1 : 0; in ppc440spe_chan_is_busy()
1053 if (ioread32be(&xor_reg->sr) & XOR_SR_XCP_BIT) in ppc440spe_chan_set_first_xor_descriptor()
1145 if (!(ioread32be(&xor_reg->sr) & XOR_SR_XCP_BIT)) { in ppc440spe_chan_append()