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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A Dpmac_zilog.c1380 struct resource r_ports, r_rxdma, r_txdma; local
1397 if (of_address_to_resource(np, 1, &r_txdma) == 0 &&
1401 memset(&r_txdma, 0, sizeof(struct resource));
1405 uap->tx_dma_regs = ioremap(r_txdma.start, 0x100);

Completed in 45 milliseconds