Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/amba/
Dpl080.h69 #define PL080_LLI_LM_AHB2 (1 << 0) macro
/linux-4.4.14/drivers/dma/
Damba-pl08x.c549 clli = readl(ch->base + PL080_CH_LLI) & ~PL080_LLI_LM_AHB2; in pl08x_getbytes_chan()
946 bd.lli_bus = (pl08x->lli_buses & PL08X_AHB2) ? PL080_LLI_LM_AHB2 : 0; in pl08x_fill_llis_for_desc()