Searched refs:SCI_NPORTS (Results 1 – 1 of 1) sorted by relevance
120 #define SCI_NPORTS CONFIG_SERIAL_SH_SCI_NR_UARTS macro122 static struct sci_port sci_ports[SCI_NPORTS];2447 if (co->index < 0 || co->index >= SCI_NPORTS) in serial_console_setup()2528 .nr = SCI_NPORTS,2632 if (unlikely(index >= SCI_NPORTS)) { in sci_probe_single()2634 index+1, SCI_NPORTS); in sci_probe_single()