Home
last modified time | relevance | path

Searched defs:uart (Results 1 – 9 of 9) sorted by relevance

/xen-4.10.0-shim-comet/xen/drivers/char/
A Dscif-uart.c52 struct scif_uart *uart = port->uart; in scif_uart_interrupt() local
87 struct scif_uart *uart = port->uart; in scif_uart_init_preirq() local
117 struct scif_uart *uart = port->uart; in scif_uart_init_postirq() local
151 struct scif_uart *uart = port->uart; in scif_uart_tx_ready() local
167 struct scif_uart *uart = port->uart; in scif_uart_putc() local
177 struct scif_uart *uart = port->uart; in scif_uart_getc() local
195 struct scif_uart *uart = port->uart; in scif_uart_irq() local
202 struct scif_uart *uart = port->uart; in scif_vuart_info() local
209 struct scif_uart *uart = port->uart; in scif_uart_start_tx() local
216 struct scif_uart *uart = port->uart; in scif_uart_stop_tx() local
[all …]
A Dcadence-uart.c40 #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
[all …]
A Dpl011.c66 struct pl011 *uart = port->uart; in pl011_interrupt() local
93 struct pl011 *uart = port->uart; in pl011_init_preirq() local
128 struct pl011 *uart = port->uart; in pl011_init_postirq() local
159 struct pl011 *uart = port->uart; in pl011_tx_ready() local
166 struct pl011 *uart = port->uart; in pl011_putc() local
173 struct pl011 *uart = port->uart; in pl011_getc() local
184 struct pl011 *uart = port->uart; in pl011_irq() local
191 struct pl011 *uart = port->uart; in pl011_vuart() local
198 struct pl011 *uart = port->uart; in pl011_tx_stop() local
205 struct pl011 *uart = port->uart; in pl011_tx_start() local
[all …]
A Domap-uart.c65 struct omap_uart *uart = port->uart; in omap_uart_interrupt() local
84 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() local
228 struct omap_uart *uart = port->uart; in omap_uart_init_postirq() local
257 struct omap_uart *uart = port->uart; in omap_uart_tx_ready() local
277 struct omap_uart *uart = port->uart; in omap_uart_putc() local
284 struct omap_uart *uart = port->uart; in omap_uart_getc() local
295 struct omap_uart *uart = port->uart; in omap_uart_irq() local
302 struct omap_uart *uart = port->uart; in omap_vuart_info() local
[all …]
A Dexynos4210-uart.c45 #define exynos4210_read(uart, off) readl((uart)->regs + off) argument
46 #define exynos4210_write(uart, off, val) writel(val, (uart->regs) + off) argument
51 struct exynos4210_uart *uart = port->uart; in exynos4210_uart_interrupt() local
103 struct exynos4210_uart *uart = port->uart; in exynos4210_uart_init_preirq() local
192 struct exynos4210_uart *uart = port->uart; in exynos4210_uart_init_postirq() local
225 struct exynos4210_uart *uart = port->uart; in exynos4210_uart_tx_ready() local
247 struct exynos4210_uart *uart = port->uart; in exynos4210_uart_putc() local
254 struct exynos4210_uart *uart = port->uart; in exynos4210_uart_getc() local
272 struct exynos4210_uart *uart = port->uart; in exynos4210_uart_irq() local
279 struct exynos4210_uart *uart = port->uart; in exynos4210_vuart_info() local
[all …]
A Dns16550.c529 struct ns16550 *uart = port->uart; in ns16550_interrupt() local
560 struct ns16550 *uart = port->uart; in __ns16550_poll() local
592 struct ns16550 *uart = port->uart; in ns16550_tx_ready() local
603 struct ns16550 *uart = port->uart; in ns16550_putc() local
609 struct ns16550 *uart = port->uart; in ns16550_getc() local
689 struct ns16550 *uart = port->uart; in ns16550_init_preirq() local
733 struct ns16550 *uart = port->uart; in ns16550_init_postirq() local
786 struct ns16550 *uart = port->uart; in ns16550_suspend() local
800 struct ns16550 *uart = port->uart; in _ns16550_resume() local
1441 struct ns16550 *uart; in ns16550_init() local
[all …]
A Dserial.c562 void *uart) in serial_register_uart()
/xen-4.10.0-shim-comet/xen/arch/arm/
A Dvuart.c89 struct vuart *uart = &d->arch.vuart; in vuart_print_char() local
/xen-4.10.0-shim-comet/xen/include/xen/
A Dserial.h46 void *uart; member

Completed in 12 milliseconds