Home
last modified time | relevance | path

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

/linux-2.6.39/arch/blackfin/mach-common/
Dints-priority.c765 #define NR_PINT_BITS 32 macro
774 static unsigned char pint2irq_lut[NR_PINT_SYS_IRQS * NR_PINT_BITS];
822 for (bit = 0; bit < NR_PINT_BITS; bit++) { in init_pint_lut()
829 bit_pos = bit + bank * NR_PINT_BITS; in init_pint_lut()
1067 pint_val = bank * NR_PINT_BITS; in bfin_demux_gpio_irq()