Searched refs:up_to_u8250p (Results 1 – 13 of 13) sorted by relevance
463 struct uart_8250_port *up = up_to_u8250p(p); in set_io_from_upio()1387 struct uart_8250_port *up = up_to_u8250p(port); in serial8250_stop_rx()1490 struct uart_8250_port *up = up_to_u8250p(port); in serial8250_stop_tx()1507 struct uart_8250_port *up = up_to_u8250p(port); in __start_tx()1534 struct uart_8250_port *up = up_to_u8250p(port); in start_tx_rs485()1583 struct uart_8250_port *up = up_to_u8250p(port); in serial8250_start_tx()1610 struct uart_8250_port *up = up_to_u8250p(port); in serial8250_disable_ms()1624 struct uart_8250_port *up = up_to_u8250p(port); in serial8250_enable_ms()1818 struct uart_8250_port *up = up_to_u8250p(port); in serial8250_handle_irq()1843 struct uart_8250_port *up = up_to_u8250p(port); in serial8250_default_handle_irq()[all …]
174 struct uart_8250_port *uart_8250_port = up_to_u8250p(uart_port); in aspeed_vuart_startup()189 struct uart_8250_port *uart_8250_port = up_to_u8250p(uart_port); in aspeed_vuart_shutdown()209 struct uart_8250_port *up = up_to_u8250p(port); in aspeed_vuart_set_throttle()254 struct uart_8250_port *up = up_to_u8250p(port); in aspeed_vuart_handle_irq()
138 struct uart_8250_port *up = up_to_u8250p(port); in omap8250_set_mctrl()336 struct uart_8250_port *up = up_to_u8250p(port); in omap_8250_set_termios()501 struct uart_8250_port *up = up_to_u8250p(port); in omap_8250_pm()586 struct uart_8250_port *up = up_to_u8250p(port); in omap8250_irq()607 struct uart_8250_port *up = up_to_u8250p(port); in omap_8250_startup()673 struct uart_8250_port *up = up_to_u8250p(port); in omap_8250_shutdown()706 struct uart_8250_port *up = up_to_u8250p(port); in omap_8250_throttle()724 struct uart_8250_port *up = up_to_u8250p(port); in omap_8250_rs485_config()754 struct uart_8250_port *up = up_to_u8250p(port); in omap_8250_unthrottle()1050 struct uart_8250_port *up = up_to_u8250p(port); in omap_8250_dma_handle_irq()
32 struct uart_8250_port *up = up_to_u8250p(port); in fsl8250_handle_irq()
82 struct uart_8250_port *up = up_to_u8250p(p); in dw8250_setup_port()
183 struct uart_8250_port *up = up_to_u8250p(port); in mtk8250_startup()203 struct uart_8250_port *up = up_to_u8250p(port); in mtk8250_shutdown()292 struct uart_8250_port *up = up_to_u8250p(port); in mtk8250_set_termios()
72 struct uart_8250_port *up = up_to_u8250p(p); in dw8250_force_idle()224 struct uart_8250_port *up = up_to_u8250p(p); in dw8250_handle_irq()309 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()
432 struct uart_8250_port *up = up_to_u8250p(port); in univ8250_config_port()458 struct uart_8250_port *up = up_to_u8250p(port); in univ8250_request_port()473 struct uart_8250_port *up = up_to_u8250p(port); in univ8250_release_port()731 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()
173 struct uart_8250_port *up = up_to_u8250p(port); in exar_shutdown()
1811 struct uart_8250_port *up = up_to_u8250p(p); in kt_handle_break()1822 struct uart_8250_port *up = up_to_u8250p(p); in kt_serial_in()
140 static inline struct uart_8250_port *up_to_u8250p(struct uart_port *up) in up_to_u8250p() function