Searched refs:txdescmem_busaddr (Results 1 – 3 of 3) sorted by relevance
455 dma_addr_t txdescmem_busaddr; member
1394 priv->txdescmem_busaddr = (dma_addr_t)dma_res->start; in altera_tse_probe()1408 if (upper_32_bits(priv->txdescmem_busaddr)) { in altera_tse_probe()1427 priv->txdescmem_busaddr = dma_res->start; in altera_tse_probe()
409 dma_addr_t paddr = priv->txdescmem_busaddr; in sgdma_txphysaddr()