Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/clk/pxa/
Dclk-pxa25x.c88 unsigned long cccr = CCCR; in clk_pxa25x_memory_get_rate()
166 unsigned long cccr = CCCR; in clk_pxa25x_run_get_rate()
177 unsigned long clkcfg, cccr = CCCR; in clk_pxa25x_cpll_get_rate()
Dclk-pxa27x.c175 unsigned long cccr = CCCR; in clk_pxa27x_lcd_base_get_rate()
321 unsigned long cccr = CCCR; in clk_pxa27x_memory_get_rate()
340 unsigned long cccr = CCCR; in clk_pxa27x_memory_get_parent()
/linux-4.4.14/arch/arm/mach-pxa/
Dsleep.S69 ldr r6, =CCCR
72 ldr r7, =CCCR_SLEEP @ prepare CCCR sleep value
112 ldr r6, =CCCR
/linux-4.4.14/Documentation/frv/
Datomic-ops.txt29 (*) The CCCR.CC3 register is reserved within the kernel to act as an atomic modify abort flag.
31 (*) In the exception prologues run on kernel->kernel entry, CCCR.CC3 is set to 0 (Undefined
58 (1) The condition CCCR.CC3 is cleared unconditionally by an exception, irrespective of whether or
Dclock.txt35 CPU-Core: fr405, gr0-31, BE, CCCR
Dkernel-ABI.txt102 CCCR.CC3 Cleared by exception prologue
132 CCR/CCCR - Mostly Clobbered
/linux-4.4.14/arch/arm/mach-pxa/include/mach/
Dpxa2xx-regs.h137 #define CCCR __REG(0x41300000) /* Core Clock Configuration Register */ macro
/linux-4.4.14/drivers/cpufreq/
Dpxa2xx-cpufreq.c322 CCCR = pxa_freq_settings[idx].cccr; in pxa_set_target()