| /linux/sound/soc/tegra/ |
| H A D | tegra210_mbdrc.c | 239 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 D | tegra210_peq.c | 104 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 D | tegra210_ope.h | 3 * 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 D | Kconfig | 92 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 D | tegra210_ahub.c | 173 /* XBAR -> OPE -> XBAR */ 302 /* XBAR -> OPE -> XBAR */ 460 /* XBAR -> OPE -> XBAR */ 725 /* OPE */ 809 /* OPE */ 859 /* OPE */
|
| /linux/Documentation/devicetree/bindings/sound/ |
| H A D | nvidia,tegra210-ope.yaml | 4 $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 D | nvidia,tegra210-peq.yaml | 13 PEQ sits inside Output Processing Engine (OPE) which interfaces
|
| H A D | nvidia,tegra210-mbdrc.yaml | 11 Processing Engine (OPE) which interfaces with Audio Hub (AHUB) via
|
| H A D | nvidia,tegra210-ahub.yaml | 116 $ref: nvidia,tegra210-ope.yaml#
|
| /linux/drivers/net/ethernet/stmicro/stmmac/ |
| H A D | dwmac5.h | 64 #define OPE BIT(1) macro
|
| /linux/tools/power/x86/turbostat/ |
| H A D | turbostat.8 | 42 scope: {\fBcpu\fP | \fBcore\fP | \fBpackage\fP}
|
| /linux/arch/arm64/boot/dts/nvidia/ |
| H A D | tegra210.dtsi | 1684 compatible = "nvidia,tegra210-ope"; 1704 compatible = "nvidia,tegra210-ope";
|
| H A D | tegra186.dtsi | 398 compatible = "nvidia,tegra186-ope", 399 "nvidia,tegra210-ope";
|
| H A D | tegra194.dtsi | 497 compatible = "nvidia,tegra194-ope", 498 "nvidia,tegra210-ope";
|
| H A D | tegra234.dtsi | 1153 compatible = "nvidia,tegra234-ope", 1154 "nvidia,tegra210-ope";
|
| /linux/drivers/mmc/host/ |
| H A D | sdhci-pci-o2micro.c | 711 /* Set PCR 0x354[16] to switch Clock Source back to OPE Clock */ in sdhci_pci_o2_set_power()
|