Searched refs:txdpa (Results 1 - 1 of 1) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/shared/
H A Dhnddma.c109 dmaaddr_t txdpa; /* Aligned physical address of descriptor ring */ member in struct:dma_info
738 if (PHYSADDRLO(di->txdpa) > SI_PCI_DMA_SZ) {
739 DMA_ERROR(("%s: %s: txdpa 0x%x: addrext not supported\n",
740 di->name, __FUNCTION__, (uint32)PHYSADDRLO(di->txdpa)));
1827 bcm_bprintf(b, "DMA32: txd32 %p txdpa 0x%lx txp %p txin %d txout %d "
1828 "txavail %d txnodesc %d\n", di->txd32, PHYSADDRLO(di->txdpa), di->txp, di->txin,
1886 bcm_bprintf(b, "DMA64: txd64 %p txdpa 0x%lx txdpahi 0x%lx txp %p txin %d txout %d "
1887 "txavail %d txnodesc %d\n", di->txd64, PHYSADDRLO(di->txdpa),
1970 _dma_ddtable_init(di, DMA_TX, di->txdpa);
2094 PHYSADDRHISET(di->txdpa,
[all...]

Completed in 111 milliseconds