Searched refs:spc (Results 1 – 13 of 13) sorted by relevance
| /arch/parisc/kernel/ |
| A D | entry.S | 187 mfctl %pcsq, spc 200 mfctl %pcsq, spc 218 mfctl %isr,spc 232 mfctl %isr,spc 250 mfctl %isr, spc 264 mfctl %isr, spc 280 mfctl %isr,spc 292 mfctl %isr,spc 310 mfctl %isr,spc 324 mfctl %isr,spc [all …]
|
| /arch/arm/mach-versatile/ |
| A D | spc.c | 487 #define to_clk_spc(spc) container_of(spc, struct clk_spc, hw) argument 491 struct clk_spc *spc = to_clk_spc(hw); in spc_recalc_rate() local 494 if (ve_spc_get_performance(spc->cluster, &freq)) in spc_recalc_rate() 503 struct clk_spc *spc = to_clk_spc(hw); in spc_round_rate() local 511 struct clk_spc *spc = to_clk_spc(hw); in spc_set_rate() local 525 struct clk_spc *spc; in ve_spc_clk_register() local 527 spc = kzalloc(sizeof(*spc), GFP_KERNEL); in ve_spc_clk_register() 528 if (!spc) in ve_spc_clk_register() 531 spc->hw.init = &init; in ve_spc_clk_register() 534 spc->cluster = spc->cluster < 0 ? 0 : spc->cluster; in ve_spc_clk_register() [all …]
|
| A D | Makefile | 19 obj-$(CONFIG_ARCH_VEXPRESS_SPC) += spc.o
|
| /arch/sh/include/asm/ |
| A D | suspend.h | 72 unsigned long spc; member
|
| /arch/arm/boot/dts/qcom/ |
| A D | qcom-msm8916-smp.dtsi | 29 compatible = "qcom,idle-state-spc", "arm,idle-state";
|
| A D | qcom-apq8084.dtsi | 82 cpu_spc: cpu-spc { 83 compatible = "qcom,idle-state-spc",
|
| A D | qcom-apq8064.dtsi | 90 cpu_spc: cpu-spc { 91 compatible = "qcom,idle-state-spc",
|
| A D | qcom-msm8974.dtsi | 91 cpu_spc: cpu-spc { 92 compatible = "qcom,idle-state-spc",
|
| /arch/sh/kernel/cpu/sh3/ |
| A D | entry.S | 209 ! - restore spc, pr*, ssr, gbr, mach, macl, skip default tra 239 ldc.l @r15+, spc 314 stc spc, k1 322 ldc k0, spc ! PC = saved r0 + r15 - 2
|
| A D | swsusp.S | 100 ldc r1, spc ! setup pc value for resuming
|
| /arch/sh/kernel/ |
| A D | asm-offsets.c | 42 DEFINE(SH_SLEEP_SPC, offsetof(struct sh_sleep_data, spc)); in main()
|
| A D | relocate_kernel.S | 41 stc.l spc, @-r15 126 ldc.l @r15+, spc
|
| /arch/sh/kernel/cpu/shmobile/ |
| A D | sleep.S | 265 ldc r0, spc
|
Completed in 32 milliseconds