Searched refs:ltq_cgu_w32 (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/hwmon/
H A Dltq-cputemp.c24 ltq_cgu_w32(ltq_cgu_r32(CGU_GPHY1_CR) | CGU_TEMP_PD, CGU_GPHY1_CR);
29 ltq_cgu_w32(ltq_cgu_r32(CGU_GPHY1_CR) & ~CGU_TEMP_PD, CGU_GPHY1_CR);
/linux-master/arch/mips/lantiq/xway/
H A Dsysctrl.c191 ltq_cgu_w32(ltq_cgu_r32(ifccr) | clk->bits, ifccr);
198 ltq_cgu_w32(ltq_cgu_r32(ifccr) & ~clk->bits, ifccr);
269 ltq_cgu_w32(val, ifccr);
277 ltq_cgu_w32(ltq_cgu_r32(ifccr) & ~(1 << 16), ifccr);
278 ltq_cgu_w32((1 << 30), pcicr);
285 ltq_cgu_w32(ltq_cgu_r32(ifccr) | (1 << 16), ifccr);
286 ltq_cgu_w32((1 << 31) | (1 << 30), pcicr);
304 ltq_cgu_w32(val, ifccr);
/linux-master/arch/mips/include/asm/mach-lantiq/xway/
H A Dlantiq_soc.h70 #define ltq_cgu_w32(x, y) ltq_w32((x), ltq_cgu_membase + (y)) macro

Completed in 284 milliseconds