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
sh
boards
mach-se
board-se7619.c
Go to the documentation of this file.
1
/*
2
* arch/sh/boards/se/7619/setup.c
3
*
4
* Copyright (C) 2006 Yoshinori Sato
5
*
6
* Hitachi SH7619 SolutionEngine Support.
7
*/
8
9
#include <
linux/init.h
>
10
#include <
linux/platform_device.h
>
11
#include <asm/io.h>
12
#include <asm/machvec.h>
13
14
static
int
se7619_mode_pins(
void
)
15
{
16
return
MODE_PIN2
|
MODE_PIN0
;
17
}
18
19
/*
20
* The Machine Vector
21
*/
22
23
static
struct
sh_machine_vector
mv_se
__initmv
= {
24
.mv_name =
"SolutionEngine"
,
25
.mv_mode_pins = se7619_mode_pins,
26
};
Generated on Thu Jan 10 2013 13:17:07 for Linux Kernel by
1.8.2