Home
last modified time | relevance | path

Searched refs:PL080_BSIZE_16 (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/arch/arm/mach-spear/
Dspear3xx.c50 (PL080_BSIZE_16 << PL080_CONTROL_SB_SIZE_SHIFT | \
51 PL080_BSIZE_16 << PL080_CONTROL_DB_SIZE_SHIFT | \
Dspear6xx.c328 (PL080_BSIZE_16 << PL080_CONTROL_SB_SIZE_SHIFT | \
329 PL080_BSIZE_16 << PL080_CONTROL_DB_SIZE_SHIFT | \
/linux-4.4.14/include/linux/amba/
Dpl080.h96 #define PL080_BSIZE_16 (0x3) macro
/linux-4.4.14/drivers/dma/
Damba-pl08x.c1293 .reg = PL080_BSIZE_16,
2145 cctl_memcpy |= PL080_BSIZE_16 << PL080_CONTROL_SB_SIZE_SHIFT | in pl08x_of_probe()
2146 PL080_BSIZE_16 << PL080_CONTROL_DB_SIZE_SHIFT; in pl08x_of_probe()