Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/lantiq/xway/
H A Dsysctrl.c153 static u32 ifccr = CGU_IFCCR; variable
191 ltq_cgu_w32(ltq_cgu_r32(ifccr) | clk->bits, ifccr); in cgu_enable()
198 ltq_cgu_w32(ltq_cgu_r32(ifccr) & ~clk->bits, ifccr); in cgu_disable()
253 unsigned int val = ltq_cgu_r32(ifccr); in pci_enable()
269 ltq_cgu_w32(val, ifccr); in pci_enable()
277 ltq_cgu_w32(ltq_cgu_r32(ifccr) & ~(1 << 16), ifccr); in pci_ext_enable()
285 ltq_cgu_w32(ltq_cgu_r32(ifccr) | (1 << 16), ifccr); in pci_ext_disable()
299 unsigned int val = ltq_cgu_r32(ifccr); in clkout_enable()
304 ltq_cgu_w32(val, ifccr); in clkout_enable()
478 ifccr = CGU_IFCCR_VR9; in ltq_soc_init()