Searched refs:txdescmem_busaddr (Results 1 – 3 of 3) sorted by relevance
448 dma_addr_t txdescmem_busaddr; member
1182 priv->txdescmem_busaddr = (dma_addr_t)dma_res->start; in altera_tse_probe()1196 if (upper_32_bits(priv->txdescmem_busaddr)) { in altera_tse_probe()1215 priv->txdescmem_busaddr = dma_res->start; in altera_tse_probe()
409 dma_addr_t paddr = priv->txdescmem_busaddr; in sgdma_txphysaddr()