Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/amba/
Dpl080.h77 #define PL080_CONTROL_DST_INCR (1 << 27) macro
/linux-4.1.27/drivers/dma/
Damba-pl08x.c823 if (!(cctl & PL080_CONTROL_DST_INCR)) { in pl08x_choose_master_bus()
866 if (cctl & PL080_CONTROL_DST_INCR) in pl08x_fill_lli_for_desc()
975 cctl & PL080_CONTROL_DST_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()
1503 cctl = PL080_CONTROL_DST_INCR; in pl08x_init_txd()