Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/lantiq/xway/
H A Dsysctrl.c154 static u32 pcicr = CGU_PCICR; variable
278 ltq_cgu_w32((1 << 30), pcicr); in pci_ext_enable()
286 ltq_cgu_w32((1 << 31) | (1 << 30), pcicr); in pci_ext_disable()
479 pcicr = CGU_PCICR_VR9; in ltq_soc_init()
/openbmc/linux/drivers/dma/
H A Dste_dma40.c3321 u32 pcicr = 0; in d40_hw_init() local
3344 pcicr = (pcicr << 1) | 1; in d40_hw_init()
3361 writel(pcicr, base->virtbase + base->gen_dmac.interrupt_clear); in d40_hw_init()