Home
last modified time | relevance | path

Searched refs:dba (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/block/mtip32xx/
H A Dmtip32xx.h279 __le32 dba; member
/linux/drivers/hwtracing/coresight/
H A Dcoresight-tmc.h358 TMC_REG_PAIR(dba, TMC_DBALO, TMC_DBAHI) in TMC_REG_PAIR()
/linux/drivers/ata/
H A Dsata_fsl.c262 __le32 dba; member
470 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()
/linux/arch/arm64/boot/dts/freescale/
H A Dimx8mp-beacon-som.dtsi3 * Copyright 2023 LogicPD, Inc. dba Beacon EmbeddedWorks
H A Dimx8mp-beacon-kit.dts3 * Copyright 2023 Logic PD, Inc dba Beacon EmbeddedWorks
/linux/drivers/usb/cdns3/
H A Dcdnsp-gadget.h1418 struct cdnsp_doorbell_array __iomem *dba; member
H A Dcdnsp-ring.c269 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 Dcdnsp-mem.c1274 pdev->dba = (void __iomem *)pdev->cap_regs + val; in cdnsp_mem_init()
/linux/drivers/usb/host/
H A Dxhci-ring.c431 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()
H A Dxhci.h1508 struct xhci_doorbell_array __iomem *dba; member
H A Dxhci.c520 xhci->dba = (void __iomem *)xhci->cap_regs + offset; in xhci_set_doorbell_ptr()