Searched refs:dba (Results 1 – 9 of 9) sorted by relevance
611 struct dma_buf_attachment *dba; in vb2_dma_sg_attach_dmabuf() local625 dba = dma_buf_attach(dbuf, buf->dev); in vb2_dma_sg_attach_dmabuf()626 if (IS_ERR(dba)) { in vb2_dma_sg_attach_dmabuf()629 return dba; in vb2_dma_sg_attach_dmabuf()634 buf->db_attach = dba; in vb2_dma_sg_attach_dmabuf()
677 struct dma_buf_attachment *dba; in vb2_dc_attach_dmabuf() local691 dba = dma_buf_attach(dbuf, buf->dev); in vb2_dc_attach_dmabuf()692 if (IS_ERR(dba)) { in vb2_dc_attach_dmabuf()695 return dba; in vb2_dc_attach_dmabuf()700 buf->db_attach = dba; in vb2_dc_attach_dmabuf()
307 unsigned int dba; member
1161 command_sg->dba = in mtip_exec_internal_command()1778 command_sg->dba = __force_bit2int in fill_command_sg()
265 u32 dba; member485 prd->dba = cpu_to_le32(indirect_ext_segment_paddr); in sata_fsl_fill_sg()492 prd->dba = cpu_to_le32(sg_addr); in sata_fsl_fill_sg()496 ttl_dwords, prd->dba, prd->ddc_and_ext); in sata_fsl_fill_sg()
55 xhci_dbg(xhci, "// Doorbell array at %p:\n", xhci->dba); in xhci_dbg_regs()
258 writel(DB_VALUE_HOST, &xhci->dba->doorbell[0]); in xhci_ring_cmd_db()260 readl(&xhci->dba->doorbell[0]); in xhci_ring_cmd_db()386 __le32 __iomem *db_addr = &xhci->dba->doorbell[slot_id]; in xhci_ring_ep_doorbell()
1534 struct xhci_doorbell_array __iomem *dba; member
2526 xhci->dba = (void __iomem *) xhci->cap_regs + val; in xhci_mem_init()