Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dmpc52xx_uart.c86 struct psc_ops { struct
1036 static const struct psc_ops *psc_ops; variable
1072 psc_ops->stop_tx(port); in mpc52xx_uart_stop_tx()
1079 psc_ops->start_tx(port); in mpc52xx_uart_start_tx()
1086 psc_ops->stop_rx(port); in mpc52xx_uart_stop_rx()
1092 psc_ops->enable_ms(port); in mpc52xx_uart_enable_ms()
1114 if (psc_ops->clock) { in mpc52xx_uart_startup()
1158 if (psc_ops->clock) in mpc52xx_uart_shutdown()
1832 psc_ops = match->data; in mpc52xx_uart_of_enumerate()
1884 if (psc_ops && psc_ops->fifoc_init) { in mpc52xx_uart_init()
[all …]