Home
last modified time | relevance | path

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

/Linux-v5.4/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.4/drivers/cpufreq/
Darmada-37xx-cpufreq.c95 u32 avs[LOAD_LEVEL_NR]; member
179 u32 avs; in armada_37xx_avs_val_match() local
182 for (avs = 0; avs < ARRAY_SIZE(avs_map); avs++) in armada_37xx_avs_val_match()
183 if (avs_map[avs] >= target_vm) in armada_37xx_avs_val_match()
190 if (avs == ARRAY_SIZE(avs_map)) in armada_37xx_avs_val_match()
191 avs = ARRAY_SIZE(avs_map) - 1; in armada_37xx_avs_val_match()
193 return avs; in armada_37xx_avs_val_match()
224 dvfs->avs[0] = l0_vdd_min; in armada37xx_cpufreq_avs_configure()
234 dvfs->avs[load_level] = avs_min; in armada37xx_cpufreq_avs_configure()
246 dvfs->avs[1] = armada_37xx_avs_val_match(target_vm); in armada37xx_cpufreq_avs_configure()
[all …]
DMakefile54 obj-$(CONFIG_ARM_BRCMSTB_AVS_CPUFREQ) += brcmstb-avs-cpufreq.o
/Linux-v5.4/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.4/drivers/net/wireless/intersil/prism54/
Dislpci_eth.c245 struct avs_80211_1_header *avs; in islpci_monitor_rx() local
268 avs = skb_push(*skb, sizeof(struct avs_80211_1_header)); in islpci_monitor_rx()
270 avs->version = cpu_to_be32(P80211CAPTURE_VERSION); in islpci_monitor_rx()
271 avs->length = cpu_to_be32(sizeof (struct avs_80211_1_header)); in islpci_monitor_rx()
272 avs->mactime = cpu_to_be64(clock); in islpci_monitor_rx()
273 avs->hosttime = cpu_to_be64(jiffies); in islpci_monitor_rx()
274 avs->phytype = cpu_to_be32(6); /*OFDM: 6 for (g), 8 for (a) */ in islpci_monitor_rx()
275 avs->channel = cpu_to_be32(channel_of_freq(freq)); in islpci_monitor_rx()
276 avs->datarate = cpu_to_be32(rate * 5); in islpci_monitor_rx()
277 avs->antenna = cpu_to_be32(0); /*unknown */ in islpci_monitor_rx()
[all …]
/Linux-v5.4/Documentation/devicetree/bindings/thermal/
Dbrcm,avs-tmon.txt6 - compatible: must be "brcm,avs-tmon" and/or "brcm,avs-tmon-bcm7445"
14 compatible = "brcm,avs-tmon-bcm7445", "brcm,avs-tmon";
/Linux-v5.4/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.4/drivers/power/
DMakefile2 obj-$(CONFIG_POWER_AVS) += avs/
DKconfig2 source "drivers/power/avs/Kconfig"
/Linux-v5.4/arch/arm64/boot/dts/marvell/
Darmada-37xx.dtsi129 avs: avs@11500 { label
130 compatible = "marvell,armada-3700-avs",
/Linux-v5.4/Documentation/hwmon/
Disl68137.rst42 avs(0|1)_enable Controls the AVS state of each rail.
/Linux-v5.4/Documentation/devicetree/bindings/clock/
Darmada3700-periph-clock.txt21 6 avs Adaptive Voltage Scaling
/Linux-v5.4/drivers/clk/mvebu/
Darmada-37xx-periph.c259 static PERIPH_GATE(avs, 11);
278 REF_CLK_GATE(avs, "xtal"),
/Linux-v5.4/
DMAINTAINERS3420 F: Documentation/devicetree/bindings/cpufreq/brcm,stb-avs-cpu-freq.txt
3428 F: Documentation/devicetree/bindings/thermal/brcm,avs-tmon.txt
5098 F: drivers/power/avs/