Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dip22zilog.c53 #define NUM_IP22ZILOG 1 macro
54 #define NUM_CHANNELS (NUM_IP22ZILOG * 2)
963 alloc_one_table(NUM_IP22ZILOG * sizeof(struct zilog_layout *)); in ip22zilog_alloc_tables()
975 if (chip < 0 || chip >= NUM_IP22ZILOG) { in get_zs()
1094 for (chip = 0; chip < NUM_IP22ZILOG; chip++) { in ip22zilog_prepare()
1156 printk(KERN_INFO "Serial: IP22 Zilog driver (%d chips).\n", NUM_IP22ZILOG); in ip22zilog_ports_init()
1201 for (i = 0; i < NUM_IP22ZILOG; i++) { in ip22zilog_exit()