Searched refs:NR_PORTS (Results 1 - 4 of 4) sorted by relevance

/arch/um/drivers/
H A Dssl.c23 #define NR_PORTS 64 macro
68 static char *conf[NR_PORTS];
70 static struct line serial_lines[NR_PORTS];
168 for (i = 0; i < NR_PORTS; i++) {
194 line_setup(conf, NR_PORTS, &def_conf, str, "serial line");
/arch/mn10300/kernel/
H A Dmn10300-serial.h22 #define NR_PORTS 3 /* should be set 3 or 9 or 16 */ macro
H A Dmn10300-serial.c1530 for (i = 0 ; i < NR_PORTS ; i++) {
1670 for (i = 0 ; i < NR_PORTS ; i++) {
/arch/ia64/hp/sim/
H A Dsimserial.c41 #define NR_PORTS 1 /* only one port for now */ macro
50 static struct serial_state rs_table[NR_PORTS];
443 for (i = 0; i < NR_PORTS; i++)
492 hp_simserial_driver = alloc_tty_driver(NR_PORTS);

Completed in 69 milliseconds