Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/lantiq/xway/
Dsysctrl.c198 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()
276 ltq_cgu_w32(val, ifccr); in pci_enable()
284 ltq_cgu_w32(ltq_cgu_r32(ifccr) & ~(1 << 16), ifccr); in pci_ext_enable()
285 ltq_cgu_w32((1 << 30), pcicr); in pci_ext_enable()
292 ltq_cgu_w32(ltq_cgu_r32(ifccr) | (1 << 16), ifccr); in pci_ext_disable()
293 ltq_cgu_w32((1 << 31) | (1 << 30), pcicr); in pci_ext_disable()
321 ltq_cgu_w32(val, ifccr); in clkout_enable()
/linux-4.4.14/arch/mips/include/asm/mach-lantiq/xway/
Dlantiq_soc.h72 #define ltq_cgu_w32(x, y) ltq_w32((x), ltq_cgu_membase + (y)) macro