Home
last modified time | relevance | path

Searched refs:cmd_slot_dma (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/ata/
H A Dahci.h311 dma_addr_t cmd_slot_dma; member
H A Dacard-ahci.c318 pp->cmd_slot_dma = mem_dma; in acard_ahci_port_start()
H A Dlibahci.c751 writel((pp->cmd_slot_dma >> 16) >> 16, in ahci_start_fis_rx()
753 writel(pp->cmd_slot_dma & 0xffffffff, port_mmio + PORT_LST_ADDR); in ahci_start_fis_rx()
2538 pp->cmd_slot_dma = mem_dma; in ahci_port_start()
/openbmc/linux/drivers/infiniband/hw/vmw_pvrdma/
H A Dpvrdma_dev_api.h278 u64 cmd_slot_dma; /* W: Command slot address. */ member
H A Dpvrdma_main.c579 dev->dsr->cmd_slot_dma); in pvrdma_free_slots()
878 dev->dsr->cmd_slot_dma = (u64)slot_dma; in pvrdma_pci_probe()