Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/amba/
Dpl080.h43 #define PL080_CONFIG_ENABLE (1 << 0) macro
119 #define PL080_CONFIG_ENABLE (1 << 0) macro
/linux-4.4.14/drivers/dma/
Damba-pl08x.c421 while ((val & PL080_CONFIG_ACTIVE) || (val & PL080_CONFIG_ENABLE)) in pl08x_start_next_txd()
424 writel(val | PL080_CONFIG_ENABLE, phychan->reg_config); in pl08x_start_next_txd()
478 val &= ~(PL080_CONFIG_ENABLE | PL080_CONFIG_ERR_IRQ_MASK | in pl08x_terminate_phy_chan()
1805 writel(PL080_CONFIG_ENABLE, pl08x->base + PL080_CONFIG); in pl08x_ensure_on()