Home
last modified time | relevance | path

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

/arch/blackfin/mach-common/
Dints-priority.c639 #define NR_PINT_BITS 32 macro
648 static unsigned char pint2irq_lut[NR_PINT_SYS_IRQS * NR_PINT_BITS];
683 for (bit = 0; bit < NR_PINT_BITS; bit++) { in init_pint_lut()
690 bit_pos = bit + bank * NR_PINT_BITS; in init_pint_lut()
892 pint_val = bank * NR_PINT_BITS; in bfin_demux_gpio_irq()