Searched refs:MPC52xx_PSC_MAXNUM (Results 1 – 3 of 3) sorted by relevance
58 static struct uart_port mpc52xx_uart_ports[MPC52xx_PSC_MAXNUM];68 static struct device_node *mpc52xx_uart_nodes[MPC52xx_PSC_MAXNUM];653 static struct clk *psc_mclk_clk[MPC52xx_PSC_MAXNUM];654 static struct clk *psc_ipg_clk[MPC52xx_PSC_MAXNUM];1616 if ((co->index < 0) || (co->index >= MPC52xx_PSC_MAXNUM)) { in mpc52xx_console_setup()1709 .nr = MPC52xx_PSC_MAXNUM,1742 for (idx = 0; idx < MPC52xx_PSC_MAXNUM; idx++) in mpc52xx_uart_of_probe()1745 if (idx >= MPC52xx_PSC_MAXNUM) in mpc52xx_uart_of_probe()1843 for (i = 0; i < MPC52xx_PSC_MAXNUM; i++) { in mpc52xx_uart_of_assign()1872 for (i = 0; i < MPC52xx_PSC_MAXNUM; i++) { in mpc52xx_uart_of_enumerate()
29 #define MPC52xx_PSC_MAXNUM 12 macro31 #define MPC52xx_PSC_MAXNUM 6 macro
318 if (psc_num >= MPC52xx_PSC_MAXNUM) in bcom_psc_gen_bd_rx_init()