Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/amba/
H A Dpl080.h40 #define PL080_CONFIG_ENABLE BIT(0) macro
122 #define PL080_CONFIG_ENABLE BIT(0) macro
/openbmc/linux/drivers/dma/
H A Damba-pl08x.c565 (val & PL080_CONFIG_ENABLE)) in pl08x_start_next_txd()
568 writel(val | PL080_CONFIG_ENABLE, phychan->reg_config); in pl08x_start_next_txd()
663 val &= ~(PL080_CONFIG_ENABLE | PL080_CONFIG_ERR_IRQ_MASK | in pl08x_terminate_phy_chan()
2278 writel(PL080_CONFIG_ENABLE, pl08x->base + FTDMAC020_CSR); in pl08x_ensure_on()
2281 writel(PL080_CONFIG_ENABLE, pl08x->base + PL080_CONFIG); in pl08x_ensure_on()