NUM_IP22ZILOG      58 drivers/tty/serial/ip22zilog.c #define NUM_CHANNELS		(NUM_IP22ZILOG * 2)
NUM_IP22ZILOG     969 drivers/tty/serial/ip22zilog.c 		alloc_one_table(NUM_IP22ZILOG * sizeof(struct zilog_layout *));
NUM_IP22ZILOG     981 drivers/tty/serial/ip22zilog.c 	if (chip < 0 || chip >= NUM_IP22ZILOG) {
NUM_IP22ZILOG    1099 drivers/tty/serial/ip22zilog.c 	for (chip = 0; chip < NUM_IP22ZILOG; chip++) {
NUM_IP22ZILOG    1159 drivers/tty/serial/ip22zilog.c 	printk(KERN_INFO "Serial: IP22 Zilog driver (%d chips).\n", NUM_IP22ZILOG);
NUM_IP22ZILOG    1204 drivers/tty/serial/ip22zilog.c 	for (i = 0; i < NUM_IP22ZILOG; i++) {