Home
last modified time | relevance | path

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

/openbmc/linux/drivers/soc/fsl/qe/
H A Ducc_slow.c119 int ucc_slow_init(struct ucc_slow_info * us_info, struct ucc_slow_private ** uccs_ret) in ucc_slow_init() function
342 EXPORT_SYMBOL(ucc_slow_init);
/openbmc/linux/include/soc/fsl/qe/
H A Ducc_slow.h222 int ucc_slow_init(struct ucc_slow_info * us_info, struct ucc_slow_private ** uccs_ret);
/openbmc/linux/drivers/tty/serial/
H A Ducc_uart.c977 ret = ucc_slow_init(us_info, &uccs); in qe_uart_request_port()