Searched refs:sbus_tid (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sparc/kernel/
H A Dsun4d_irq.c53 unsigned char sbus_tid[32]; variable
360 int tid = sbus_tid[(irq >> 5) - 1];
377 int tid = sbus_tid[(irq >> 5) - 1];
415 sbus_tid[sbus->board] = (sbus->board * 2 + 1);
417 sbus_tid[sbus->board] = (sbus->board * 2);
419 sbus_tid[sbus->board] = (sbus->board * 2 + 1);
421 sbus_tid[sbus->board] = 0xff;
422 if (sbus_tid[sbus->board] != 0xff)
423 sbus_serving_map &= ~(1 << sbus_tid[sbus->board]);
426 if (sbus_tid[sbu
[all...]

Completed in 42 milliseconds