|
Linux Kernel
3.7.1
|
#include <linux/init.h>#include <linux/interrupt.h>#include <linux/irq.h>#include <linux/pci.h>#include <linux/serial_8250.h>#include <asm/sni.h>#include <asm/time.h>#include <asm/i8259.h>#include <asm/irq_cpu.h>Go to the source code of this file.
Macros | |
| #define | cacheconf (*(volatile unsigned int *)PCIMT_CACHECONF) |
| #define | invspace (*(volatile unsigned int *)PCIMT_INVSPACE) |
| #define | PORT(_base, _irq) |
Functions | |
| void | disable_pcimt_irq (struct irq_data *d) |
| void __init | sni_pcimt_irq_init (void) |
| void __init | sni_pcimt_init (void) |
| device_initcall (snirm_pcimt_setup_devinit) | |
Variables | |
| struct pci_ops | sni_pcimt_ops |
| #define cacheconf (*(volatile unsigned int *)PCIMT_CACHECONF) |
| #define invspace (*(volatile unsigned int *)PCIMT_INVSPACE) |
| #define PORT | ( | _base, | |
| _irq | |||
| ) |
| device_initcall | ( | snirm_pcimt_setup_devinit | ) |
1.8.2