#include <linux/kernel.h>
#include <linux/types.h>
#include <linux/init.h>
#include <linux/mm.h>
#include <linux/slab.h>
#include <linux/jiffies.h>
#include <asm/swift.h>
#include <asm/io.h>
#include <linux/ctype.h>
#include <linux/pci.h>
#include <linux/time.h>
#include <linux/timex.h>
#include <linux/interrupt.h>
#include <linux/export.h>
#include <asm/irq.h>
#include <asm/oplib.h>
#include <asm/prom.h>
#include <asm/pcic.h>
#include <asm/timex.h>
#include <asm/timer.h>
#include <asm/uaccess.h>
#include <asm/irq_regs.h>
#include "irq.h"
Go to the source code of this file.
|
| unsigned int | pcic_build_device_irq (struct platform_device *op, unsigned int real_irq) |
| |
| int __init | pcic_probe (void) |
| |
| int | pcic_present (void) |
| |
| void __devinit | pcibios_fixup_bus (struct pci_bus *bus) |
| |
| unsigned int | pcic_pin_to_irq (unsigned int pin, const char *name) |
| |
| void __init | pci_time_init (void) |
| |
| resource_size_t | pcibios_align_resource (void *data, const struct resource *res, resource_size_t size, resource_size_t align) |
| |
| int | pcibios_enable_device (struct pci_dev *pdev, int mask) |
| |
| void | pcic_nmi (unsigned int pend, struct pt_regs *regs) |
| |
| void __init | sun4m_pci_init_IRQ (void) |
| |
| void | outsb (unsigned long addr, const void *src, unsigned long count) |
| |
| | EXPORT_SYMBOL (outsb) |
| |
| void | outsw (unsigned long addr, const void *src, unsigned long count) |
| |
| | EXPORT_SYMBOL (outsw) |
| |
| void | outsl (unsigned long addr, const void *src, unsigned long count) |
| |
| | EXPORT_SYMBOL (outsl) |
| |
| void | insb (unsigned long addr, void *dst, unsigned long count) |
| |
| | EXPORT_SYMBOL (insb) |
| |
| void | insw (unsigned long addr, void *dst, unsigned long count) |
| |
| | EXPORT_SYMBOL (insw) |
| |
| void | insl (unsigned long addr, void *dst, unsigned long count) |
| |
| | EXPORT_SYMBOL (insl) |
| |
| | subsys_initcall (pcic_init) |
| |
| #define CONFIG_CMD |
( |
|
bus, |
|
|
|
device_fn, |
|
|
|
where |
|
) |
| (0x80000000 | (((unsigned int)bus) << 16) | (((unsigned int)device_fn) << 8) | (where & ~3)) |
| #define TICK_TIMER_LIMIT ((100 * 1000000 / 4) / HZ) |
| #define USECS_PER_JIFFY (1000000 / HZ) |
| subsys_initcall |
( |
pcic_init |
| ) |
|
| volatile int pcic_speculative |
| volatile int pcic_trapped |