Searched refs:dba (Results 1 – 6 of 6) sorted by relevance
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()
280 __le32 dba; member
1463 command_sg->dba = cpu_to_le32(sg_dma_address(sg)); in fill_command_sg()3294 command_sg->dba = cpu_to_le32(icmd->buffer & 0xFFFFFFFF); in mtip_issue_reserved_cmd()
1302 pdev->dba = (void __iomem *)pdev->cap_regs + val; in cdnsp_mem_init()
1511 struct xhci_doorbell_array __iomem *dba; member
513 xhci->dba = (void __iomem *)xhci->cap_regs + offset; in xhci_set_doorbell_ptr()