Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/amba/
H A Dpl080.h80 #define PL080_CONTROL_DST_INCR BIT(27) macro
/openbmc/linux/drivers/dma/
H A Damba-pl08x.c1140 dst_incr = !!(cctl & PL080_CONTROL_DST_INCR); in pl08x_choose_master_bus()
1196 if (cctl & PL080_CONTROL_DST_INCR) in pl08x_fill_lli_for_desc()
1302 cctl & PL080_CONTROL_DST_INCR ? "+" : "", in pl08x_fill_llis_for_desc()
1668 PL080_CONTROL_SRC_INCR | PL080_CONTROL_DST_INCR | in pl08x_cctl()
1826 cctl |= PL080_CONTROL_SRC_INCR | PL080_CONTROL_DST_INCR; in pl08x_memcpy_cctl()
1960 cctl = PL080_CONTROL_DST_INCR; in pl08x_init_txd()