Searched refs:PPC440SPE_ZERO_P (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/dma/ppc4xx/ |
D | adma.h | 167 #define PPC440SPE_ZERO_P 1 /* clear P destionaion */ macro
|
D | adma.c | 383 if (test_bit(PPC440SPE_ZERO_P, &desc->flags)) { in ppc440spe_desc_init_dma01pq() 2360 set_bit(PPC440SPE_ZERO_P, &op); in ppc440spe_dma01_prep_pq() 2374 set_bit(PPC440SPE_ZERO_P, &op); in ppc440spe_dma01_prep_pq() 2494 set_bit(PPC440SPE_ZERO_P, &sw_desc->flags); in ppc440spe_dma2_prep_pq() 2876 if (test_bit(PPC440SPE_ZERO_P, &sw_desc->flags)) in ppc440spe_adma_pq_set_dest() 2904 if (test_bit(PPC440SPE_ZERO_P, in ppc440spe_adma_pq_set_dest() 2928 ppath = test_bit(PPC440SPE_ZERO_P, &sw_desc->flags) ? in ppc440spe_adma_pq_set_dest() 2992 ppath = test_bit(PPC440SPE_ZERO_P, &sw_desc->flags) ? in ppc440spe_adma_pq_set_dest() 3174 if (test_bit(PPC440SPE_ZERO_P, &sw_desc->flags)) in ppc440spe_adma_pq_set_src() 3504 if (test_bit(PPC440SPE_ZERO_P, &sw_desc->flags)) in ppc440spe_adma_pq_set_src_mult()
|