Searched refs:up_to_u8250p (Results 1 – 17 of 17) sorted by relevance
423 struct uart_8250_port *up = up_to_u8250p(p); in set_io_from_upio()624 struct uart_8250_port *up = up_to_u8250p(port); in serial8250_em485_config()1269 struct uart_8250_port *up = up_to_u8250p(port); in serial8250_stop_rx()1402 struct uart_8250_port *up = up_to_u8250p(port); in serial8250_stop_tx()1418 struct uart_8250_port *up = up_to_u8250p(port); in __start_tx()1470 struct uart_8250_port *up = up_to_u8250p(port); in start_tx_rs485()1521 struct uart_8250_port *up = up_to_u8250p(port); in serial8250_start_tx()1552 struct uart_8250_port *up = up_to_u8250p(port); in serial8250_disable_ms()1569 struct uart_8250_port *up = up_to_u8250p(port); in serial8250_enable_ms()1791 struct uart_8250_port *up = up_to_u8250p(port); in serial8250_handle_irq_locked()[all …]
55 struct uart_8250_port *up = up_to_u8250p(port); in univ8250_config_port()80 struct uart_8250_port *up = up_to_u8250p(port); in univ8250_request_port()95 struct uart_8250_port *up = up_to_u8250p(port); in univ8250_release_port()
131 struct uart_8250_port *up = up_to_u8250p(p); in dw8250_idle_exit()159 struct uart_8250_port *up = up_to_u8250p(p); in dw8250_idle_enter()217 struct uart_8250_port *up = up_to_u8250p(p); in dw8250_set_divisor()294 struct uart_8250_port *up = up_to_u8250p(p); in dw8250_tx_wait_empty()406 struct uart_8250_port *up = up_to_u8250p(p); in dw8250_quirk_ier_kick()423 struct uart_8250_port *up = up_to_u8250p(p); in dw8250_handle_irq()565 struct uart_8250_port *up = up_to_u8250p(p); in dw8250_set_ldisc()
249 struct uart_8250_port *uart_8250_port = up_to_u8250p(uart_port); in aspeed_vuart_startup()264 struct uart_8250_port *uart_8250_port = up_to_u8250p(uart_port); in aspeed_vuart_shutdown()287 struct uart_8250_port *up = up_to_u8250p(port); in aspeed_vuart_set_throttle()333 struct uart_8250_port *up = up_to_u8250p(port); in aspeed_vuart_handle_irq()
84 struct uart_8250_port *up = up_to_u8250p(p); in rt288x_setup()
193 struct uart_8250_port *up = up_to_u8250p(port); in mtk8250_startup()212 struct uart_8250_port *up = up_to_u8250p(port); in mtk8250_shutdown()315 struct uart_8250_port *up = up_to_u8250p(port); in mtk8250_set_termios()
83 struct uart_8250_port *up = up_to_u8250p(p); in tng_handle_irq()139 struct uart_8250_port *up = up_to_u8250p(p); in dnv_handle_irq()
38 struct uart_8250_port *up = up_to_u8250p(port); in lpc18xx_rs485_config()
73 struct uart_8250_port *up = up_to_u8250p(port); in pericom_do_set_divisor()
100 struct uart_8250_port *up = up_to_u8250p(port); in loongson_frac_set_divisor()
245 struct uart_8250_port *up = up_to_u8250p(p); in dw8250_setup_port()
270 struct uart_8250_port *up = up_to_u8250p(port); in ni16550_set_mctrl()
167 struct uart_8250_port *up = up_to_u8250p(port); in ehl_serial_setup()
488 struct uart_8250_port *up = up_to_u8250p(port); in pci1xxxx_tx_burst()
1278 struct uart_8250_port *up = up_to_u8250p(port); in pci_oxsemi_tornado_set_divisor()1296 struct uart_8250_port *up = up_to_u8250p(port); in pci_oxsemi_tornado_set_mctrl()1849 struct uart_8250_port *up = up_to_u8250p(p); in kt_handle_break()1860 struct uart_8250_port *up = up_to_u8250p(p); in kt_serial_in()
482 struct uart_8250_port *up = up_to_u8250p(port); in exar_shutdown()
172 static inline struct uart_8250_port *up_to_u8250p(struct uart_port *up) in up_to_u8250p() function