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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dip22zilog.c56 #define NUM_IP22ZILOG 1 macro
57 #define NUM_CHANNELS (NUM_IP22ZILOG * 2)
966 alloc_one_table(NUM_IP22ZILOG * sizeof(struct zilog_layout *));
978 if (chip < 0 || chip >= NUM_IP22ZILOG) {
1096 for (chip = 0; chip < NUM_IP22ZILOG; chip++) {
1156 printk(KERN_INFO "Serial: IP22 Zilog driver (%d chips).\n", NUM_IP22ZILOG);
1201 for (i = 0; i < NUM_IP22ZILOG; i++) {

Completed in 110 milliseconds