Home
last modified time | relevance | path

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

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