Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/sparc/kernel/
Dsun4d_irq.c70 static int nsbi; variable
90 for (j = 0; j < nsbi; j++) { in sun4d_get_irq_list()
121 if (j == nsbi) break; in sun4d_get_irq_list()
516 nsbi = 0; in sun4d_init_sbi_irq()
518 nsbi++; in sun4d_init_sbi_irq()
519 …sbus_actions = (struct sbus_action *)kmalloc (nsbi * 8 * 4 * sizeof(struct sbus_action), GFP_ATOMI… in sun4d_init_sbi_irq()
520 memset (sbus_actions, 0, (nsbi * 8 * 4 * sizeof(struct sbus_action))); in sun4d_init_sbi_irq()