Searched refs:dba (Results 1 – 12 of 12) sorted by relevance
/Linux-v4.19/drivers/mfd/ |
D | stm32-timers.c | 63 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()
|
/Linux-v4.19/drivers/media/common/videobuf2/ |
D | videobuf2-dma-sg.c | 612 struct dma_buf_attachment *dba; in vb2_dma_sg_attach_dmabuf() local 626 dba = dma_buf_attach(dbuf, buf->dev); in vb2_dma_sg_attach_dmabuf() 627 if (IS_ERR(dba)) { in vb2_dma_sg_attach_dmabuf() 630 return dba; in vb2_dma_sg_attach_dmabuf() 635 buf->db_attach = dba; in vb2_dma_sg_attach_dmabuf()
|
D | videobuf2-dma-contig.c | 680 struct dma_buf_attachment *dba; in vb2_dc_attach_dmabuf() local 694 dba = dma_buf_attach(dbuf, buf->dev); in vb2_dc_attach_dmabuf() 695 if (IS_ERR(dba)) { in vb2_dc_attach_dmabuf() 698 return dba; in vb2_dc_attach_dmabuf() 703 buf->db_attach = dba; in vb2_dc_attach_dmabuf()
|
/Linux-v4.19/drivers/block/mtip32xx/ |
D | mtip32xx.h | 308 unsigned int dba; member
|
D | mtip32xx.c | 1599 command_sg->dba = __force_bit2int in fill_command_sg() 3634 command_sg->dba = in mtip_issue_reserved_cmd()
|
/Linux-v4.19/drivers/hwtracing/coresight/ |
D | coresight-tmc.h | 271 TMC_REG_PAIR(dba, TMC_DBALO, TMC_DBAHI) in TMC_REG_PAIR()
|
D | coresight-tmc.c | 235 coresight_tmc_reg64(dba, TMC_DBALO, TMC_DBAHI);
|
/Linux-v4.19/drivers/ata/ |
D | sata_fsl.c | 265 u32 dba; member 479 prd->dba = cpu_to_le32(indirect_ext_segment_paddr); in sata_fsl_fill_sg() 486 prd->dba = cpu_to_le32(sg_addr); in sata_fsl_fill_sg() 490 ttl_dwords, prd->dba, prd->ddc_and_ext); in sata_fsl_fill_sg()
|
/Linux-v4.19/Documentation/media/dvb-drivers/ |
D | avermedia.rst | 200 modulation parameters were obtained from www.dba.org.au.
|
/Linux-v4.19/drivers/usb/host/ |
D | xhci-ring.c | 283 writel(DB_VALUE_HOST, &xhci->dba->doorbell[0]); in xhci_ring_cmd_db() 285 readl(&xhci->dba->doorbell[0]); in xhci_ring_cmd_db() 391 __le32 __iomem *db_addr = &xhci->dba->doorbell[slot_id]; in xhci_ring_ep_doorbell()
|
D | xhci.h | 1717 struct xhci_doorbell_array __iomem *dba; member
|
D | xhci-mem.c | 2486 xhci->dba = (void __iomem *) xhci->cap_regs + val; in xhci_mem_init()
|