Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/lantiq/xway/
Dsysctrl.c86 static u32 pcicr = CGU_PCICR; variable
171 ltq_cgu_w32((1 << 30), pcicr); in pci_ext_enable()
179 ltq_cgu_w32((1 << 31) | (1 << 30), pcicr); in pci_ext_disable()
347 pcicr = CGU_PCICR_VR9; in ltq_soc_init()
/linux-4.1.27/drivers/dma/
Dste_dma40.c3357 u32 pcicr = 0; in d40_hw_init() local
3380 pcicr = (pcicr << 1) | 1; in d40_hw_init()
3397 writel(pcicr, base->virtbase + base->gen_dmac.interrupt_clear); in d40_hw_init()