Searched refs:up_to_u8250p (Results 1 – 6 of 6) sorted by relevance
490 struct uart_8250_port *up = up_to_u8250p(p); in set_io_from_upio()1372 struct uart_8250_port *up = up_to_u8250p(port); in serial8250_stop_tx()1389 struct uart_8250_port *up = up_to_u8250p(port); in serial8250_start_tx()1430 struct uart_8250_port *up = up_to_u8250p(port); in serial8250_stop_rx()1456 struct uart_8250_port *up = up_to_u8250p(port); in serial8250_enable_ms()1631 struct uart_8250_port *up = up_to_u8250p(port); in serial8250_handle_irq()1662 struct uart_8250_port *up = up_to_u8250p(port); in serial8250_default_handle_irq()1967 struct uart_8250_port *up = up_to_u8250p(port); in serial8250_tx_empty()1985 struct uart_8250_port *up = up_to_u8250p(port); in serial8250_get_mctrl()2007 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()
110 struct uart_8250_port *up = up_to_u8250p(port); in omap8250_set_mctrl()476 struct uart_8250_port *up = up_to_u8250p(port); in omap_8250_pm()572 struct uart_8250_port *up = up_to_u8250p(port); in omap8250_irq()593 struct uart_8250_port *up = up_to_u8250p(port); in omap_8250_startup()658 struct uart_8250_port *up = up_to_u8250p(port); in omap_8250_shutdown()973 struct uart_8250_port *up = up_to_u8250p(port); in omap_8250_dma_handle_irq()
96 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_probe_of()
1783 struct uart_8250_port *up = up_to_u8250p(p); in kt_handle_break()1794 struct uart_8250_port *up = up_to_u8250p(p); in kt_serial_in()
126 static inline struct uart_8250_port *up_to_u8250p(struct uart_port *up) in up_to_u8250p() function