Home
last modified time | relevance | path

Searched refs:up_to_u8250p (Results 1 – 16 of 16) sorted by relevance

/openbmc/linux/drivers/tty/serial/8250/
H A D8250_port.c430 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()
1384 struct uart_8250_port *up = up_to_u8250p(port); in serial8250_stop_rx()
1519 struct uart_8250_port *up = up_to_u8250p(port); in serial8250_stop_tx()
1536 struct uart_8250_port *up = up_to_u8250p(port); in __start_tx()
1587 struct uart_8250_port *up = up_to_u8250p(port); in start_tx_rs485()
1639 struct uart_8250_port *up = up_to_u8250p(port); in serial8250_start_tx()
1670 struct uart_8250_port *up = up_to_u8250p(port); in serial8250_disable_ms()
1687 struct uart_8250_port *up = up_to_u8250p(port); in serial8250_enable_ms()
1906 struct uart_8250_port *up = up_to_u8250p(port); in serial8250_handle_irq()
[all …]
H A D8250_aspeed_vuart.c250 struct uart_8250_port *uart_8250_port = up_to_u8250p(uart_port); in aspeed_vuart_startup()
265 struct uart_8250_port *uart_8250_port = up_to_u8250p(uart_port); in aspeed_vuart_shutdown()
288 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()
H A D8250_bcm7271.c513 start_rx_dma(up_to_u8250p(up)); in brcmuart_rx_isr()
543 struct uart_8250_port *port_8250 = up_to_u8250p(up); in brcmuart_tx_isr()
591 struct uart_8250_port *up = up_to_u8250p(port); in brcmuart_startup()
628 struct uart_8250_port *up = up_to_u8250p(port); in brcmuart_shutdown()
781 struct uart_8250_port *p8250 = up_to_u8250p(up); in brcmstb_set_termios()
798 struct uart_8250_port *up = up_to_u8250p(p); in brcmuart_handle_irq()
846 struct uart_8250_port *up = up_to_u8250p(p); in brcmuart_hrtimer_func()
H A D8250_rt288x.c84 struct uart_8250_port *up = up_to_u8250p(p); in rt288x_setup()
H A D8250_dw.c112 struct uart_8250_port *up = up_to_u8250p(p); in dw8250_force_idle()
166 struct uart_8250_port *up = up_to_u8250p(p); in dw8250_tx_wait_empty()
274 struct uart_8250_port *up = up_to_u8250p(p); in dw8250_handle_irq()
405 struct uart_8250_port *up = up_to_u8250p(p); in dw8250_set_ldisc()
H A D8250_mtk.c193 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()
H A D8250_mid.c84 struct uart_8250_port *up = up_to_u8250p(p); in tng_handle_irq()
140 struct uart_8250_port *up = up_to_u8250p(p); in dnv_handle_irq()
H A D8250_fsl.c31 struct uart_8250_port *up = up_to_u8250p(port); in fsl8250_handle_irq()
H A D8250_lpc18xx.c38 struct uart_8250_port *up = up_to_u8250p(port); in lpc18xx_rs485_config()
H A D8250_pericom.c73 struct uart_8250_port *up = up_to_u8250p(port); in pericom_do_set_divisor()
H A D8250_core.c427 struct uart_8250_port *up = up_to_u8250p(port); in univ8250_config_port()
453 struct uart_8250_port *up = up_to_u8250p(port); in univ8250_request_port()
468 struct uart_8250_port *up = up_to_u8250p(port); in univ8250_release_port()
766 serial8250_set_defaults(up_to_u8250p(p)); in early_serial_setup()
H A D8250_dwlib.c245 struct uart_8250_port *up = up_to_u8250p(p); in dw8250_setup_port()
H A D8250_lpss.c167 struct uart_8250_port *up = up_to_u8250p(port); in ehl_serial_setup()
H A D8250_exar.c256 struct uart_8250_port *up = up_to_u8250p(port); in exar_shutdown()
H A D8250_pci.c1193 struct uart_8250_port *up = up_to_u8250p(port); in pci_oxsemi_tornado_set_divisor()
1211 struct uart_8250_port *up = up_to_u8250p(port); in pci_oxsemi_tornado_set_mctrl()
1752 struct uart_8250_port *up = up_to_u8250p(p); in kt_handle_break()
1763 struct uart_8250_port *up = up_to_u8250p(p); in kt_serial_in()
/openbmc/linux/include/linux/
H A Dserial_8250.h172 static inline struct uart_8250_port *up_to_u8250p(struct uart_port *up) in up_to_u8250p() function