Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/serial/
Dmpc52xx_uart.c1728 static const struct of_device_id mpc52xx_uart_of_match[] = { variable
1874 for_each_matching_node(np, mpc52xx_uart_of_match) { in mpc52xx_uart_of_enumerate()
1875 match = of_match_node(mpc52xx_uart_of_match, np); in mpc52xx_uart_of_enumerate()
1889 MODULE_DEVICE_TABLE(of, mpc52xx_uart_of_match);
1900 .of_match_table = mpc52xx_uart_of_match,