Linux Kernel
3.7.1
|
#include <linux/amba/pl022.h>
#include <linux/clk.h>
#include <linux/dw_dmac.h>
#include <linux/err.h>
#include <linux/of_irq.h>
#include <asm/hardware/cache-l2x0.h>
#include <asm/hardware/gic.h>
#include <asm/mach/map.h>
#include <asm/smp_twd.h>
#include <mach/dma.h>
#include <mach/generic.h>
#include <mach/spear.h>
Go to the source code of this file.
Macros | |
#define | pr_fmt(fmt) "SPEAr13xx: " fmt |
Functions | |
bool | dw_dma_filter (struct dma_chan *chan, void *slave) |
void __init | spear13xx_l2x0_init (void) |
void __init | spear13xx_map_io (void) |
void __init | spear13xx_dt_init_irq (void) |
Variables | |
struct pl022_ssp_controller | pl022_plat_data |
struct dw_dma_slave | cf_dma_priv |
struct dw_dma_platform_data | dmac_plat_data |
struct map_desc spear13xx_io_desc[] | __initdata |
struct sys_timer | spear13xx_timer |
#define pr_fmt | ( | fmt | ) | "SPEAr13xx: " fmt |
Definition at line 14 of file spear13xx.c.
Definition at line 30 of file spear13xx.c.
Definition at line 197 of file spear13xx.c.
Definition at line 86 of file spear13xx.c.
Definition at line 143 of file spear13xx.c.
Definition at line 118 of file spear13xx.c.
struct dw_dma_slave cf_dma_priv |
Definition at line 69 of file spear13xx.c.
struct dw_dma_platform_data dmac_plat_data |
Definition at line 77 of file spear13xx.c.
struct pl022_ssp_controller pl022_plat_data |
Definition at line 59 of file spear13xx.c.
Definition at line 188 of file spear13xx.c.