|
Linux Kernel
3.7.1
|
#include <linux/gpio.h>#include <linux/kernel.h>#include <linux/init.h>#include <linux/platform_device.h>#include <linux/pci.h>#include <linux/irq.h>#include <linux/delay.h>#include <linux/mtd/physmap.h>#include <linux/mv643xx_eth.h>#include <linux/i2c.h>#include <linux/serial_reg.h>#include <asm/mach-types.h>#include <asm/mach/arch.h>#include <asm/mach/pci.h>#include <mach/orion5x.h>#include "common.h"#include "mpp.h"Go to the source code of this file.
Macros | |
| #define | TSP2_NOR_BOOT_BASE 0xf4000000 |
| #define | TSP2_NOR_BOOT_SIZE SZ_256K |
| #define | TSP2_PCI_SLOT0_OFFS 7 |
| #define | TSP2_PCI_SLOT0_IRQ_PIN 11 |
| #define | TSP2_RTC_GPIO 9 |
| #define | UART1_REG(x) (UART1_VIRT_BASE + ((UART_##x) << 2)) |
Functions | |
| void __init | tsp2_pci_preinit (void) |
| subsys_initcall (tsp2_pci_init) | |
Variables | |
| atag_offset = 0x100 | |
| init_machine = tsp2_init | |
| map_io = orion5x_map_io | |
| init_early = orion5x_init_early | |
| init_irq = orion5x_init_irq | |
| timer = &orion5x_timer | |
| fixup = tag_fixup_mem32 | |
| restart = orion5x_restart | |
| #define TSP2_NOR_BOOT_BASE 0xf4000000 |
Definition at line 47 of file terastation_pro2-setup.c.
| #define TSP2_NOR_BOOT_SIZE SZ_256K |
Definition at line 48 of file terastation_pro2-setup.c.
| #define TSP2_PCI_SLOT0_IRQ_PIN 11 |
Definition at line 78 of file terastation_pro2-setup.c.
| #define TSP2_PCI_SLOT0_OFFS 7 |
Definition at line 77 of file terastation_pro2-setup.c.
| #define TSP2_RTC_GPIO 9 |
Definition at line 152 of file terastation_pro2-setup.c.
| #define UART1_REG | ( | x | ) | (UART1_VIRT_BASE + ((UART_##x) << 2)) |
Definition at line 163 of file terastation_pro2-setup.c.
| subsys_initcall | ( | tsp2_pci_init | ) |
Definition at line 80 of file terastation_pro2-setup.c.
| atag_offset = 0x100 |
Definition at line 359 of file terastation_pro2-setup.c.
| fixup = tag_fixup_mem32 |
Definition at line 365 of file terastation_pro2-setup.c.
| init_early = orion5x_init_early |
Definition at line 362 of file terastation_pro2-setup.c.
| init_irq = orion5x_init_irq |
Definition at line 363 of file terastation_pro2-setup.c.
| init_machine = tsp2_init |
Definition at line 360 of file terastation_pro2-setup.c.
| map_io = orion5x_map_io |
Definition at line 361 of file terastation_pro2-setup.c.
| restart = orion5x_restart |
Definition at line 366 of file terastation_pro2-setup.c.
Definition at line 364 of file terastation_pro2-setup.c.
1.8.2