Home
last modified time | relevance | path

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

/linux-3.4.99/arch/powerpc/sysdev/qe_lib/
Ducc_slow.c129 int ucc_slow_init(struct ucc_slow_info * us_info, struct ucc_slow_private ** uccs_ret) in ucc_slow_init() function
358 EXPORT_SYMBOL(ucc_slow_init);
/linux-3.4.99/arch/powerpc/include/asm/
Ducc_slow.h227 int ucc_slow_init(struct ucc_slow_info * us_info, struct ucc_slow_private ** uccs_ret);
/linux-3.4.99/drivers/tty/serial/
Ducc_uart.c1007 ret = ucc_slow_init(us_info, &uccs); in qe_uart_request_port()