Home
last modified time | relevance | path

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

/linux-2.6.39/arch/mips/include/asm/mach-ip27/
Dmmzone.h10 #define LEVELS_PER_SLICE 128 macro
14 int level_to_irq[LEVELS_PER_SLICE];
/linux-2.6.39/arch/mips/sgi-ip27/
Dip27-irq.c74 level = find_first_zero_bit(hub->irq_alloc_mask, LEVELS_PER_SLICE); in alloc_level()
75 if (level >= LEVELS_PER_SLICE) in alloc_level()
91 for (i = BASE_PCI_IRQ; i < LEVELS_PER_SLICE; i++) in find_level()
Dip27-init.c129 for (i = 0; i < LEVELS_PER_SLICE; i++) in per_cpu_init()