Searched refs:dap (Results 1 – 11 of 11) sorted by relevance
| /drivers/remoteproc/ |
| A D | imx_dsp_rproc.c | 218 void __iomem *dap = ioremap_wc(IMX8M_DAP_DEBUG, IMX8M_DAP_DEBUG_SIZE); in imx8mp_dsp_reset() local 222 pwrctl = readl(dap + IMX8M_DAP_PWRCTL); in imx8mp_dsp_reset() 224 writel(pwrctl, dap + IMX8M_DAP_PWRCTL); in imx8mp_dsp_reset() 232 pwrctl = readl(dap + IMX8M_DAP_PWRCTL); in imx8mp_dsp_reset() 234 writel(pwrctl, dap + IMX8M_DAP_PWRCTL); in imx8mp_dsp_reset() 236 iounmap(dap); in imx8mp_dsp_reset()
|
| /drivers/scsi/bfa/ |
| A D | bfa_fc.h | 1276 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
|
| A D | bfa_fcbuild.c | 630 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()
|
| A D | bfa_fcs_rport.c | 1983 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()
|
| /drivers/dma/stm32/ |
| A D | stm32-dma3.c | 475 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()
|
| /drivers/mmc/core/ |
| A D | sd_uhs2.c | 142 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()
|
| /drivers/scsi/lpfc/ |
| A D | lpfc_ct.c | 3668 struct lpfc_vmid_dapp_ident_list *dap; in lpfc_vmid_cmd() local 3744 dap = (struct lpfc_vmid_dapp_ident_list *) in lpfc_vmid_cmd() 3746 dap->no_of_objects = cpu_to_be32(1); in lpfc_vmid_cmd() 3747 dap->obj[0].entity_id_len = vmid->vmid_len; in lpfc_vmid_cmd() 3748 memcpy(dap->obj[0].entity_id, vmid->host_vmid, vmid->vmid_len); in lpfc_vmid_cmd() 3750 struct_size(dap, obj, be32_to_cpu(dap->no_of_objects)); in lpfc_vmid_cmd()
|
| /drivers/mmc/host/ |
| A D | sdhci-uhs2.c | 378 mmc->uhs2_caps.dap = caps_gen & SDHCI_UHS2_CAPS_DAP_MASK; in sdhci_uhs2_init()
|
| /drivers/pinctrl/tegra/ |
| A D | pinctrl-tegra114.c | 1464 FUNCTION(dap),
|
| A D | pinctrl-tegra124.c | 1625 FUNCTION(dap),
|
| A D | pinctrl-tegra30.c | 2023 FUNCTION(dap),
|
Completed in 50 milliseconds