Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/amba/
Dpl080.h94 #define PL080_CONTROL_SB_SIZE_SHIFT (12) macro
/Linux-v4.19/drivers/dma/
Damba-pl08x.c1731 cctl |= burst << PL080_CONTROL_SB_SIZE_SHIFT; in pl08x_get_cctl()
1774 cctl |= PL080_BSIZE_1 << PL080_CONTROL_SB_SIZE_SHIFT | in pl08x_memcpy_cctl()
1778 cctl |= PL080_BSIZE_4 << PL080_CONTROL_SB_SIZE_SHIFT | in pl08x_memcpy_cctl()
1782 cctl |= PL080_BSIZE_8 << PL080_CONTROL_SB_SIZE_SHIFT | in pl08x_memcpy_cctl()
1786 cctl |= PL080_BSIZE_16 << PL080_CONTROL_SB_SIZE_SHIFT | in pl08x_memcpy_cctl()
1790 cctl |= PL080_BSIZE_32 << PL080_CONTROL_SB_SIZE_SHIFT | in pl08x_memcpy_cctl()
1794 cctl |= PL080_BSIZE_64 << PL080_CONTROL_SB_SIZE_SHIFT | in pl08x_memcpy_cctl()
1798 cctl |= PL080_BSIZE_128 << PL080_CONTROL_SB_SIZE_SHIFT | in pl08x_memcpy_cctl()
1802 cctl |= PL080_BSIZE_256 << PL080_CONTROL_SB_SIZE_SHIFT | in pl08x_memcpy_cctl()