Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/amba/
Dpl080.h113 #define PL080_CONFIG_FLOW_CONTROL_MASK (0x7 << 11) macro
/linux-4.4.14/drivers/dma/
Damba-pl08x.c1006 u32 fc = (txd->ccfg & PL080_CONFIG_FLOW_CONTROL_MASK) >> in pl08x_fill_llis_for_desc()