/Linux-v5.15/Documentation/devicetree/bindings/cpufreq/ |
D | brcm,stb-avs-cpu-freq.txt | 4 A total of three DT nodes are required. One node (brcm,avs-cpu-data-mem) 6 second node (brcm,avs-cpu-l2-intr) is required to trigger an interrupt on 22 Node brcm,avs-cpu-data-mem 26 - compatible: must include: brcm,avs-cpu-data-mem and 27 should include: one of brcm,bcm7271-avs-cpu-data-mem or 28 brcm,bcm7268-avs-cpu-data-mem 37 Node brcm,avs-cpu-l2-intr 41 - compatible: must include: brcm,avs-cpu-l2-intr and 42 should include: one of brcm,bcm7271-avs-cpu-l2-intr or 43 brcm,bcm7268-avs-cpu-l2-intr [all …]
|
/Linux-v5.15/drivers/cpufreq/ |
D | armada-37xx-cpufreq.c | 103 u32 avs[LOAD_LEVEL_NR]; member 193 u32 avs; in armada_37xx_avs_val_match() local 196 for (avs = 0; avs < ARRAY_SIZE(avs_map); avs++) in armada_37xx_avs_val_match() 197 if (avs_map[avs] >= target_vm) in armada_37xx_avs_val_match() 204 if (avs == ARRAY_SIZE(avs_map)) in armada_37xx_avs_val_match() 205 avs = ARRAY_SIZE(avs_map) - 1; in armada_37xx_avs_val_match() 207 return avs; in armada_37xx_avs_val_match() 240 dvfs->avs[0] = l0_vdd_min; in armada37xx_cpufreq_avs_configure() 250 dvfs->avs[load_level] = avs_min; in armada37xx_cpufreq_avs_configure() 262 dvfs->avs[0] = dvfs->avs[1] = avs_min; in armada37xx_cpufreq_avs_configure() [all …]
|
D | Makefile | 51 obj-$(CONFIG_ARM_BRCMSTB_AVS_CPUFREQ) += brcmstb-avs-cpufreq.o
|
/Linux-v5.15/sound/ppc/ |
D | snd_ps3.c | 381 ret = ps3av_set_audio_mode(card->avs.avs_audio_ch, in snd_ps3_change_avsetting() 382 card->avs.avs_audio_rate, in snd_ps3_change_avsetting() 383 card->avs.avs_audio_width, in snd_ps3_change_avsetting() 384 card->avs.avs_audio_format, in snd_ps3_change_avsetting() 385 card->avs.avs_audio_source); in snd_ps3_change_avsetting() 441 struct snd_ps3_avsetting_info avs; in snd_ps3_set_avsetting() local 444 avs = card->avs; in snd_ps3_set_avsetting() 451 card->avs.avs_audio_rate, card->avs.avs_audio_width); in snd_ps3_set_avsetting() 456 avs.avs_audio_rate = PS3AV_CMD_AUDIO_FS_44K; in snd_ps3_set_avsetting() 459 avs.avs_audio_rate = PS3AV_CMD_AUDIO_FS_48K; in snd_ps3_set_avsetting() [all …]
|
D | snd_ps3.h | 67 struct snd_ps3_avsetting_info avs; member
|
/Linux-v5.15/Documentation/devicetree/bindings/thermal/ |
D | brcm,avs-tmon.txt | 7 "brcm,avs-tmon-bcm7216" 8 "brcm,avs-tmon-bcm7445" 9 "brcm,avs-tmon" 12 required except for "brcm,avs-tmon-bcm7216" 18 compatible = "brcm,avs-tmon-bcm7445", "brcm,avs-tmon";
|
/Linux-v5.15/Documentation/devicetree/bindings/arm/marvell/ |
D | armada-37xx.txt | 43 - compatible : should contain "marvell,armada-3700-avs", "syscon"; 47 avs: avs@11500 { 48 compatible = "marvell,armada-3700-avs", "syscon";
|
/Linux-v5.15/Documentation/devicetree/bindings/soc/qcom/ |
D | qcom,apr.txt | 54 "avs/audio", "msm/adsp/audio_pd". 117 qcom,protection-domain = "avs/audio", "msm/adsp/audio_pd"; 131 qcom,protection-domain = "avs/audio", "msm/adsp/audio_pd";
|
/Linux-v5.15/arch/arm64/boot/dts/marvell/ |
D | armada-37xx.dtsi | 129 avs: avs@11500 { label 130 compatible = "marvell,armada-3700-avs",
|
/Linux-v5.15/Documentation/devicetree/bindings/clock/ |
D | armada3700-periph-clock.txt | 21 6 avs Adaptive Voltage Scaling
|
/Linux-v5.15/drivers/clk/mvebu/ |
D | armada-37xx-periph.c | 260 static PERIPH_GATE(avs, 11); 279 REF_CLK_GATE(avs, "xtal"),
|
/Linux-v5.15/arch/arm/boot/dts/ |
D | bcm2711.dtsi | 68 avs_monitor: avs-monitor@7d5d2000 { 69 compatible = "brcm,bcm2711-avs-monitor",
|
/Linux-v5.15/Documentation/hwmon/ |
D | isl68137.rst | 432 avs(0|1)_enable Controls the AVS state of each rail.
|
/Linux-v5.15/arch/arm64/boot/dts/qcom/ |
D | sm8250.dtsi | 3860 qcom,protection-domain = "avs/audio", "msm/adsp/audio_pd"; 3866 qcom,protection-domain = "avs/audio", "msm/adsp/audio_pd"; 3883 qcom,protection-domain = "avs/audio", "msm/adsp/audio_pd"; 3896 qcom,protection-domain = "avs/audio", "msm/adsp/audio_pd";
|
D | sdm845.dtsi | 793 qcom,protection-domain = "avs/audio", "msm/adsp/audio_pd"; 799 qcom,protection-domain = "avs/audio", "msm/adsp/audio_pd"; 811 qcom,protection-domain = "avs/audio", "msm/adsp/audio_pd"; 824 qcom,protection-domain = "avs/audio", "msm/adsp/audio_pd";
|
/Linux-v5.15/ |
D | MAINTAINERS | 3874 F: Documentation/devicetree/bindings/cpufreq/brcm,stb-avs-cpu-freq.txt 3882 F: Documentation/devicetree/bindings/thermal/brcm,avs-tmon.txt 15493 F: Documentation/devicetree/bindings/power/avs/qcom,cpr.txt
|