Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/dma/ppc4xx/
Dxor.h37 #define XOR_SR_XCP_BIT (1<<31) /* core processing */ macro
Dadma.c1008 if (!(ioread32be(&xor_reg->sr) & XOR_SR_XCP_BIT) && in ppc440spe_adma_device_clear_eot_status()
1039 busy = (ioread32be(&xor_reg->sr) & XOR_SR_XCP_BIT) ? 1 : 0; in ppc440spe_chan_is_busy()
1055 if (ioread32be(&xor_reg->sr) & XOR_SR_XCP_BIT) in ppc440spe_chan_set_first_xor_descriptor()
1147 if (!(ioread32be(&xor_reg->sr) & XOR_SR_XCP_BIT)) { in ppc440spe_chan_append()