Home
last modified time | relevance | path

Searched refs:avs (Results 1 – 16 of 16) sorted by relevance

/Linux-v5.15/Documentation/devicetree/bindings/cpufreq/
Dbrcm,stb-avs-cpu-freq.txt4 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/
Darmada-37xx-cpufreq.c103 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 …]
DMakefile51 obj-$(CONFIG_ARM_BRCMSTB_AVS_CPUFREQ) += brcmstb-avs-cpufreq.o
/Linux-v5.15/sound/ppc/
Dsnd_ps3.c381 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 …]
Dsnd_ps3.h67 struct snd_ps3_avsetting_info avs; member
/Linux-v5.15/Documentation/devicetree/bindings/thermal/
Dbrcm,avs-tmon.txt7 "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/
Darmada-37xx.txt43 - 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/
Dqcom,apr.txt54 "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/
Darmada-37xx.dtsi129 avs: avs@11500 { label
130 compatible = "marvell,armada-3700-avs",
/Linux-v5.15/Documentation/devicetree/bindings/clock/
Darmada3700-periph-clock.txt21 6 avs Adaptive Voltage Scaling
/Linux-v5.15/drivers/clk/mvebu/
Darmada-37xx-periph.c260 static PERIPH_GATE(avs, 11);
279 REF_CLK_GATE(avs, "xtal"),
/Linux-v5.15/arch/arm/boot/dts/
Dbcm2711.dtsi68 avs_monitor: avs-monitor@7d5d2000 {
69 compatible = "brcm,bcm2711-avs-monitor",
/Linux-v5.15/Documentation/hwmon/
Disl68137.rst432 avs(0|1)_enable Controls the AVS state of each rail.
/Linux-v5.15/arch/arm64/boot/dts/qcom/
Dsm8250.dtsi3860 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";
Dsdm845.dtsi793 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/
DMAINTAINERS3874 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