Searched refs:SCI_NPORTS (Results 1 – 1 of 1) sorted by relevance
130 #define SCI_NPORTS CONFIG_SERIAL_SH_SCI_NR_UARTS macro132 static struct sci_port sci_ports[SCI_NPORTS];2409 if (co->index < 0 || co->index >= SCI_NPORTS) in serial_console_setup()2490 .nr = SCI_NPORTS,2593 if (unlikely(index >= SCI_NPORTS)) { in sci_probe_single()2595 index+1, SCI_NPORTS); in sci_probe_single()