Home
last modified time | relevance | path

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

/linux-2.6.39/arch/mips/sibyte/bcm1480/
Dirq.c323 unsigned long long mask_h, mask_l; in dispatch_ip2() local
333 mask_h = __raw_readq( in dispatch_ip2()
338 if (mask_h) { in dispatch_ip2()
339 if (mask_h ^ 1) in dispatch_ip2()
340 do_IRQ(fls64(mask_h) - 1); in dispatch_ip2()