Home
last modified time | relevance | path

Searched full:ope (Results 1 – 16 of 16) sorted by relevance

/linux/sound/soc/tegra/
H A Dtegra210_mbdrc.c239 struct tegra210_ope *ope = snd_soc_component_get_drvdata(cmpnt); in tegra210_mbdrc_get() local
242 regmap_read(ope->mbdrc_regmap, mc->reg, &val); in tegra210_mbdrc_get()
255 struct tegra210_ope *ope = snd_soc_component_get_drvdata(cmpnt); in tegra210_mbdrc_put() local
261 regmap_update_bits_check(ope->mbdrc_regmap, mc->reg, in tegra210_mbdrc_put()
271 struct tegra210_ope *ope = snd_soc_component_get_drvdata(cmpnt); in tegra210_mbdrc_get_enum() local
275 regmap_read(ope->mbdrc_regmap, e->reg, &val); in tegra210_mbdrc_get_enum()
286 struct tegra210_ope *ope = snd_soc_component_get_drvdata(cmpnt); in tegra210_mbdrc_put_enum() local
298 regmap_update_bits_check(ope->mbdrc_regmap, e->reg, mask, val, in tegra210_mbdrc_put_enum()
309 struct tegra210_ope *ope = snd_soc_component_get_drvdata(cmpnt); in tegra210_mbdrc_band_params_get() local
317 regmap_read(ope->mbdrc_regmap, regs, &data[i]); in tegra210_mbdrc_band_params_get()
[all …]
H A Dtegra210_peq.c104 struct tegra210_ope *ope = snd_soc_component_get_drvdata(cmpnt); in tegra210_peq_get() local
108 regmap_read(ope->peq_regmap, mc->reg, &val); in tegra210_peq_get()
127 struct tegra210_ope *ope = snd_soc_component_get_drvdata(cmpnt); in tegra210_peq_put() local
139 regmap_update_bits_check(ope->peq_regmap, mc->reg, (mask << mc->shift), in tegra210_peq_put()
150 struct tegra210_ope *ope = snd_soc_component_get_drvdata(cmpnt); in tegra210_peq_ram_get() local
157 tegra210_peq_read_ram(ope->peq_regmap, reg_ctrl, reg_data, in tegra210_peq_ram_get()
173 struct tegra210_ope *ope = snd_soc_component_get_drvdata(cmpnt); in tegra210_peq_ram_put() local
183 tegra210_peq_write_ram(ope->peq_regmap, reg_ctrl, reg_data, in tegra210_peq_ram_put()
358 struct tegra210_ope *ope = snd_soc_component_get_drvdata(cmpnt); in tegra210_peq_component_init() local
362 regmap_update_bits(ope->peq_regmap, TEGRA210_PEQ_CFG, in tegra210_peq_component_init()
[all …]
H A Dtegra210_ope.h3 * tegra210_ope.h - Definitions for Tegra210 OPE driver
19 * The data comes from XBAR to OPE
30 * The data goes out from OPE to XBAR
39 /* OPE Gloabal registers */
H A DKconfig92 tristate "Tegra210 OPE module"
94 Config to enable the Output Processing Engine (OPE) which includes
98 Say Y or M if you want to add support for Tegra210 OPE module.
H A Dtegra210_ahub.c173 /* XBAR -> OPE -> XBAR */
302 /* XBAR -> OPE -> XBAR */
460 /* XBAR -> OPE -> XBAR */
725 /* OPE */
809 /* OPE */
859 /* OPE */
/linux/Documentation/devicetree/bindings/sound/
H A Dnvidia,tegra210-ope.yaml4 $id: http://devicetree.org/schemas/sound/nvidia,tegra210-ope.yaml#
7 title: Tegra210 OPE
10 The Output Processing Engine (OPE) is one of the AHUB client. It has
25 - const: nvidia,tegra210-ope
28 - nvidia,tegra264-ope
29 - nvidia,tegra234-ope
30 - nvidia,tegra194-ope
31 - nvidia,tegra186-ope
32 - const: nvidia,tegra210-ope
46 pattern: "^OPE[1-9]$"
[all …]
H A Dnvidia,tegra210-peq.yaml13 PEQ sits inside Output Processing Engine (OPE) which interfaces
H A Dnvidia,tegra210-mbdrc.yaml11 Processing Engine (OPE) which interfaces with Audio Hub (AHUB) via
H A Dnvidia,tegra210-ahub.yaml116 $ref: nvidia,tegra210-ope.yaml#
/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac5.h64 #define OPE BIT(1) macro
/linux/tools/power/x86/turbostat/
H A Dturbostat.842 scope: {\fBcpu\fP | \fBcore\fP | \fBpackage\fP}
/linux/arch/arm64/boot/dts/nvidia/
H A Dtegra210.dtsi1684 compatible = "nvidia,tegra210-ope";
1704 compatible = "nvidia,tegra210-ope";
H A Dtegra186.dtsi398 compatible = "nvidia,tegra186-ope",
399 "nvidia,tegra210-ope";
H A Dtegra194.dtsi497 compatible = "nvidia,tegra194-ope",
498 "nvidia,tegra210-ope";
H A Dtegra234.dtsi1153 compatible = "nvidia,tegra234-ope",
1154 "nvidia,tegra210-ope";
/linux/drivers/mmc/host/
H A Dsdhci-pci-o2micro.c711 /* Set PCR 0x354[16] to switch Clock Source back to OPE Clock */ in sdhci_pci_o2_set_power()