Searched refs:SCI_NPORTS (Results 1 – 1 of 1) sorted by relevance
164 #define SCI_NPORTS CONFIG_SERIAL_SH_SCI_NR_UARTS macro166 static struct sci_port sci_ports[SCI_NPORTS];3061 if (co->index < 0 || co->index >= SCI_NPORTS) in serial_console_setup()3143 .nr = SCI_NPORTS,3263 if (unlikely(index >= SCI_NPORTS)) { in sci_probe_single()3265 index+1, SCI_NPORTS); in sci_probe_single()3269 BUILD_BUG_ON(SCI_NPORTS > sizeof(sci_ports_in_use) * 8); in sci_probe_single()