Searched defs:uart (Results 1 – 9 of 9) sorted by relevance
52 struct scif_uart *uart = port->uart; in scif_uart_interrupt() local87 struct scif_uart *uart = port->uart; in scif_uart_init_preirq() local117 struct scif_uart *uart = port->uart; in scif_uart_init_postirq() local151 struct scif_uart *uart = port->uart; in scif_uart_tx_ready() local167 struct scif_uart *uart = port->uart; in scif_uart_putc() local177 struct scif_uart *uart = port->uart; in scif_uart_getc() local195 struct scif_uart *uart = port->uart; in scif_uart_irq() local202 struct scif_uart *uart = port->uart; in scif_vuart_info() local209 struct scif_uart *uart = port->uart; in scif_uart_start_tx() local216 struct scif_uart *uart = port->uart; in scif_uart_stop_tx() local[all …]
40 #define cuart_read(uart, off) readl((uart)->regs + (off)) argument41 #define cuart_write(uart, off,val) writel((val), (uart)->regs + (off)) argument46 struct cuart *uart = port->uart; in cuart_interrupt() local62 struct cuart *uart = port->uart; in cuart_init_preirq() local72 struct cuart *uart = port->uart; in cuart_init_postirq() local105 struct cuart *uart = port->uart; in cuart_tx_ready() local113 struct cuart *uart = port->uart; in cuart_putc() local120 struct cuart *uart = port->uart; in cuart_getc() local131 struct cuart *uart = port->uart; in cuart_irq() local138 struct cuart *uart = port->uart; in cuart_vuart() local[all …]
66 struct pl011 *uart = port->uart; in pl011_interrupt() local93 struct pl011 *uart = port->uart; in pl011_init_preirq() local128 struct pl011 *uart = port->uart; in pl011_init_postirq() local159 struct pl011 *uart = port->uart; in pl011_tx_ready() local166 struct pl011 *uart = port->uart; in pl011_putc() local173 struct pl011 *uart = port->uart; in pl011_getc() local184 struct pl011 *uart = port->uart; in pl011_irq() local191 struct pl011 *uart = port->uart; in pl011_vuart() local198 struct pl011 *uart = port->uart; in pl011_tx_stop() local205 struct pl011 *uart = port->uart; in pl011_tx_start() local[all …]
65 struct omap_uart *uart = port->uart; in omap_uart_interrupt() local84 static void baud_protocol_setup(struct omap_uart *uart) in baud_protocol_setup()135 static void fifo_setup(struct omap_uart *uart) in fifo_setup()196 struct omap_uart *uart = port->uart; in omap_uart_init_preirq() local228 struct omap_uart *uart = port->uart; in omap_uart_init_postirq() local257 struct omap_uart *uart = port->uart; in omap_uart_tx_ready() local277 struct omap_uart *uart = port->uart; in omap_uart_putc() local284 struct omap_uart *uart = port->uart; in omap_uart_getc() local295 struct omap_uart *uart = port->uart; in omap_uart_irq() local302 struct omap_uart *uart = port->uart; in omap_vuart_info() local[all …]
45 #define exynos4210_read(uart, off) readl((uart)->regs + off) argument46 #define exynos4210_write(uart, off, val) writel(val, (uart->regs) + off) argument51 struct exynos4210_uart *uart = port->uart; in exynos4210_uart_interrupt() local103 struct exynos4210_uart *uart = port->uart; in exynos4210_uart_init_preirq() local192 struct exynos4210_uart *uart = port->uart; in exynos4210_uart_init_postirq() local225 struct exynos4210_uart *uart = port->uart; in exynos4210_uart_tx_ready() local247 struct exynos4210_uart *uart = port->uart; in exynos4210_uart_putc() local254 struct exynos4210_uart *uart = port->uart; in exynos4210_uart_getc() local272 struct exynos4210_uart *uart = port->uart; in exynos4210_uart_irq() local279 struct exynos4210_uart *uart = port->uart; in exynos4210_vuart_info() local[all …]
529 struct ns16550 *uart = port->uart; in ns16550_interrupt() local560 struct ns16550 *uart = port->uart; in __ns16550_poll() local592 struct ns16550 *uart = port->uart; in ns16550_tx_ready() local603 struct ns16550 *uart = port->uart; in ns16550_putc() local609 struct ns16550 *uart = port->uart; in ns16550_getc() local689 struct ns16550 *uart = port->uart; in ns16550_init_preirq() local733 struct ns16550 *uart = port->uart; in ns16550_init_postirq() local786 struct ns16550 *uart = port->uart; in ns16550_suspend() local800 struct ns16550 *uart = port->uart; in _ns16550_resume() local1441 struct ns16550 *uart; in ns16550_init() local[all …]
562 void *uart) in serial_register_uart()
89 struct vuart *uart = &d->arch.vuart; in vuart_print_char() local
46 void *uart; member
Completed in 12 milliseconds