#include <linux/config.h>#include <linux/kernel.h>#include <linux/types.h>#include <linux/mm.h>#include <linux/sched.h>#include <linux/pci.h>#include <linux/init.h>#include <asm/ptrace.h>#include <asm/system.h>#include <asm/dma.h>#include <asm/irq.h>#include <asm/bitops.h>#include <asm/mmu_context.h>#include <asm/io.h>#include <asm/pgtable.h>#include <asm/core_apecs.h>#include <asm/core_lca.h>#include <asm/hwrpb.h>#include "proto.h"#include "irq.h"#include "bios32.h"#include "machvec.h"Include dependency graph for sys_eb64p.c:

Go to the source code of this file.
Functions | |
| static void | eb64p_update_irq_hw (unsigned long irq, unsigned long mask, int unmask_p) |
| static void | eb64p_device_interrupt (unsigned long vector, struct pt_regs *regs) |
| static void __init | eb64p_init_irq (void) |
| static int __init | eb64p_map_irq (struct pci_dev *dev, int slot, int pin) |
| static void __init | eb64p_pci_fixup (void) |
|
||||||||||||
|
Definition at line 52 of file sys_eb64p.c. References ffz(), handle_irq(), i, inb, and isa_device_interrupt(). Here is the call graph for this function: ![]() |
|
|
Definition at line 76 of file sys_eb64p.c. References alpha_irq_mask, enable_irq, hwrpb, inw, L, outb, printk, STANDARD_INIT_IRQ_PROLOG, hwrpb_struct::sys_variation, and xffff. |
|
||||||||||||||||
|
Definition at line 149 of file sys_eb64p.c. References __initlocaldata, COMMON_TABLE_LOOKUP, and irq_tab. Referenced by eb64p_pci_fixup(). |
|
|
Definition at line 164 of file sys_eb64p.c. References APECS_AND_LCA_DEFAULT_MEM_BASE, common_pci_fixup(), common_swizzle(), DEFAULT_IO_BASE, eb64p_map_irq(), and layout_all_busses(). Here is the call graph for this function: ![]() |
|
||||||||||||||||
|
Definition at line 38 of file sys_eb64p.c. References outb. |