Searched refs:qe_port (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.c212 static inline dma_addr_t cpu2qe_addr(void *addr, struct uart_qe_port *qe_port) argument
214 if (likely((addr >= qe_port->bd_virt)) &&
215 (addr < (qe_port->bd_virt + qe_port->bd_size)))
216 return qe_port->bd_dma_addr + (addr - qe_port->bd_virt);
230 static inline void *qe2cpu_addr(dma_addr_t addr, struct uart_qe_port *qe_port) argument
233 if (likely((addr >= qe_port->bd_dma_addr) &&
234 (addr < (qe_port->bd_dma_addr + qe_port
253 struct uart_qe_port *qe_port = local
305 struct uart_qe_port *qe_port = local
325 qe_uart_tx_pump(struct uart_qe_port *qe_port) argument
411 struct uart_qe_port *qe_port = local
428 struct uart_qe_port *qe_port = local
452 struct uart_qe_port *qe_port = local
465 qe_uart_int_rx(struct uart_qe_port *qe_port) argument
574 struct uart_qe_port *qe_port = (struct uart_qe_port *) data; local
598 qe_uart_initbd(struct uart_qe_port *qe_port) argument
656 qe_uart_init_ucc(struct uart_qe_port *qe_port) argument
786 struct uart_qe_port *qe_port = local
822 struct uart_qe_port *qe_port = local
862 struct uart_qe_port *qe_port = local
994 struct uart_qe_port *qe_port = local
1060 struct uart_qe_port *qe_port = local
1203 struct uart_qe_port *qe_port = NULL; local
1467 struct uart_qe_port *qe_port = dev_get_drvdata(&ofdev->dev); local
[all...]

Completed in 114 milliseconds