Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/amba/
H A Dpl080.h91 #define PL080_CONTROL_SB_SIZE_SHIFT (12) macro
/openbmc/linux/drivers/dma/
H A Damba-pl08x.c1721 cctl |= burst << PL080_CONTROL_SB_SIZE_SHIFT; in pl08x_get_cctl()
1764 cctl |= PL080_BSIZE_1 << PL080_CONTROL_SB_SIZE_SHIFT | in pl08x_memcpy_cctl()
1768 cctl |= PL080_BSIZE_4 << PL080_CONTROL_SB_SIZE_SHIFT | in pl08x_memcpy_cctl()
1772 cctl |= PL080_BSIZE_8 << PL080_CONTROL_SB_SIZE_SHIFT | in pl08x_memcpy_cctl()
1776 cctl |= PL080_BSIZE_16 << PL080_CONTROL_SB_SIZE_SHIFT | in pl08x_memcpy_cctl()
1780 cctl |= PL080_BSIZE_32 << PL080_CONTROL_SB_SIZE_SHIFT | in pl08x_memcpy_cctl()
1784 cctl |= PL080_BSIZE_64 << PL080_CONTROL_SB_SIZE_SHIFT | in pl08x_memcpy_cctl()
1788 cctl |= PL080_BSIZE_128 << PL080_CONTROL_SB_SIZE_SHIFT | in pl08x_memcpy_cctl()
1792 cctl |= PL080_BSIZE_256 << PL080_CONTROL_SB_SIZE_SHIFT | in pl08x_memcpy_cctl()