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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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++) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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 65 milliseconds