Searched refs:PPC440SPE_ZERO_P (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/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() 2363 set_bit(PPC440SPE_ZERO_P, &op); in ppc440spe_dma01_prep_pq() 2377 set_bit(PPC440SPE_ZERO_P, &op); in ppc440spe_dma01_prep_pq() 2497 set_bit(PPC440SPE_ZERO_P, &sw_desc->flags); in ppc440spe_dma2_prep_pq() 2879 if (test_bit(PPC440SPE_ZERO_P, &sw_desc->flags)) in ppc440spe_adma_pq_set_dest() 2907 if (test_bit(PPC440SPE_ZERO_P, in ppc440spe_adma_pq_set_dest() 2931 ppath = test_bit(PPC440SPE_ZERO_P, &sw_desc->flags) ? in ppc440spe_adma_pq_set_dest() 2995 ppath = test_bit(PPC440SPE_ZERO_P, &sw_desc->flags) ? in ppc440spe_adma_pq_set_dest() 3177 if (test_bit(PPC440SPE_ZERO_P, &sw_desc->flags)) in ppc440spe_adma_pq_set_src() 3507 if (test_bit(PPC440SPE_ZERO_P, &sw_desc->flags)) in ppc440spe_adma_pq_set_src_mult()
|