Home
last modified time | relevance | path

Searched refs:dba (Results 1 – 16 of 16) sorted by relevance

/linux-6.6.21/drivers/mfd/
Dstm32-timers.c64 u32 dbl, dba; in stm32_timers_dma_burst_read() local
115 dba = FIELD_PREP(TIM_DCR_DBA, reg >> 2); in stm32_timers_dma_burst_read()
116 ret = regmap_write(regmap, TIM_DCR, dbl | dba); in stm32_timers_dma_burst_read()
/linux-6.6.21/drivers/media/common/videobuf2/
Dvideobuf2-dma-sg.c621 struct dma_buf_attachment *dba; in vb2_dma_sg_attach_dmabuf() local
635 dba = dma_buf_attach(dbuf, buf->dev); in vb2_dma_sg_attach_dmabuf()
636 if (IS_ERR(dba)) { in vb2_dma_sg_attach_dmabuf()
639 return dba; in vb2_dma_sg_attach_dmabuf()
644 buf->db_attach = dba; in vb2_dma_sg_attach_dmabuf()
Dvideobuf2-dma-contig.c772 struct dma_buf_attachment *dba; in vb2_dc_attach_dmabuf() local
788 dba = dma_buf_attach(dbuf, buf->dev); in vb2_dc_attach_dmabuf()
789 if (IS_ERR(dba)) { in vb2_dc_attach_dmabuf()
792 return dba; in vb2_dc_attach_dmabuf()
797 buf->db_attach = dba; in vb2_dc_attach_dmabuf()
/linux-6.6.21/drivers/block/mtip32xx/
Dmtip32xx.h279 __le32 dba; member
Dmtip32xx.c1463 command_sg->dba = cpu_to_le32(sg_dma_address(sg)); in fill_command_sg()
3295 command_sg->dba = cpu_to_le32(icmd->buffer & 0xFFFFFFFF); in mtip_issue_reserved_cmd()
/linux-6.6.21/drivers/hwtracing/coresight/
Dcoresight-tmc.h295 TMC_REG_PAIR(dba, TMC_DBALO, TMC_DBAHI) in TMC_REG_PAIR()
Dcoresight-tmc-core.c268 coresight_simple_reg64(dba, TMC_DBALO, TMC_DBAHI),
/linux-6.6.21/drivers/ata/
Dsata_fsl.c262 __le32 dba; member
470 prd->dba = cpu_to_le32(indirect_ext_segment_paddr); in sata_fsl_fill_sg()
477 prd->dba = cpu_to_le32(sg_addr); in sata_fsl_fill_sg()
/linux-6.6.21/arch/arm64/boot/dts/freescale/
Dimx8mp-beacon-som.dtsi3 * Copyright 2023 LogicPD, Inc. dba Beacon EmbeddedWorks
Dimx8mp-beacon-kit.dts3 * Copyright 2023 Logic PD, Inc dba Beacon EmbeddedWorks
/linux-6.6.21/drivers/usb/cdns3/
Dcdnsp-gadget.h1403 struct cdnsp_doorbell_array __iomem *dba; member
Dcdnsp-ring.c269 writel(DB_VALUE_CMD, &pdev->dba->cmd_db); in cdnsp_ring_cmd_db()
280 __le32 __iomem *reg_addr = &pdev->dba->ep_db; in cdnsp_ring_ep_doorbell()
Dcdnsp-mem.c1274 pdev->dba = (void __iomem *)pdev->cap_regs + val; in cdnsp_mem_init()
/linux-6.6.21/drivers/usb/host/
Dxhci-ring.c364 writel(DB_VALUE_HOST, &xhci->dba->doorbell[0]); in xhci_ring_cmd_db()
366 readl(&xhci->dba->doorbell[0]); in xhci_ring_cmd_db()
485 __le32 __iomem *db_addr = &xhci->dba->doorbell[slot_id]; in xhci_ring_ep_doorbell()
Dxhci.h1768 struct xhci_doorbell_array __iomem *dba; member
Dxhci-mem.c2420 xhci->dba = (void __iomem *) xhci->cap_regs + val; in xhci_mem_init()