Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/amba/
H A Dpl080.h81 #define PL080_CONTROL_SRC_INCR BIT(26) macro
/openbmc/linux/drivers/dma/
H A Damba-pl08x.c1141 src_incr = !!(cctl & PL080_CONTROL_SRC_INCR); in pl08x_choose_master_bus()
1194 if (cctl & PL080_CONTROL_SRC_INCR) in pl08x_fill_lli_for_desc()
1299 cctl & PL080_CONTROL_SRC_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()
1953 cctl = PL080_CONTROL_SRC_INCR; in pl08x_init_txd()