Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Drp2.c43 #define PORTS_PER_ASIC 16 macro
44 #define ALL_PORTS_MASK (BIT(PORTS_PER_ASIC) - 1)
469 for_each_set_bit(ch, &status, PORTS_PER_ASIC) { in rp2_asic_interrupt()
482 if (card->n_ports >= PORTS_PER_ASIC) in rp2_uart_interrupt()
601 if (card->n_ports >= PORTS_PER_ASIC) in rp2_init_card()
654 int j = (unsigned)i % PORTS_PER_ASIC; in rp2_load_firmware()
675 if (i >= PORTS_PER_ASIC) { in rp2_load_firmware()