Searched refs:dba (Results 1 – 14 of 14) sorted by relevance
/linux/drivers/media/common/videobuf2/ |
H A D | videobuf2-dma-sg.c | 621 struct dma_buf_attachment *dba; in vb2_dma_sg_attach_dmabuf() local 635 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()
|
H A D | videobuf2-dma-contig.c | 773 struct dma_buf_attachment *dba; in vb2_dc_attach_dmabuf() local 789 dba = dma_buf_attach(dbuf, buf->dev); in vb2_dc_attach_dmabuf() 790 if (IS_ERR(dba)) { in vb2_dc_attach_dmabuf() 793 return dba; in vb2_dc_attach_dmabuf() 798 buf->db_attach = dba; in vb2_dc_attach_dmabuf()
|
/linux/drivers/mfd/ |
H A D | stm32-timers.c | 64 u32 dbl, dba; in stm32_timers_dma_burst_read() local 115 dba = FIELD_PREP(TIM_DCR_DBA, reg >> 2); in stm32_timers_dma_burst_read() 116 ret = regmap_write(regmap, TIM_DCR, dbl | dba); in stm32_timers_dma_burst_read()
|
/linux/drivers/block/mtip32xx/ |
H A D | mtip32xx.h | 279 __le32 dba; member
|
/linux/drivers/hwtracing/coresight/ |
H A D | coresight-tmc.h | 298 TMC_REG_PAIR(dba, TMC_DBALO, TMC_DBAHI) in TMC_REG_PAIR()
|
H A D | coresight-tmc-core.c | 270 coresight_simple_reg64(dba, TMC_DBALO, TMC_DBAHI),
|
/linux/arch/arm64/boot/dts/freescale/ |
H A D | imx8mp-beacon-som.dtsi | 3 * Copyright 2023 LogicPD, Inc. dba Beacon EmbeddedWorks
|
H A D | imx8mp-beacon-kit.dts | 3 * Copyright 2023 Logic PD, Inc dba Beacon EmbeddedWorks
|
/linux/drivers/usb/cdns3/ |
H A D | cdnsp-gadget.h | 1404 struct cdnsp_doorbell_array __iomem *dba; member
|
H A D | cdnsp-ring.c | 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()
|
H A D | cdnsp-mem.c | 1274 pdev->dba = (void __iomem *)pdev->cap_regs + val; in cdnsp_mem_init()
|
/linux/drivers/usb/host/ |
H A D | xhci-ring.c | 374 writel(DB_VALUE_HOST, &xhci->dba->doorbell[0]); in xhci_ring_cmd_db() 376 readl(&xhci->dba->doorbell[0]); in xhci_ring_cmd_db() 498 __le32 __iomem *db_addr = &xhci->dba->doorbell[slot_id]; in xhci_ring_ep_doorbell()
|
H A D | xhci.h | 1501 struct xhci_doorbell_array __iomem *dba; member
|
H A D | xhci-mem.c | 2499 xhci->dba = (void __iomem *) xhci->cap_regs + val; in xhci_mem_init()
|