Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/lantiq/xway/
Dsysctrl.c111 ltq_cgu_w32(ltq_cgu_r32(ifccr) | clk->bits, ifccr); in cgu_enable()
118 ltq_cgu_w32(ltq_cgu_r32(ifccr) & ~clk->bits, ifccr); in cgu_disable()
162 ltq_cgu_w32(val, ifccr); in pci_enable()
170 ltq_cgu_w32(ltq_cgu_r32(ifccr) & ~(1 << 16), ifccr); in pci_ext_enable()
171 ltq_cgu_w32((1 << 30), pcicr); in pci_ext_enable()
178 ltq_cgu_w32(ltq_cgu_r32(ifccr) | (1 << 16), ifccr); in pci_ext_disable()
179 ltq_cgu_w32((1 << 31) | (1 << 30), pcicr); in pci_ext_disable()
197 ltq_cgu_w32(val, ifccr); in clkout_enable()
/linux-4.1.27/arch/mips/include/asm/mach-lantiq/xway/
Dlantiq_soc.h58 #define ltq_cgu_w32(x, y) ltq_w32((x), ltq_cgu_membase + (y)) macro