Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/amba/
Dpl080.h78 #define PL080_CONTROL_SRC_INCR (1 << 26) macro
/linux-4.4.14/drivers/dma/
Damba-pl08x.c828 } else if (!(cctl & PL080_CONTROL_SRC_INCR)) { in pl08x_choose_master_bus()
866 if (cctl & PL080_CONTROL_SRC_INCR) in pl08x_fill_lli_for_desc()
974 cctl & PL080_CONTROL_SRC_INCR ? "+" : "", in pl08x_fill_llis_for_desc()
1329 PL080_CONTROL_SRC_INCR | PL080_CONTROL_DST_INCR | in pl08x_cctl()
1458 txd->cctl |= PL080_CONTROL_SRC_INCR | PL080_CONTROL_DST_INCR; in pl08x_prep_dma_memcpy()
1498 cctl = PL080_CONTROL_SRC_INCR; in pl08x_init_txd()