/kernel/linux/linux-5.10/sound/soc/tegra/ |
D | tegra20_das.c | 35 int tegra20_das_connect_dap_to_dac(int dap, int dac) in tegra20_das_connect_dap_to_dac() argument 44 (dap * TEGRA20_DAS_DAP_CTRL_SEL_STRIDE); in tegra20_das_connect_dap_to_dac() 53 int tegra20_das_connect_dap_to_dap(int dap, int otherdap, int master, in tegra20_das_connect_dap_to_dap() argument 63 (dap * TEGRA20_DAS_DAP_CTRL_SEL_STRIDE); in tegra20_das_connect_dap_to_dap() 75 int tegra20_das_connect_dac_to_dap(int dac, int dap) in tegra20_das_connect_dac_to_dap() argument 85 reg = dap << TEGRA20_DAS_DAC_INPUT_DATA_CLK_SEL_DAC_CLK_SEL_P | in tegra20_das_connect_dac_to_dap() 86 dap << TEGRA20_DAS_DAC_INPUT_DATA_CLK_SEL_DAC_SDATA1_SEL_P | in tegra20_das_connect_dac_to_dap() 87 dap << TEGRA20_DAS_DAC_INPUT_DATA_CLK_SEL_DAC_SDATA2_SEL_P; in tegra20_das_connect_dac_to_dap()
|
/kernel/linux/linux-5.10/net/bridge/netfilter/ |
D | ebt_arp.c | 40 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()
|
/kernel/linux/linux-5.10/drivers/scsi/bfa/ |
D | bfa_fc.h | 1291 u32 dap:24; /* port identifier */ member 1303 u32 dap:24; /* port identifier */ member 1311 u32 dap:24; /* port identifier */ member 1323 u32 dap:24; /* port identifier */ member 1353 u32 dap:24; /* port identifier */ member
|
D | bfa_fcbuild.c | 972 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()
|
D | bfa_fcs_rport.c | 1967 if (gidpn_rsp->dap == rport->pid) { in bfa_fcs_rport_gidpn_response() 1981 if (gidpn_rsp->dap == twin->pid) { in bfa_fcs_rport_gidpn_response() 1990 rport->pid = gidpn_rsp->dap; in bfa_fcs_rport_gidpn_response()
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/pinctrl/ |
D | nvidia,tegra114-pinmux.txt | 85 blink, cec, cldvfs, clk12, cpu, dap, dap1, dap2, dev3, displaya,
|
D | nvidia,tegra30-pinmux.txt | 97 dap, ddr, dev3, displaya, displayb, dtv, extperiph1, extperiph2,
|
D | nvidia,tegra124-pinmux.txt | 104 blink, cec, cldvfs, clk12, cpu, dap, dap1, dap2, dev3, displaya,
|
/kernel/linux/linux-5.10/arch/arm/boot/dts/ |
D | tegra30-asus-nexus7-grouper-common.dtsi | 715 nvidia,function = "dap"; 745 nvidia,function = "dap";
|
D | tegra30-beaver.dts | 1608 nvidia,function = "dap"; 1699 nvidia,function = "dap";
|
D | tegra124-apalis.dtsi | 101 dap-mclk1-pw4 { 1507 dap-mclk1-req-pee2 { /* NC */
|
D | tegra124-apalis-v1.2.dtsi | 102 dap-mclk1-pw4 { 1514 dap-mclk1-req-pee2 { /* NC */
|
D | tegra124-venice2.dts | 588 nvidia,function = "dap";
|
/kernel/linux/linux-5.10/drivers/pinctrl/tegra/ |
D | pinctrl-tegra114.c | 1467 FUNCTION(dap),
|
D | pinctrl-tegra124.c | 1628 FUNCTION(dap),
|
D | pinctrl-tegra30.c | 2026 FUNCTION(dap),
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/ |
D | 0009_linux_sound.patch | 3414 + pwrctl = readl(dsp_priv->dap + IMX8M_DAP_PWRCTL); 3416 + writel(pwrctl, dsp_priv->dap + IMX8M_DAP_PWRCTL); 3424 + pwrctl = readl(dsp_priv->dap + IMX8M_DAP_PWRCTL); 3426 + writel(pwrctl, dsp_priv->dap + IMX8M_DAP_PWRCTL); 3977 + dsp_priv->dap = devm_ioremap(&pdev->dev, IMX8M_DAP_DEBUG, IMX8M_DAP_DEBUG_SIZE); 3978 + if (!dsp_priv->dap) { 4551 + void __iomem *dap;
|