Lines Matching defs:uart
40 #define cuart_read(uart, off) readl((uart)->regs + (off)) argument
41 #define cuart_write(uart, off,val) writel((val), (uart)->regs + (off)) argument
46 struct cuart *uart = port->uart; in cuart_interrupt() local
62 struct cuart *uart = port->uart; in cuart_init_preirq() local
72 struct cuart *uart = port->uart; in cuart_init_postirq() local
105 struct cuart *uart = port->uart; in cuart_tx_ready() local
113 struct cuart *uart = port->uart; in cuart_putc() local
120 struct cuart *uart = port->uart; in cuart_getc() local
131 struct cuart *uart = port->uart; in cuart_irq() local
138 struct cuart *uart = port->uart; in cuart_vuart() local
159 struct cuart *uart; in cuart_init() local