Searched refs:SCI_NPORTS (Results 1 – 1 of 1) sorted by relevance
162 #define SCI_NPORTS CONFIG_SERIAL_SH_SCI_NR_UARTS macro164 static struct sci_port sci_ports[SCI_NPORTS];3126 if (co->index < 0 || co->index >= SCI_NPORTS) in serial_console_setup()3222 .nr = SCI_NPORTS,3375 if (unlikely(index >= SCI_NPORTS)) { in sci_probe_single()3377 index+1, SCI_NPORTS); in sci_probe_single()3381 BUILD_BUG_ON(SCI_NPORTS > sizeof(sci_ports_in_use) * 8); in sci_probe_single()