Linux Kernel
3.7.1
|
#include <linux/amba/pl022.h>
#include <linux/amba/pl08x.h>
#include <linux/of_irq.h>
#include <linux/io.h>
#include <asm/hardware/pl080.h>
#include <asm/hardware/vic.h>
#include <plat/pl080.h>
#include <mach/generic.h>
#include <mach/spear.h>
Go to the source code of this file.
Macros | |
#define | pr_fmt(fmt) "SPEAr3xx: " fmt |
Functions | |
void __init | spear3xx_map_io (void) |
void __init | spear3xx_dt_init_irq (void) |
Variables | |
struct pl022_ssp_controller | pl022_plat_data |
struct pl08x_platform_data | pl080_plat_data |
struct map_desc spear3xx_io_desc[] | __initdata |
struct sys_timer | spear3xx_timer |
#define pr_fmt | ( | fmt | ) | "SPEAr3xx: " fmt |
Definition at line 14 of file spear3xx.c.
Definition at line 127 of file spear3xx.c.
Definition at line 84 of file spear3xx.c.
Definition at line 69 of file spear3xx.c.
struct pl022_ssp_controller pl022_plat_data |
Definition at line 27 of file spear3xx.c.
struct pl08x_platform_data pl080_plat_data |
Definition at line 46 of file spear3xx.c.
Definition at line 118 of file spear3xx.c.