Searched refs:up_to_u8250p (Results 1 – 13 of 13) sorted by relevance
460 struct uart_8250_port *up = up_to_u8250p(p); in set_io_from_upio()669 struct uart_8250_port *up = up_to_u8250p(port); in serial8250_em485_config()1426 struct uart_8250_port *up = up_to_u8250p(port); in serial8250_stop_rx()1544 struct uart_8250_port *up = up_to_u8250p(port); in serial8250_stop_tx()1561 struct uart_8250_port *up = up_to_u8250p(port); in __start_tx()1613 struct uart_8250_port *up = up_to_u8250p(port); in start_tx_rs485()1654 struct uart_8250_port *up = up_to_u8250p(port); in serial8250_start_tx()1681 struct uart_8250_port *up = up_to_u8250p(port); in serial8250_disable_ms()1695 struct uart_8250_port *up = up_to_u8250p(port); in serial8250_enable_ms()1889 struct uart_8250_port *up = up_to_u8250p(port); in serial8250_handle_irq()[all …]
218 struct uart_8250_port *uart_8250_port = up_to_u8250p(uart_port); in aspeed_vuart_startup()233 struct uart_8250_port *uart_8250_port = up_to_u8250p(uart_port); in aspeed_vuart_shutdown()253 struct uart_8250_port *up = up_to_u8250p(port); in aspeed_vuart_set_throttle()298 struct uart_8250_port *up = up_to_u8250p(port); in aspeed_vuart_handle_irq()
152 struct uart_8250_port *up = up_to_u8250p(port); in omap8250_set_mctrl()350 struct uart_8250_port *up = up_to_u8250p(port); in omap_8250_set_termios()515 struct uart_8250_port *up = up_to_u8250p(port); in omap_8250_pm()600 struct uart_8250_port *up = up_to_u8250p(port); in omap8250_irq()621 struct uart_8250_port *up = up_to_u8250p(port); in omap_8250_startup()687 struct uart_8250_port *up = up_to_u8250p(port); in omap_8250_shutdown()738 struct uart_8250_port *up = up_to_u8250p(port); in omap_8250_unthrottle()1107 struct uart_8250_port *up = up_to_u8250p(port); in omap_8250_dma_handle_irq()
82 struct uart_8250_port *up = up_to_u8250p(p); in dw8250_setup_port()
184 struct uart_8250_port *up = up_to_u8250p(port); in mtk8250_startup()204 struct uart_8250_port *up = up_to_u8250p(port); in mtk8250_shutdown()293 struct uart_8250_port *up = up_to_u8250p(port); in mtk8250_set_termios()
86 struct uart_8250_port *up = up_to_u8250p(p); in dw8250_force_idle()238 struct uart_8250_port *up = up_to_u8250p(p); in dw8250_handle_irq()362 struct uart_8250_port *up = up_to_u8250p(p); in dw8250_set_ldisc()
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()
35 struct uart_8250_port *up = up_to_u8250p(port); in fsl8250_handle_irq()
431 struct uart_8250_port *up = up_to_u8250p(port); in univ8250_config_port()457 struct uart_8250_port *up = up_to_u8250p(port); in univ8250_request_port()472 struct uart_8250_port *up = up_to_u8250p(port); in univ8250_release_port()739 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()
198 struct uart_8250_port *up = up_to_u8250p(port); in exar_shutdown()
1698 struct uart_8250_port *up = up_to_u8250p(p); in kt_handle_break()1709 struct uart_8250_port *up = up_to_u8250p(p); in kt_serial_in()
144 static inline struct uart_8250_port *up_to_u8250p(struct uart_port *up) in up_to_u8250p() function