Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
arch
arm
mach-dove
common.h
Go to the documentation of this file.
1
/*
2
* arch/arm/mach-dove/common.h
3
*
4
* Core functions for Marvell Dove 88AP510 System On Chip
5
*
6
* This file is licensed under the terms of the GNU General Public
7
* License version 2. This program is licensed "as is" without any
8
* warranty of any kind, whether express or implied.
9
*/
10
11
#ifndef __ARCH_DOVE_COMMON_H
12
#define __ARCH_DOVE_COMMON_H
13
14
struct
mv643xx_eth_platform_data
;
15
struct
mv_sata_platform_data
;
16
17
extern
struct
sys_timer
dove_timer
;
18
19
/*
20
* Basic Dove init functions used early by machine-setup.
21
*/
22
void
dove_map_io
(
void
);
23
void
dove_init
(
void
);
24
void
dove_init_early
(
void
);
25
void
dove_init_irq
(
void
);
26
void
dove_setup_cpu_mbus
(
void
);
27
void
dove_ge00_init
(
struct
mv643xx_eth_platform_data
*eth_data);
28
void
dove_sata_init
(
struct
mv_sata_platform_data
*sata_data);
29
#ifdef CONFIG_PCI
30
void
dove_pcie_init
(
int
init_port0,
int
init_port1);
31
#else
32
static
inline
void
dove_pcie_init
(
int
init_port0,
int
init_port1) { }
33
#endif
34
void
dove_ehci0_init
(
void
);
35
void
dove_ehci1_init
(
void
);
36
void
dove_uart0_init
(
void
);
37
void
dove_uart1_init
(
void
);
38
void
dove_uart2_init
(
void
);
39
void
dove_uart3_init
(
void
);
40
void
dove_spi0_init
(
void
);
41
void
dove_spi1_init
(
void
);
42
void
dove_i2c_init
(
void
);
43
void
dove_sdio0_init
(
void
);
44
void
dove_sdio1_init
(
void
);
45
void
dove_restart
(
char
,
const
char
*);
46
47
#endif
Generated on Thu Jan 10 2013 12:57:05 for Linux Kernel by
1.8.2