Searched refs:dba (Results 1 – 12 of 12) sorted by relevance
621 struct dma_buf_attachment *dba; in vb2_dma_sg_attach_dmabuf() local635 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()
774 struct dma_buf_attachment *dba; in vb2_dc_attach_dmabuf() local790 dba = dma_buf_attach(dbuf, buf->dev); in vb2_dc_attach_dmabuf()791 if (IS_ERR(dba)) { in vb2_dc_attach_dmabuf()794 return dba; in vb2_dc_attach_dmabuf()799 buf->db_attach = dba; in vb2_dc_attach_dmabuf()
279 __le32 dba; member
262 __le32 dba; member470 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()
3 * Copyright 2023 LogicPD, Inc. dba Beacon EmbeddedWorks
3 * Copyright 2023 Logic PD, Inc dba Beacon EmbeddedWorks
1418 struct cdnsp_doorbell_array __iomem *dba; member
269 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()
1273 pdev->dba = (void __iomem *)pdev->cap_regs + val; in cdnsp_mem_init()
431 writel(DB_VALUE_HOST, &xhci->dba->doorbell[0]); in xhci_ring_cmd_db()433 readl(&xhci->dba->doorbell[0]); in xhci_ring_cmd_db()554 __le32 __iomem *db_addr = &xhci->dba->doorbell[slot_id]; in xhci_ring_ep_doorbell()
1508 struct xhci_doorbell_array __iomem *dba; member
520 xhci->dba = (void __iomem *)xhci->cap_regs + offset; in xhci_set_doorbell_ptr()