/kernel/linux/linux-5.10/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 …]
|
/kernel/linux/linux-5.10/drivers/cpufreq/ |
D | armada-37xx-cpufreq.c | 101 u32 avs[LOAD_LEVEL_NR]; member 191 u32 avs; in armada_37xx_avs_val_match() local 194 for (avs = 0; avs < ARRAY_SIZE(avs_map); avs++) in armada_37xx_avs_val_match() 195 if (avs_map[avs] >= target_vm) in armada_37xx_avs_val_match() 202 if (avs == ARRAY_SIZE(avs_map)) in armada_37xx_avs_val_match() 203 avs = ARRAY_SIZE(avs_map) - 1; in armada_37xx_avs_val_match() 205 return avs; in armada_37xx_avs_val_match() 238 dvfs->avs[0] = l0_vdd_min; in armada37xx_cpufreq_avs_configure() 248 dvfs->avs[load_level] = avs_min; in armada37xx_cpufreq_avs_configure() 260 dvfs->avs[0] = dvfs->avs[1] = avs_min; in armada37xx_cpufreq_avs_configure() [all …]
|
D | Makefile | 52 obj-$(CONFIG_ARM_BRCMSTB_AVS_CPUFREQ) += brcmstb-avs-cpufreq.o
|
/kernel/linux/linux-5.10/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";
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/prism54/ |
D | islpci_eth.c | 244 struct avs_80211_1_header *avs; in islpci_monitor_rx() local 267 avs = skb_push(*skb, sizeof(struct avs_80211_1_header)); in islpci_monitor_rx() 269 avs->version = cpu_to_be32(P80211CAPTURE_VERSION); in islpci_monitor_rx() 270 avs->length = cpu_to_be32(sizeof (struct avs_80211_1_header)); in islpci_monitor_rx() 271 avs->mactime = cpu_to_be64(clock); in islpci_monitor_rx() 272 avs->hosttime = cpu_to_be64(jiffies); in islpci_monitor_rx() 273 avs->phytype = cpu_to_be32(6); /*OFDM: 6 for (g), 8 for (a) */ in islpci_monitor_rx() 274 avs->channel = cpu_to_be32(channel_of_freq(freq)); in islpci_monitor_rx() 275 avs->datarate = cpu_to_be32(rate * 5); in islpci_monitor_rx() 276 avs->antenna = cpu_to_be32(0); /*unknown */ in islpci_monitor_rx() [all …]
|
/kernel/linux/linux-5.10/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";
|
/kernel/linux/linux-5.10/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";
|
/kernel/linux/linux-5.10/arch/arm64/boot/dts/marvell/ |
D | armada-37xx.dtsi | 129 avs: avs@11500 { label 130 compatible = "marvell,armada-3700-avs",
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/clock/ |
D | armada3700-periph-clock.txt | 21 6 avs Adaptive Voltage Scaling
|
/kernel/linux/linux-5.10/drivers/clk/mvebu/ |
D | armada-37xx-periph.c | 260 static PERIPH_GATE(avs, 11); 279 REF_CLK_GATE(avs, "xtal"),
|
/kernel/linux/linux-5.10/arch/arm/boot/dts/ |
D | bcm2711.dtsi | 68 avs_monitor: avs-monitor@7d5d2000 { 69 compatible = "brcm,bcm2711-avs-monitor",
|
/kernel/linux/linux-5.10/Documentation/hwmon/ |
D | isl68137.rst | 432 avs(0|1)_enable Controls the AVS state of each rail.
|
/kernel/linux/linux-5.10/arch/arm64/boot/dts/qcom/ |
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";
|
/kernel/linux/patches/linux-4.19/hispark_taurus_patch/ |
D | hispark_taurus.patch | 244 + avs { 245 + compatible = "hi3516a,avs"; 246 + avs-num = <2>; 247 + avs-name-array = "cpu-avs","media-avs"; 249 + avs-name = "cpu-avs"; 259 + avs-name = "media-avs"; 9369 + avs: avs@04b00000 { 9370 + compatible = "hisilicon,hisi-avs"; 9372 + reg-names = "avs"; 9374 + interrupt-names = "avs"; [all …]
|
/kernel/linux/linux-5.10/ |
D | MAINTAINERS | 3688 F: Documentation/devicetree/bindings/cpufreq/brcm,stb-avs-cpu-freq.txt 3696 F: Documentation/devicetree/bindings/thermal/brcm,avs-tmon.txt 14465 F: Documentation/devicetree/bindings/power/avs/qcom,cpr.txt
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/ |
D | 0005_linux_include.patch | 21227 +#define V4L2_PIX_FMT_AVS v4l2_fourcc('A', 'V', 'S', '0') /* avs */
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
D | 0038_linux_drivers_mxc.patch | 172192 + .name = "avs",
|