Home
last modified time | relevance | path

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

/linux/drivers/dma/
H A Ddma-axi-dmac.c126 dma_addr_t hw_phys; member
301 axi_dmac_write(dmac, AXI_DMAC_REG_SG_ADDRESS, (u32)sg->hw_phys); in axi_dmac_start_transfer()
303 (u64)sg->hw_phys >> 32); in axi_dmac_start_transfer()
537 dma_addr_t hw_phys; in axi_dmac_alloc_desc() local
547 &hw_phys, GFP_ATOMIC); in axi_dmac_alloc_desc()
555 desc->sg[i].hw_phys = hw_phys + i * sizeof(*hws); in axi_dmac_alloc_desc()
561 hws[i].next_sg_addr = hw_phys + (i + 1) * sizeof(*hws); in axi_dmac_alloc_desc()
575 dma_addr_t hw_phys = desc->sg[0].hw_phys; in axi_dmac_free_desc() local
578 hw, hw_phys); in axi_dmac_free_desc()
731 desc->sg[num_sgs - 1].hw->next_sg_addr = desc->sg[0].hw_phys; in axi_dmac_prep_dma_cyclic()