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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dirq.c432 /* Allocate structure and revmap table if using linear mapping */
473 /* Additional setups per revmap type */
501 host->revmap_data.linear.revmap = rmap;
750 host->revmap_data.linear.revmap[hwirq] = NO_IRQ;
849 unsigned int *revmap; local
853 /* Check revmap bounds */
857 /* Check if revmap was allocated */
858 revmap = host->revmap_data.linear.revmap;
859 if (unlikely(revmap
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-powerpc/
H A Dirq.h120 unsigned int *revmap; member in struct:irq_host::__anon9238::__anon9239
244 * revmaps. It does fallback to the slow path if the revmap doesn't exist
245 * yet and will create the revmap entry with appropriate locking

Completed in 24 milliseconds