Home
last modified time | relevance | path

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

/drivers/mfd/
Dstm32-timers.c63 u32 dbl, dba; in stm32_timers_dma_burst_read() local
114 dba = FIELD_PREP(TIM_DCR_DBA, reg >> 2); in stm32_timers_dma_burst_read()
115 ret = regmap_write(regmap, TIM_DCR, dbl | dba); in stm32_timers_dma_burst_read()
/drivers/media/common/videobuf2/
Dvideobuf2-dma-contig.c660 struct dma_buf_attachment *dba; in vb2_dc_attach_dmabuf() local
674 dba = dma_buf_attach(dbuf, buf->dev); in vb2_dc_attach_dmabuf()
675 if (IS_ERR(dba)) { in vb2_dc_attach_dmabuf()
678 return dba; in vb2_dc_attach_dmabuf()
683 buf->db_attach = dba; in vb2_dc_attach_dmabuf()
Dvideobuf2-dma-sg.c605 struct dma_buf_attachment *dba; in vb2_dma_sg_attach_dmabuf() local
619 dba = dma_buf_attach(dbuf, buf->dev); in vb2_dma_sg_attach_dmabuf()
620 if (IS_ERR(dba)) { in vb2_dma_sg_attach_dmabuf()
623 return dba; in vb2_dma_sg_attach_dmabuf()
628 buf->db_attach = dba; in vb2_dma_sg_attach_dmabuf()
/drivers/block/mtip32xx/
Dmtip32xx.h281 __le32 dba; member
Dmtip32xx.c1475 command_sg->dba = cpu_to_le32(sg_dma_address(sg)); in fill_command_sg()
3469 command_sg->dba = cpu_to_le32(icmd->buffer & 0xFFFFFFFF); in mtip_issue_reserved_cmd()
/drivers/hwtracing/coresight/
Dcoresight-tmc.h291 TMC_REG_PAIR(dba, TMC_DBALO, TMC_DBAHI) in TMC_REG_PAIR()
Dcoresight-tmc-core.c272 coresight_tmc_reg64(dba, TMC_DBALO, TMC_DBAHI);
/drivers/ata/
Dsata_fsl.c260 u32 dba; member
474 prd->dba = cpu_to_le32(indirect_ext_segment_paddr); in sata_fsl_fill_sg()
481 prd->dba = cpu_to_le32(sg_addr); in sata_fsl_fill_sg()
485 ttl_dwords, prd->dba, prd->ddc_and_ext); in sata_fsl_fill_sg()
/drivers/usb/host/
Dxhci-ring.c330 writel(DB_VALUE_HOST, &xhci->dba->doorbell[0]); in xhci_ring_cmd_db()
332 readl(&xhci->dba->doorbell[0]); in xhci_ring_cmd_db()
451 __le32 __iomem *db_addr = &xhci->dba->doorbell[slot_id]; in xhci_ring_ep_doorbell()
Dxhci.h1767 struct xhci_doorbell_array __iomem *dba; member
Dxhci-mem.c2646 xhci->dba = (void __iomem *) xhci->cap_regs + val; in xhci_mem_init()