Searched refs:MPC52xx_PSC_MAXNUM (Results 1 – 3 of 3) sorted by relevance
60 static struct uart_port mpc52xx_uart_ports[MPC52xx_PSC_MAXNUM];70 static struct device_node *mpc52xx_uart_nodes[MPC52xx_PSC_MAXNUM];655 static struct clk *psc_mclk_clk[MPC52xx_PSC_MAXNUM];656 static struct clk *psc_ipg_clk[MPC52xx_PSC_MAXNUM];1582 if ((co->index < 0) || (co->index >= MPC52xx_PSC_MAXNUM)) { in mpc52xx_console_setup()1675 .nr = MPC52xx_PSC_MAXNUM,1708 for (idx = 0; idx < MPC52xx_PSC_MAXNUM; idx++) in mpc52xx_uart_of_probe()1711 if (idx >= MPC52xx_PSC_MAXNUM) in mpc52xx_uart_of_probe()1806 for (i = 0; i < MPC52xx_PSC_MAXNUM; i++) { in mpc52xx_uart_of_assign()1835 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()