Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/amba/
Dpl080.h43 #define PL080_CONFIG_ENABLE BIT(0) macro
125 #define PL080_CONFIG_ENABLE BIT(0) macro
/Linux-v4.19/drivers/dma/
Damba-pl08x.c575 (val & PL080_CONFIG_ENABLE)) in pl08x_start_next_txd()
578 writel(val | PL080_CONFIG_ENABLE, phychan->reg_config); in pl08x_start_next_txd()
673 val &= ~(PL080_CONFIG_ENABLE | PL080_CONFIG_ERR_IRQ_MASK | in pl08x_terminate_phy_chan()
2288 writel(PL080_CONFIG_ENABLE, pl08x->base + FTDMAC020_CSR); in pl08x_ensure_on()
2291 writel(PL080_CONFIG_ENABLE, pl08x->base + PL080_CONFIG); in pl08x_ensure_on()