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-sa1100
generic.h
Go to the documentation of this file.
1
/*
2
* linux/arch/arm/mach-sa1100/generic.h
3
*
4
* Author: Nicolas Pitre
5
*/
6
7
struct
sys_timer
;
8
9
extern
struct
sys_timer
sa1100_timer
;
10
extern
void
__init
sa1100_map_io
(
void
);
11
extern
void
__init
sa1100_init_irq
(
void
);
12
extern
void
__init
sa1100_init_gpio
(
void
);
13
extern
void
sa11x0_restart
(
char
,
const
char
*);
14
extern
void
sa11x0_init_late
(
void
);
15
16
#define SET_BANK(__nr,__start,__size) \
17
mi->bank[__nr].start = (__start), \
18
mi->bank[__nr].size = (__size)
19
20
extern
void
sa1110_mb_enable
(
void
);
21
extern
void
sa1110_mb_disable
(
void
);
22
23
struct
cpufreq_policy
;
24
25
extern
unsigned
int
sa11x0_freq_to_ppcr
(
unsigned
int
khz);
26
extern
int
sa11x0_verify_speed
(
struct
cpufreq_policy
*
policy
);
27
extern
unsigned
int
sa11x0_getspeed
(
unsigned
int
cpu
);
28
extern
unsigned
int
sa11x0_ppcr_to_freq
(
unsigned
int
idx
);
29
30
struct
flash_platform_data
;
31
struct
resource
;
32
33
void
sa11x0_register_mtd
(
struct
flash_platform_data
*
flash
,
34
struct
resource
*
res
,
int
nr
);
35
36
struct
irda_platform_data
;
37
void
sa11x0_register_irda
(
struct
irda_platform_data
*irda);
38
39
struct
mcp_plat_data
;
40
void
sa11x0_ppc_configure_mcp
(
void
);
41
void
sa11x0_register_mcp
(
struct
mcp_plat_data
*
data
);
42
43
struct
sa1100fb_mach_info
;
44
void
sa11x0_register_lcd
(
struct
sa1100fb_mach_info
*inf);
45
46
#ifdef CONFIG_PM
47
int
sa11x0_pm_init
(
void
);
48
#else
49
static
inline
int
sa11x0_pm_init
(
void
) {
return
0; }
50
#endif
Generated on Thu Jan 10 2013 12:56:44 for Linux Kernel by
1.8.2