Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/amba/
Dpl080.h78 #define PL080_CONTROL_SRC_INCR (1 << 26) macro
/linux-4.1.27/drivers/dma/
Damba-pl08x.c826 } else if (!(cctl & PL080_CONTROL_SRC_INCR)) { in pl08x_choose_master_bus()
864 if (cctl & PL080_CONTROL_SRC_INCR) in pl08x_fill_lli_for_desc()
972 cctl & PL080_CONTROL_SRC_INCR ? "+" : "", in pl08x_fill_llis_for_desc()
1327 PL080_CONTROL_SRC_INCR | PL080_CONTROL_DST_INCR | in pl08x_cctl()
1456 txd->cctl |= PL080_CONTROL_SRC_INCR | PL080_CONTROL_DST_INCR; in pl08x_prep_dma_memcpy()
1496 cctl = PL080_CONTROL_SRC_INCR; in pl08x_init_txd()