Home
last modified time | relevance | path

Searched full:dap (Results 1 – 25 of 71) sorted by relevance

123

/openbmc/linux/sound/soc/tegra/
H A Dtegra20_das.c86 * DAP: Digital audio port (port/pins on Tegra device)
89 * The Tegra DAS is a mux/cross-bar which can connect each DAP to a specific
90 * DAC, or another DAP. When DAPs are connected, one must be the master and
91 * one the slave. Each DAC allows selection of a specific DAP for input, to
104 static void tegra20_das_connect_dap_to_dac(struct tegra20_das *das, int dap, int dac) in tegra20_das_connect_dap_to_dac() argument
110 (dap * TEGRA20_DAS_DAP_CTRL_SEL_STRIDE); in tegra20_das_connect_dap_to_dac()
116 static void tegra20_das_connect_dac_to_dap(struct tegra20_das *das, int dac, int dap) in tegra20_das_connect_dac_to_dap() argument
123 reg = dap << TEGRA20_DAS_DAC_INPUT_DATA_CLK_SEL_DAC_CLK_SEL_P | in tegra20_das_connect_dac_to_dap()
124 dap << TEGRA20_DAS_DAC_INPUT_DATA_CLK_SEL_DAC_SDATA1_SEL_P | in tegra20_das_connect_dac_to_dap()
125 dap << TEGRA20_DAS_DAC_INPUT_DATA_CLK_SEL_DAC_SDATA2_SEL_P; in tegra20_das_connect_dac_to_dap()
H A Dtegra210_i2s.c710 .name = "I2S-DAP",
712 .stream_name = "DAP-Playback",
721 .stream_name = "DAP-Capture",
789 { "DAP-Playback", NULL, "RX" },
790 { "SPK", NULL, "DAP-Playback" },
795 { "TX", NULL, "DAP-Capture" },
796 { "DAP-Capture", NULL, "MIC" },
H A Dtegra186_dspk.c320 .name = "DSPK-DAP",
322 .stream_name = "DAP-Playback",
343 { "DAP-Playback", NULL, "RX" },
344 { "SPK", NULL, "DAP-Playback" },
H A Dtegra210_dmic.c332 .name = "DMIC-DAP",
334 .stream_name = "DAP-Capture",
355 { "TX", NULL, "DAP-Capture" },
356 { "DAP-Capture", NULL, "MIC" },
/openbmc/linux/sound/soc/codecs/
H A Dsgtl5000.c397 "ADC", "I2S", "Rsvrd", "DAP"
407 /* input sources for DAP */
417 SOC_DAPM_ENUM("DAP Mux", dap_enum);
419 /* input sources for DAP mix */
429 SOC_DAPM_ENUM("DAP MIX Mux", dapmix_enum);
452 SND_SOC_DAPM_MUX("DAP Mux", SGTL5000_DAP_CTRL, 0, 0, &dap_mux),
453 SND_SOC_DAPM_MUX("DAP MIX Mux", SGTL5000_DAP_CTRL, 4, 0, &dapmix_mux),
454 SND_SOC_DAPM_MIXER("DAP", SGTL5000_CHIP_DIG_POWER, 4, 0, NULL, 0),
483 {"DAP Mux", "ADC", "ADC"}, /* adc --> DAP mux */
484 {"DAP Mux", NULL, "AIFIN"}, /* i2s --> DAP mux */
[all …]
/openbmc/linux/net/bridge/netfilter/
H A Debt_arp.c40 const __be32 *sap, *dap; in ebt_arp_mt() local
50 dap = skb_header_pointer(skb, sizeof(struct arphdr) + in ebt_arp_mt()
53 if (dap == NULL) in ebt_arp_mt()
61 info->daddr != (*dap & info->dmsk))) in ebt_arp_mt()
64 NF_INVF(info, EBT_ARP_GRAT, *dap != *sap)) in ebt_arp_mt()
/openbmc/linux/sound/soc/sof/imx/
H A Dimx8m.c35 /* DAP registers */
59 void __iomem *dap; member
132 pwrctl = readl(priv->dap + IMX8M_DAP_PWRCTL); in imx8m_reset()
134 writel(pwrctl, priv->dap + IMX8M_DAP_PWRCTL); in imx8m_reset()
143 pwrctl = readl(priv->dap + IMX8M_DAP_PWRCTL); in imx8m_reset()
145 writel(pwrctl, priv->dap + IMX8M_DAP_PWRCTL); in imx8m_reset()
203 priv->dap = devm_ioremap(sdev->dev, IMX8M_DAP_DEBUG, IMX8M_DAP_DEBUG_SIZE); in imx8m_probe()
204 if (!priv->dap) { in imx8m_probe()
205 dev_err(sdev->dev, "error: failed to map DAP debug memory area"); in imx8m_probe()
/openbmc/u-boot/board/freescale/ls1012afrdm/
H A DREADME26 - USB 2.0 port is a debug port (CMSIS DAP) and is configured
34 - CMSIS DAP through K20 microcontroller
/openbmc/linux/arch/mips/cavium-octeon/executive/
H A Docteon-model.c333 suffix = "DAP"; in octeon_model_get_string_buffer()
346 suffix = "DAP"; in octeon_model_get_string_buffer()
361 suffix = "DAP"; in octeon_model_get_string_buffer()
372 suffix = "DAP"; in octeon_model_get_string_buffer()
/openbmc/linux/drivers/media/dvb-frontends/drx39xyj/
H A Ddrx_dap_fasi.h66 * The DAP FASI offers long address format (4 bytes) and short address format
67 * (2 bytes). The DAP can operate in 3 modes:
121 * Default is single master, DAP FASI changes multi-master setting silently
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Dnvidia,tegra20-ac97.txt21 of the GPIO corresponding with the AC97 DAP _FS line
H A Dnvidia,tegra210-dmic.yaml71 DMIC DAP (Digital Audio Port) interface which can be connected
H A Dnvidia,tegra186-dspk.yaml71 DSPK DAP (Digital Audio Port) interface which can be connected
H A Dnvidia,tegra210-i2s.yaml87 I2S DAP (Digital Audio Port) interface which can be connected
/openbmc/linux/arch/arm64/boot/dts/nvidia/
H A Dtegra234-p3740-0002+p3701-0008.dts222 "CVB-RT AIF1 Playback", "I2S4 DAP-Playback",
223 "I2S4 DAP-Capture", "CVB-RT AIF1 Capture",
/openbmc/linux/drivers/bus/
H A Domap_l3_smx.h152 /* DAP has 1 ID */
300 /* DAP IA */
/openbmc/linux/drivers/remoteproc/
H A Dimx_dsp_rproc.c48 /* DAP registers */
188 void __iomem *dap = ioremap_wc(IMX8M_DAP_DEBUG, IMX8M_DAP_DEBUG_SIZE); in imx8mp_dsp_reset() local
192 pwrctl = readl(dap + IMX8M_DAP_PWRCTL); in imx8mp_dsp_reset()
194 writel(pwrctl, dap + IMX8M_DAP_PWRCTL); in imx8mp_dsp_reset()
204 pwrctl = readl(dap + IMX8M_DAP_PWRCTL); in imx8mp_dsp_reset()
206 writel(pwrctl, dap + IMX8M_DAP_PWRCTL); in imx8mp_dsp_reset()
208 iounmap(dap); in imx8mp_dsp_reset()
/openbmc/linux/Documentation/devicetree/bindings/clock/
H A Darmada3700-periph-clock.txt18 3 sac_dap Security DAP
/openbmc/linux/drivers/scsi/bfa/
H A Dbfa_fcbuild.c972 gpnid->dap = port_id; in fc_gpnid_build()
988 gnnid->dap = port_id; in fc_gnnid_build()
1071 rftid->dap = s_id; in fc_rftid_build()
1094 rftid->dap = s_id; in fc_rftid_build_sol()
1114 rffid->dap = s_id; in fc_rffid_build()
1136 rspnid->dap = s_id; in fc_rspnid_build()
/openbmc/qemu/include/hw/arm/
H A Dfsl-imx6.h155 /* DAP */
202 /* DAP end */
/openbmc/u-boot/board/avionic-design/common/
H A Dpinmux-config-tamonten-ng.h134 /* DAP */
292 /* DAP - NC */
302 DEFAULT_PINMUX(CLK2_REQ_PCC5, DAP, NORMAL, NORMAL, INPUT),
/openbmc/qemu/docs/system/arm/
H A Dvexpress.rst33 - Local DAP ROM
/openbmc/linux/arch/s390/kernel/
H A Dperf_pai_crypto.c609 struct device_attribute *dap; in attr_event_free() local
611 dap = container_of(attrs[i], struct device_attribute, attr); in attr_event_free()
612 pa = container_of(dap, struct perf_pmu_events_attr, attr); in attr_event_free()
H A Dperf_pai_ext.c568 struct device_attribute *dap; in attr_event_free() local
572 dap = container_of(attrs[i], struct device_attribute, attr); in attr_event_free()
573 pa = container_of(dap, struct perf_pmu_events_attr, attr); in attr_event_free()
/openbmc/u-boot/arch/arm/mach-tegra/tegra114/
H A Dpinmux.c53 PIN(CLK2_REQ_PCC5, DAP, RSVD2, RSVD3, RSVD4),
240 PIN(CLK1_REQ_PEE2, DAP, DAP1, RSVD3, RSVD4),

123