Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/tty/serial/
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) { in rp2_asic_interrupt()
481 if (card->n_ports >= PORTS_PER_ASIC) in rp2_uart_interrupt()
600 if (card->n_ports >= PORTS_PER_ASIC) in rp2_init_card()
653 int j = (unsigned)i % PORTS_PER_ASIC; in rp2_load_firmware()
674 if (i >= PORTS_PER_ASIC) { in rp2_load_firmware()