/linux/drivers/clk/qcom/ |
H A D | krait-cc.c | 16 #include "clk-krait.h" 128 /* clk-krait ignore any rate change if mux is not flagged as enabled */ in krait_add_div() 174 /* Checking for qcom,krait-cc-v1 or qcom,krait-cc-v2 is not in krait_add_sec_mux() 182 init.name = kasprintf(GFP_KERNEL, "krait%s_sec_mux", s); in krait_add_sec_mux() 212 /* clk-krait ignore any rate change if mux is not flagged as enabled */ in krait_add_sec_mux() 255 init.name = kasprintf(GFP_KERNEL, "krait%s_pri_mux", s); in krait_add_pri_mux() 341 { .compatible = "qcom,krait-cc-v1", (void *)1UL }, 342 { .compatible = "qcom,krait-cc-v2" }, 368 /* Krait configurations have at most 4 CPUs and one L2 */ in krait_cc_probe() 441 .name = "krait-cc", [all …]
|
H A D | clk-krait.c | 13 #include <asm/krait-l2-accessors.h> 15 #include "clk-krait.h"
|
H A D | kpss-xcc.c | 73 MODULE_DESCRIPTION("Krait Processor Sub System (KPSS) Clock Driver");
|
/linux/Documentation/devicetree/bindings/clock/ |
H A D | qcom,krait-cc.txt | 1 Krait Clock Controller 9 "qcom,krait-cc-v1" 10 "qcom,krait-cc-v2" 30 compatible = "qcom,krait-cc-v1";
|
H A D | qcom,kpss-acc-v1.yaml | 7 title: Krait Processor Sub-system (KPSS) Application Clock Controller (ACC) v1 13 The KPSS ACC provides clock, power domain, and reset control to a Krait CPU. 39 description: Name of the aux clock. Krait can have at most 4 cpu.
|
H A D | qcom,kpss-gcc.yaml | 7 title: Krait Processor Sub-system (KPSS) Global Clock Controller (GCC) 13 Krait Processor Sub-system (KPSS) Global Clock Controller (GCC). Used
|
/linux/Documentation/devicetree/bindings/power/ |
H A D | qcom,kpss-acc-v2.yaml | 7 title: Krait Processor Sub-system (KPSS) Application Clock Controller (ACC) v2 13 The KPSS ACC provides clock, power manager, and reset control to a Krait CPU.
|
/linux/Documentation/devicetree/bindings/opp/ |
H A D | opp-v2.yaml | 81 * Example 2: Single cluster, Quad-core Qualcom-krait, switches DVFS states 89 compatible = "qcom,krait"; 100 compatible = "qcom,krait"; 111 compatible = "qcom,krait"; 122 compatible = "qcom,krait";
|
H A D | opp-v2-kryo-cpu.yaml | 30 - operating-points-v2-krait-cpu 273 compatible = "operating-points-v2-krait-cpu";
|
/linux/arch/arm/boot/dts/qcom/ |
H A D | qcom-apq8084.dtsi | 32 compatible = "qcom,krait"; 43 compatible = "qcom,krait"; 54 compatible = "qcom,krait"; 65 compatible = "qcom,krait"; 188 compatible = "qcom,krait-pmu";
|
H A D | qcom-apq8064.dtsi | 40 compatible = "qcom,krait"; 51 compatible = "qcom,krait"; 62 compatible = "qcom,krait"; 73 compatible = "qcom,krait"; 192 compatible = "qcom,krait-pmu";
|
H A D | qcom-msm8974.dtsi | 39 compatible = "qcom,krait"; 50 compatible = "qcom,krait"; 61 compatible = "qcom,krait"; 72 compatible = "qcom,krait"; 114 compatible = "qcom,krait-pmu";
|
H A D | qcom-ipq8064.dtsi | 26 compatible = "qcom,krait"; 36 compatible = "qcom,krait"; 280 compatible = "qcom,krait-pmu";
|
/linux/arch/arm/common/ |
H A D | Makefile | 9 obj-$(CONFIG_KRAIT_L2_ACCESSORS) += krait-l2-accessors.o
|
H A D | krait-l2-accessors.c | 8 #include <asm/krait-l2-accessors.h>
|
/linux/arch/arm/ |
H A D | Kconfig.platforms | 43 bool "ARMv7 based platforms (Cortex-A, PJ4, Scorpion, Krait)"
|
/linux/Documentation/devicetree/bindings/watchdog/ |
H A D | qcom-wdt.yaml | 7 title: Qualcomm Krait Processor Sub-system (KPSS) Watchdog timer
|
/linux/drivers/perf/ |
H A D | arm_v7_pmu.c | 122 /* ARMv7 Krait specific event types */ 441 * Krait HW events mapping 1248 * Krait Performance Monitor Region Event Selection Register (PMRESRn) 1266 * N = prefix, 1 for Krait CPU (PMRESRn), 2 for Venum VFP (VPMRESR) 1271 * Example: 0x12021 is a Krait CPU event in PMRESR2's group 1 with code 2 1607 /* Some early versions of Krait don't support PC write events */ in krait_pmu_init() 1955 {.compatible = "qcom,krait-pmu", .data = krait_pmu_init},
|
/linux/Documentation/devicetree/bindings/cpufreq/ |
H A D | qcom-cpufreq-nvmem.yaml | 51 - operating-points-v2-krait-cpu
|
/linux/arch/arm/mach-qcom/ |
H A D | platsmp.c | 175 /* Krait bring-up sequence */ in kpssv1_release_secondary()
|
/linux/arch/arm/mm/ |
H A D | proc-v7.S | 804 * Qualcomm Inc. Krait processors. 811 * Some Krait processors don't indicate support for SDIV and UDIV
|
/linux/drivers/cpufreq/ |
H A D | qcom-cpufreq-nvmem.c | 463 of_device_is_compatible(np, "operating-points-v2-krait-cpu"); in qcom_cpufreq_probe()
|
/linux/arch/arm/kernel/ |
H A D | signal.c | 359 * S4/Krait misbehaves on a Thumb=>ARM signal transition in setup_return()
|