Home
last modified time | relevance | path

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

/openbmc/linux/drivers/soc/fsl/qe/
H A Ducc_slow.c53 void ucc_slow_stop_tx(struct ucc_slow_private * uccs) in ucc_slow_stop_tx() function
61 EXPORT_SYMBOL(ucc_slow_stop_tx);
/openbmc/linux/include/soc/fsl/qe/
H A Ducc_slow.h261 void ucc_slow_stop_tx(struct ucc_slow_private * uccs);
/openbmc/linux/drivers/tty/serial/
H A Ducc_uart.c448 ucc_slow_stop_tx(qe_port->us_private); in qe_uart_break_ctl()