Searched refs:up_to_u8250p (Results 1 – 8 of 8) sorted by relevance
412 struct uart_8250_port *up = up_to_u8250p(p); in set_io_from_upio()1294 struct uart_8250_port *up = up_to_u8250p(port); in serial8250_stop_tx()1311 struct uart_8250_port *up = up_to_u8250p(port); in serial8250_start_tx()1352 struct uart_8250_port *up = up_to_u8250p(port); in serial8250_stop_rx()1378 struct uart_8250_port *up = up_to_u8250p(port); in serial8250_enable_ms()1553 struct uart_8250_port *up = up_to_u8250p(port); in serial8250_handle_irq()1584 struct uart_8250_port *up = up_to_u8250p(port); in serial8250_default_handle_irq()1624 struct uart_8250_port *up = up_to_u8250p(port); in serial8250_tx_empty()1642 struct uart_8250_port *up = up_to_u8250p(port); in serial8250_get_mctrl()1664 struct uart_8250_port *up = up_to_u8250p(port); in serial8250_do_set_mctrl()[all …]
31 struct uart_8250_port *up = up_to_u8250p(port); in fsl8250_handle_irq()
125 struct uart_8250_port *up = up_to_u8250p(port); in omap8250_set_mctrl()485 struct uart_8250_port *up = up_to_u8250p(port); in omap_8250_pm()570 struct uart_8250_port *up = up_to_u8250p(port); in omap8250_irq()591 struct uart_8250_port *up = up_to_u8250p(port); in omap_8250_startup()653 struct uart_8250_port *up = up_to_u8250p(port); in omap_8250_shutdown()1005 struct uart_8250_port *up = up_to_u8250p(port); in omap_8250_dma_handle_irq()
441 struct uart_8250_port *up = up_to_u8250p(port); in univ8250_config_port()467 struct uart_8250_port *up = up_to_u8250p(port); in univ8250_request_port()482 struct uart_8250_port *up = up_to_u8250p(port); in univ8250_release_port()733 serial8250_set_defaults(up_to_u8250p(p)); in early_serial_setup()
42 struct uart_8250_port *up = up_to_u8250p(port); in lpc18xx_rs485_config()
92 struct uart_8250_port *up = up_to_u8250p(p); in dw8250_force_idle()305 struct uart_8250_port *up = up_to_u8250p(p); in dw8250_setup_port()
1703 struct uart_8250_port *up = up_to_u8250p(p); in kt_handle_break()1714 struct uart_8250_port *up = up_to_u8250p(p); in kt_serial_in()
127 static inline struct uart_8250_port *up_to_u8250p(struct uart_port *up) in up_to_u8250p() function