Searched refs:cctl_memcpy (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/arch/arm/mach-s3c64xx/
H A Dpl080.c122 .cctl_memcpy =
212 .cctl_memcpy =
/linux-4.4.14/include/linux/amba/
H A Dpl08x.h50 * @cctl_memcpy: options for the channel control register for memcpy
66 u32 cctl_memcpy; member in struct:pl08x_channel_data
/linux-4.4.14/arch/arm/mach-spear/
H A Dspear3xx.c49 .cctl_memcpy =
H A Dspear6xx.c327 .cctl_memcpy =
/linux-4.4.14/drivers/dma/
H A Damba-pl08x.c1454 txd->cctl = pl08x->pd->memcpy_channel.cctl_memcpy & pl08x_prep_dma_memcpy()
2094 u32 cctl_memcpy = 0; pl08x_of_probe() local
2133 cctl_memcpy |= PL080_BSIZE_1 << PL080_CONTROL_SB_SIZE_SHIFT | pl08x_of_probe()
2137 cctl_memcpy |= PL080_BSIZE_4 << PL080_CONTROL_SB_SIZE_SHIFT | pl08x_of_probe()
2141 cctl_memcpy |= PL080_BSIZE_8 << PL080_CONTROL_SB_SIZE_SHIFT | pl08x_of_probe()
2145 cctl_memcpy |= PL080_BSIZE_16 << PL080_CONTROL_SB_SIZE_SHIFT | pl08x_of_probe()
2149 cctl_memcpy |= PL080_BSIZE_32 << PL080_CONTROL_SB_SIZE_SHIFT | pl08x_of_probe()
2153 cctl_memcpy |= PL080_BSIZE_64 << PL080_CONTROL_SB_SIZE_SHIFT | pl08x_of_probe()
2157 cctl_memcpy |= PL080_BSIZE_128 << PL080_CONTROL_SB_SIZE_SHIFT | pl08x_of_probe()
2161 cctl_memcpy |= PL080_BSIZE_256 << PL080_CONTROL_SB_SIZE_SHIFT | pl08x_of_probe()
2176 cctl_memcpy |= PL080_WIDTH_8BIT << PL080_CONTROL_SWIDTH_SHIFT | pl08x_of_probe()
2180 cctl_memcpy |= PL080_WIDTH_16BIT << PL080_CONTROL_SWIDTH_SHIFT | pl08x_of_probe()
2184 cctl_memcpy |= PL080_WIDTH_32BIT << PL080_CONTROL_SWIDTH_SHIFT | pl08x_of_probe()
2190 cctl_memcpy |= PL080_CONTROL_PROT_SYS; pl08x_of_probe()
2194 pd->memcpy_channel.cctl_memcpy = cctl_memcpy; pl08x_of_probe()

Completed in 205 milliseconds