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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/serial/
H A Dip22zilog.c58 #define NUM_IP22ZILOG 1 macro
59 #define NUM_CHANNELS (NUM_IP22ZILOG * 2)
933 alloc_one_table(NUM_IP22ZILOG * sizeof(struct zilog_layout *));
945 if (chip < 0 || chip >= NUM_IP22ZILOG) {
1108 for (chip = 0; chip < NUM_IP22ZILOG; chip++) {
1189 printk(KERN_INFO "Serial: IP22 Zilog driver (%d chips).\n", NUM_IP22ZILOG);
1236 for (i = 0; i < NUM_IP22ZILOG; i++) {

Completed in 173 milliseconds