Linux Kernel
3.7.1
|
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/pci.h>
#include <linux/types.h>
#include <asm/lasat/lasat.h>
#include <irq.h>
Go to the source code of this file.
Macros | |
#define | LASAT_IRQ_ETH1 (LASAT_IRQ_BASE + 0) |
#define | LASAT_IRQ_ETH0 (LASAT_IRQ_BASE + 1) |
#define | LASAT_IRQ_HDC (LASAT_IRQ_BASE + 2) |
#define | LASAT_IRQ_COMP (LASAT_IRQ_BASE + 3) |
#define | LASAT_IRQ_HDLC (LASAT_IRQ_BASE + 4) |
#define | LASAT_IRQ_PCIA (LASAT_IRQ_BASE + 5) |
#define | LASAT_IRQ_PCIB (LASAT_IRQ_BASE + 6) |
#define | LASAT_IRQ_PCIC (LASAT_IRQ_BASE + 7) |
#define | LASAT_IRQ_PCID (LASAT_IRQ_BASE + 8) |
Functions | |
arch_initcall (lasat_pci_setup) | |
int __init | pcibios_map_irq (const struct pci_dev *dev, u8 slot, u8 pin) |
int | pcibios_plat_dev_init (struct pci_dev *dev) |
Variables | |
struct pci_ops | nile4_pci_ops |
struct pci_ops | gt64xxx_pci0_ops |
#define LASAT_IRQ_COMP (LASAT_IRQ_BASE + 3) |
Definition at line 57 of file pci-lasat.c.
#define LASAT_IRQ_ETH0 (LASAT_IRQ_BASE + 1) |
Definition at line 55 of file pci-lasat.c.
#define LASAT_IRQ_ETH1 (LASAT_IRQ_BASE + 0) |
Definition at line 54 of file pci-lasat.c.
#define LASAT_IRQ_HDC (LASAT_IRQ_BASE + 2) |
Definition at line 56 of file pci-lasat.c.
#define LASAT_IRQ_HDLC (LASAT_IRQ_BASE + 4) |
Definition at line 58 of file pci-lasat.c.
#define LASAT_IRQ_PCIA (LASAT_IRQ_BASE + 5) |
Definition at line 59 of file pci-lasat.c.
#define LASAT_IRQ_PCIB (LASAT_IRQ_BASE + 6) |
Definition at line 60 of file pci-lasat.c.
#define LASAT_IRQ_PCIC (LASAT_IRQ_BASE + 7) |
Definition at line 61 of file pci-lasat.c.
#define LASAT_IRQ_PCID (LASAT_IRQ_BASE + 8) |
Definition at line 62 of file pci-lasat.c.
arch_initcall | ( | lasat_pci_setup | ) |
Definition at line 64 of file pci-lasat.c.
Definition at line 85 of file pci-lasat.c.
Definition at line 149 of file ops-gt64xxx_pci0.c.
Definition at line 143 of file ops-nile4.c.