Searched refs:up_to_u8250p (Results 1 – 12 of 12) sorted by relevance
462 struct uart_8250_port *up = up_to_u8250p(p); in set_io_from_upio()1430 struct uart_8250_port *up = up_to_u8250p(port); in serial8250_stop_rx()1536 struct uart_8250_port *up = up_to_u8250p(port); in serial8250_stop_tx()1553 struct uart_8250_port *up = up_to_u8250p(port); in __start_tx()1583 struct uart_8250_port *up = up_to_u8250p(port); in start_tx_rs485()1632 struct uart_8250_port *up = up_to_u8250p(port); in serial8250_start_tx()1659 struct uart_8250_port *up = up_to_u8250p(port); in serial8250_disable_ms()1671 struct uart_8250_port *up = up_to_u8250p(port); in serial8250_enable_ms()1863 struct uart_8250_port *up = up_to_u8250p(port); in serial8250_handle_irq()1888 struct uart_8250_port *up = up_to_u8250p(port); in serial8250_default_handle_irq()[all …]
170 struct uart_8250_port *uart_8250_port = up_to_u8250p(uart_port); in aspeed_vuart_startup()185 struct uart_8250_port *uart_8250_port = up_to_u8250p(uart_port); in aspeed_vuart_shutdown()205 struct uart_8250_port *up = up_to_u8250p(port); in aspeed_vuart_set_throttle()250 struct uart_8250_port *up = up_to_u8250p(port); in aspeed_vuart_handle_irq()
133 struct uart_8250_port *up = up_to_u8250p(port); in omap8250_set_mctrl()329 struct uart_8250_port *up = up_to_u8250p(port); in omap_8250_set_termios()492 struct uart_8250_port *up = up_to_u8250p(port); in omap_8250_pm()577 struct uart_8250_port *up = up_to_u8250p(port); in omap8250_irq()598 struct uart_8250_port *up = up_to_u8250p(port); in omap_8250_startup()664 struct uart_8250_port *up = up_to_u8250p(port); in omap_8250_shutdown()697 struct uart_8250_port *up = up_to_u8250p(port); in omap_8250_throttle()715 struct uart_8250_port *up = up_to_u8250p(port); in omap_8250_rs485_config()745 struct uart_8250_port *up = up_to_u8250p(port); in omap_8250_unthrottle()1049 struct uart_8250_port *up = up_to_u8250p(port); in omap_8250_dma_handle_irq()
28 struct uart_8250_port *up = up_to_u8250p(port); in fsl8250_handle_irq()
102 struct uart_8250_port *up = up_to_u8250p(p); in dw8250_force_idle()254 struct uart_8250_port *up = up_to_u8250p(p); in dw8250_handle_irq()339 struct uart_8250_port *up = up_to_u8250p(p); in dw8250_set_ldisc()448 struct uart_8250_port *up = up_to_u8250p(p); in dw8250_setup_port()
79 struct uart_8250_port *up = up_to_u8250p(p); in tng_handle_irq()130 struct uart_8250_port *up = up_to_u8250p(p); in dnv_handle_irq()
435 struct uart_8250_port *up = up_to_u8250p(port); in univ8250_config_port()461 struct uart_8250_port *up = up_to_u8250p(port); in univ8250_request_port()476 struct uart_8250_port *up = up_to_u8250p(port); in univ8250_release_port()734 serial8250_set_defaults(up_to_u8250p(p)); in early_serial_setup()
38 struct uart_8250_port *up = up_to_u8250p(port); in lpc18xx_rs485_config()
35 struct uart_8250_port *up = up_to_u8250p(port); in mtk8250_set_termios()
112 struct uart_8250_port *up = up_to_u8250p(port); in byt_serial_setup()
1559 struct uart_8250_port *up = up_to_u8250p(p); in kt_handle_break()1570 struct uart_8250_port *up = up_to_u8250p(p); in kt_serial_in()
139 static inline struct uart_8250_port *up_to_u8250p(struct uart_port *up) in up_to_u8250p() function