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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Ducc_uart.c193 dma_addr_t bd_dma_addr; /* bus address of the BD buffers */ member in struct:uart_qe_port
216 return qe_port->bd_dma_addr + (addr - qe_port->bd_virt);
233 if (likely((addr >= qe_port->bd_dma_addr) &&
234 (addr < (qe_port->bd_dma_addr + qe_port->bd_size))))
235 return qe_port->bd_virt + (addr - qe_port->bd_dma_addr);
1000 dma_addr_t bd_dma_addr = 0; local
1022 bd_virt = dma_alloc_coherent(port->dev, rx_size + tx_size, &bd_dma_addr,
1030 qe_port->bd_dma_addr = bd_dma_addr;
1065 qe_port->bd_dma_addr);
[all...]

Completed in 163 milliseconds