Searched refs:up_to_u8250p (Results 1 – 17 of 17) sorted by relevance
54 struct uart_8250_port *up = up_to_u8250p(port); in univ8250_config_port()79 struct uart_8250_port *up = up_to_u8250p(port); in univ8250_request_port()94 struct uart_8250_port *up = up_to_u8250p(port); in univ8250_release_port()
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()332 struct uart_8250_port *up = up_to_u8250p(port); in aspeed_vuart_handle_irq()
510 start_rx_dma(up_to_u8250p(up)); in brcmuart_rx_isr()540 struct uart_8250_port *port_8250 = up_to_u8250p(up); in brcmuart_tx_isr()588 struct uart_8250_port *up = up_to_u8250p(port); in brcmuart_startup()625 struct uart_8250_port *up = up_to_u8250p(port); in brcmuart_shutdown()778 struct uart_8250_port *p8250 = up_to_u8250p(up); in brcmstb_set_termios()795 struct uart_8250_port *up = up_to_u8250p(p); in brcmuart_handle_irq()843 struct uart_8250_port *up = up_to_u8250p(p); in brcmuart_hrtimer_func()
112 struct uart_8250_port *up = up_to_u8250p(p); in dw8250_force_idle()170 struct uart_8250_port *up = up_to_u8250p(p); in dw8250_tx_wait_empty()261 struct uart_8250_port *up = up_to_u8250p(p); in dw8250_handle_irq()392 struct uart_8250_port *up = up_to_u8250p(p); in dw8250_set_ldisc()
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()
31 struct uart_8250_port *up = up_to_u8250p(port); in fsl8250_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()
245 struct uart_8250_port *up = up_to_u8250p(p); in dw8250_setup_port()
167 struct uart_8250_port *up = up_to_u8250p(port); in ehl_serial_setup()
487 struct uart_8250_port *up = up_to_u8250p(port); in pci1xxxx_tx_burst()
562 serial8250_set_defaults(up_to_u8250p(p)); in early_serial_setup()
1269 struct uart_8250_port *up = up_to_u8250p(port); in pci_oxsemi_tornado_set_divisor()1287 struct uart_8250_port *up = up_to_u8250p(port); in pci_oxsemi_tornado_set_mctrl()1840 struct uart_8250_port *up = up_to_u8250p(p); in kt_handle_break()1851 struct uart_8250_port *up = up_to_u8250p(p); in kt_serial_in()
480 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