Home
last modified time | relevance | path

Searched refs:dap (Results 1 – 25 of 30) sorted by relevance

12

/linux-6.15/sound/soc/tegra/
H A Dtegra20_das.c104 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()
/linux-6.15/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()
/linux-6.15/sound/soc/sof/imx/
H A Dimx8.c44 void __iomem *dap; member
133 pwrctl = readl(chip->dap + IMX8M_DAP_PWRCTL); in imx8m_reset()
135 writel(pwrctl, chip->dap + IMX8M_DAP_PWRCTL); in imx8m_reset()
144 pwrctl = readl(chip->dap + IMX8M_DAP_PWRCTL); in imx8m_reset()
146 writel(pwrctl, chip->dap + IMX8M_DAP_PWRCTL); in imx8m_reset()
172 chip->dap = devm_ioremap(sdev->dev, IMX8M_DAP_DEBUG, IMX8M_DAP_DEBUG_SIZE); in imx8m_probe()
173 if (!chip->dap) in imx8m_probe()
/linux-6.15/drivers/remoteproc/
H A Dimx_dsp_rproc.c187 void __iomem *dap = ioremap_wc(IMX8M_DAP_DEBUG, IMX8M_DAP_DEBUG_SIZE); in imx8mp_dsp_reset() local
191 pwrctl = readl(dap + IMX8M_DAP_PWRCTL); in imx8mp_dsp_reset()
193 writel(pwrctl, dap + IMX8M_DAP_PWRCTL); in imx8mp_dsp_reset()
201 pwrctl = readl(dap + IMX8M_DAP_PWRCTL); in imx8mp_dsp_reset()
203 writel(pwrctl, dap + IMX8M_DAP_PWRCTL); in imx8mp_dsp_reset()
205 iounmap(dap); in imx8mp_dsp_reset()
/linux-6.15/drivers/scsi/bfa/
H A Dbfa_fc.h1276 u32 dap:24; /* port identifier */ member
1288 u32 dap:24; /* port identifier */ member
1296 u32 dap:24; /* port identifier */ member
1308 u32 dap:24; /* port identifier */ member
1338 u32 dap:24; /* port identifier */ member
H A Dbfa_fcbuild.c630 gpnid->dap = port_id; in fc_gpnid_build()
680 rftid->dap = s_id; in fc_rftid_build()
703 rffid->dap = s_id; in fc_rffid_build()
725 rspnid->dap = s_id; in fc_rspnid_build()
H A Dbfa_fcs_rport.c1983 if (gidpn_rsp->dap == rport->pid) { in bfa_fcs_rport_gidpn_response()
1997 if (gidpn_rsp->dap == twin->pid) { in bfa_fcs_rport_gidpn_response()
2006 rport->pid = gidpn_rsp->dap; in bfa_fcs_rport_gidpn_response()
/linux-6.15/arch/s390/kernel/
H A Dperf_pai_crypto.c766 struct device_attribute *dap; in attr_event_free() local
768 dap = container_of(attrs[i], struct device_attribute, attr); in attr_event_free()
769 pa = container_of(dap, struct perf_pmu_events_attr, attr); in attr_event_free()
H A Dperf_pai_ext.c653 struct device_attribute *dap; in attr_event_free() local
657 dap = container_of(attrs[i], struct device_attribute, attr); in attr_event_free()
658 pa = container_of(dap, struct perf_pmu_events_attr, attr); in attr_event_free()
/linux-6.15/drivers/mmc/core/
H A Dsd_uhs2.c142 u32 dap, gap, resp_gap; in sd_uhs2_dev_init() local
147 dap = host->uhs2_caps.dap; in sd_uhs2_dev_init()
180 payload0 = ((dap & 0xF) << 12) | in sd_uhs2_dev_init()
/linux-6.15/drivers/dma/stm32/
H A Dstm32-dma3.c475 u32 dap = FIELD_GET(CTR1_DAP, ctr1); in stm32_dma3_check_user_setting() local
489 if (ddw == DMA_SLAVE_BUSWIDTH_8_BYTES && port_is_ahb(ddata->ports_max_dw[dap])) in stm32_dma3_check_user_setting()
490 dev_err(dev, "double-word destination data width not supported on port %u\n", dap); in stm32_dma3_check_user_setting()
574 u32 dap = FIELD_GET(STM32_DMA3_DT_DAP, tr_conf), dap_max_dw; in stm32_dma3_chan_prep_hw() local
580 ddw = chan->dma_config.dst_addr_width ? : get_chan_max_dw(dap, chan->max_burst); in stm32_dma3_chan_prep_hw()
590 if (ddata->ports_max_dw[1] == DW_INVALID && (sap || dap)) { in stm32_dma3_chan_prep_hw()
596 dap_max_dw = ddata->ports_max_dw[dap]; in stm32_dma3_chan_prep_hw()
601 sdw, ddw, sap, dap); in stm32_dma3_chan_prep_hw()
613 if (dap) in stm32_dma3_chan_prep_hw()
/linux-6.15/Documentation/devicetree/bindings/pinctrl/
H A Dnvidia,tegra114-pinmux.yaml88 enum: [ blink, cec, cldvfs, clk12, cpu, dap, dap1, dap2, dev3,
H A Dnvidia,tegra30-pinmux.yaml110 cpu_pwr_req, crt, dap, ddr, dev3, displaya, displayb, dtv,
H A Dnvidia,tegra124-pinmux.yaml103 enum: [ blink, cec, cldvfs, clk12, cpu, dap, dap1, dap2, dev3,
/linux-6.15/arch/arm/boot/dts/nvidia/
H A Dtegra114-asus-tf701t.dts600 dap-i2s0-in {
608 dap-i2s0-out {
618 dap-i2s1-in {
626 dap-i2s1-out {
636 dap-i2s2-in {
645 dap-i2s2-out {
H A Dtegra30-lg-x3.dtsi161 nvidia,function = "dap";
644 dap-i2s0 {
654 dap-i2s1 {
862 dap-i2s2 {
H A Dtegra30-asus-nexus7-grouper-common.dtsi709 nvidia,function = "dap";
739 nvidia,function = "dap";
H A Dtegra30-beaver.dts1608 nvidia,function = "dap";
1699 nvidia,function = "dap";
H A Dtegra124-apalis-v1.2.dtsi120 dap-mclk1-pw4 {
1532 dap-mclk1-req-pee2 { /* NC */
H A Dtegra124-apalis.dtsi119 dap-mclk1-pw4 {
1525 dap-mclk1-req-pee2 { /* NC */
H A Dtegra124-venice2.dts596 nvidia,function = "dap";
H A Dtegra30-pegatron-chagall.dts985 nvidia,function = "dap";
993 nvidia,function = "dap";
/linux-6.15/drivers/scsi/lpfc/
H A Dlpfc_ct.c3679 struct lpfc_vmid_dapp_ident_list *dap; in lpfc_vmid_cmd() local
3755 dap = (struct lpfc_vmid_dapp_ident_list *) in lpfc_vmid_cmd()
3757 dap->no_of_objects = cpu_to_be32(1); in lpfc_vmid_cmd()
3758 dap->obj[0].entity_id_len = vmid->vmid_len; in lpfc_vmid_cmd()
3759 memcpy(dap->obj[0].entity_id, vmid->host_vmid, vmid->vmid_len); in lpfc_vmid_cmd()
3761 struct_size(dap, obj, be32_to_cpu(dap->no_of_objects)); in lpfc_vmid_cmd()
/linux-6.15/include/linux/mmc/
H A Dhost.h104 u32 dap; member
/linux-6.15/drivers/mmc/host/
H A Dsdhci-uhs2.c378 mmc->uhs2_caps.dap = caps_gen & SDHCI_UHS2_CAPS_DAP_MASK; in sdhci_uhs2_init()

12