Home
last modified time | relevance | path

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

/linux-2.6.39/arch/powerpc/kernel/
Dirq.c532 if (revmap_type == IRQ_HOST_MAP_LEGACY) { in irq_alloc_host()
554 case IRQ_HOST_MAP_LEGACY: in irq_alloc_host()
714 if (host->revmap_type == IRQ_HOST_MAP_LEGACY) { in irq_create_mapping()
794 if (host->revmap_type == IRQ_HOST_MAP_LEGACY) in irq_dispose_mapping()
854 if (host->revmap_type == IRQ_HOST_MAP_LEGACY) in irq_find_mapping()
/linux-2.6.39/arch/powerpc/include/asm/
Dirq.h112 #define IRQ_HOST_MAP_LEGACY 0 /* legacy 8259, gets irqs 1..15 */ macro
/linux-2.6.39/arch/powerpc/sysdev/
Di8259.c279 i8259_host = irq_alloc_host(node, IRQ_HOST_MAP_LEGACY, in i8259_init()
Dtsi108_pci.c422 pci_irq_host = irq_alloc_host(node, IRQ_HOST_MAP_LEGACY, in tsi108_pci_int_init()