Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/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 …]
DMakefile56 obj-$(CONFIG_ARM_BRCMSTB_AVS_CPUFREQ) += brcmstb-avs-cpufreq.o
/Linux-v4.19/sound/ppc/
Dsnd_ps3.c395 ret = ps3av_set_audio_mode(card->avs.avs_audio_ch, in snd_ps3_change_avsetting()
396 card->avs.avs_audio_rate, in snd_ps3_change_avsetting()
397 card->avs.avs_audio_width, in snd_ps3_change_avsetting()
398 card->avs.avs_audio_format, in snd_ps3_change_avsetting()
399 card->avs.avs_audio_source); in snd_ps3_change_avsetting()
455 struct snd_ps3_avsetting_info avs; in snd_ps3_set_avsetting() local
458 avs = card->avs; in snd_ps3_set_avsetting()
465 card->avs.avs_audio_rate, card->avs.avs_audio_width); in snd_ps3_set_avsetting()
470 avs.avs_audio_rate = PS3AV_CMD_AUDIO_FS_44K; in snd_ps3_set_avsetting()
473 avs.avs_audio_rate = PS3AV_CMD_AUDIO_FS_48K; in snd_ps3_set_avsetting()
[all …]
Dsnd_ps3.h79 struct snd_ps3_avsetting_info avs; member
/Linux-v4.19/drivers/net/wireless/intersil/prism54/
Dislpci_eth.c256 struct avs_80211_1_header *avs; in islpci_monitor_rx() local
279 avs = skb_push(*skb, sizeof(struct avs_80211_1_header)); in islpci_monitor_rx()
281 avs->version = cpu_to_be32(P80211CAPTURE_VERSION); in islpci_monitor_rx()
282 avs->length = cpu_to_be32(sizeof (struct avs_80211_1_header)); in islpci_monitor_rx()
283 avs->mactime = cpu_to_be64(clock); in islpci_monitor_rx()
284 avs->hosttime = cpu_to_be64(jiffies); in islpci_monitor_rx()
285 avs->phytype = cpu_to_be32(6); /*OFDM: 6 for (g), 8 for (a) */ in islpci_monitor_rx()
286 avs->channel = cpu_to_be32(channel_of_freq(freq)); in islpci_monitor_rx()
287 avs->datarate = cpu_to_be32(rate * 5); in islpci_monitor_rx()
288 avs->antenna = cpu_to_be32(0); /*unknown */ in islpci_monitor_rx()
[all …]
/Linux-v4.19/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-v4.19/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-v4.19/drivers/power/
DMakefile1 obj-$(CONFIG_POWER_AVS) += avs/
DKconfig1 source "drivers/power/avs/Kconfig"
/Linux-v4.19/arch/arm64/boot/dts/marvell/
Darmada-37xx.dtsi116 avs: avs@11500 { label
117 compatible = "marvell,armada-3700-avs",
/Linux-v4.19/Documentation/devicetree/bindings/clock/
Darmada3700-periph-clock.txt21 6 avs Adaptive Voltage Scaling
/Linux-v4.19/drivers/clk/mvebu/
Darmada-37xx-periph.c249 static PERIPH_GATE(avs, 11);
268 REF_CLK_GATE(avs, "xtal"),
/Linux-v4.19/
DMAINTAINERS3097 F: Documentation/devicetree/bindings/cpufreq/brcm,stb-avs-cpu-freq.txt
3105 F: Documentation/devicetree/bindings/thermal/brcm,avs-tmon.txt
4598 F: drivers/power/avs/