Home
last modified time | relevance | path

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

/Linux-v5.4/arch/mips/lantiq/xway/
Dsysctrl.c151 static u32 pcicr = CGU_PCICR; variable
275 ltq_cgu_w32((1 << 30), pcicr); in pci_ext_enable()
283 ltq_cgu_w32((1 << 31) | (1 << 30), pcicr); in pci_ext_disable()
458 pcicr = CGU_PCICR_VR9; in ltq_soc_init()
/Linux-v5.4/drivers/dma/
Dste_dma40.c3326 u32 pcicr = 0; in d40_hw_init() local
3349 pcicr = (pcicr << 1) | 1; in d40_hw_init()
3366 writel(pcicr, base->virtbase + base->gen_dmac.interrupt_clear); in d40_hw_init()