Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/lantiq/xway/
Dsysctrl.c160 static u32 ifccr = CGU_IFCCR; variable
198 ltq_cgu_w32(ltq_cgu_r32(ifccr) | clk->bits, ifccr); in cgu_enable()
205 ltq_cgu_w32(ltq_cgu_r32(ifccr) & ~clk->bits, ifccr); in cgu_disable()
260 unsigned int val = ltq_cgu_r32(ifccr); in pci_enable()
276 ltq_cgu_w32(val, ifccr); in pci_enable()
284 ltq_cgu_w32(ltq_cgu_r32(ifccr) & ~(1 << 16), ifccr); in pci_ext_enable()
292 ltq_cgu_w32(ltq_cgu_r32(ifccr) | (1 << 16), ifccr); in pci_ext_disable()
316 unsigned int val = ltq_cgu_r32(ifccr); in clkout_enable()
321 ltq_cgu_w32(val, ifccr); in clkout_enable()
497 ifccr = CGU_IFCCR_VR9; in ltq_soc_init()