PORTS_PER_ASIC 44 drivers/tty/serial/rp2.c #define ALL_PORTS_MASK (BIT(PORTS_PER_ASIC) - 1) PORTS_PER_ASIC 492 drivers/tty/serial/rp2.c for_each_set_bit(ch, &status, PORTS_PER_ASIC) { PORTS_PER_ASIC 505 drivers/tty/serial/rp2.c if (card->n_ports >= PORTS_PER_ASIC) PORTS_PER_ASIC 624 drivers/tty/serial/rp2.c if (card->n_ports >= PORTS_PER_ASIC) PORTS_PER_ASIC 684 drivers/tty/serial/rp2.c int j = (unsigned)i % PORTS_PER_ASIC; PORTS_PER_ASIC 705 drivers/tty/serial/rp2.c if (i >= PORTS_PER_ASIC) {