Searched refs:txdescmem_busaddr (Results 1 – 3 of 3) sorted by relevance
456 dma_addr_t txdescmem_busaddr; member
1342 priv->txdescmem_busaddr = (dma_addr_t)dma_res->start; in altera_tse_probe()1355 if (upper_32_bits(priv->txdescmem_busaddr)) { in altera_tse_probe()1373 priv->txdescmem_busaddr = dma_res->start; in altera_tse_probe()
420 dma_addr_t paddr = priv->txdescmem_busaddr; in sgdma_txphysaddr()