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
include
asm
hardware
timer-sp.h
Go to the documentation of this file.
1
void
__sp804_clocksource_and_sched_clock_init
(
void
__iomem
*,
2
const
char
*,
int
);
3
4
static
inline
void
sp804_clocksource_init(
void
__iomem
*base,
const
char
*
name
)
5
{
6
__sp804_clocksource_and_sched_clock_init
(base, name, 0);
7
}
8
9
static
inline
void
sp804_clocksource_and_sched_clock_init(
void
__iomem
*base,
10
const
char
*
name
)
11
{
12
__sp804_clocksource_and_sched_clock_init
(base, name, 1);
13
}
14
15
void
sp804_clockevents_init
(
void
__iomem
*,
unsigned
int
,
const
char
*);
Generated on Thu Jan 10 2013 12:55:08 for Linux Kernel by
1.8.2