Searched refs:PORTS_PER_ASIC (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/tty/serial/
H A Drp2.c43 #define PORTS_PER_ASIC 16 macro
44 #define ALL_PORTS_MASK (BIT(PORTS_PER_ASIC) - 1)
468 for_each_set_bit(ch, &status, PORTS_PER_ASIC) {
481 if (card->n_ports >= PORTS_PER_ASIC)
600 if (card->n_ports >= PORTS_PER_ASIC)
653 int j = (unsigned)i % PORTS_PER_ASIC;
674 if (i >= PORTS_PER_ASIC) {

Completed in 193 milliseconds