Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
lsmini-setup.c File Reference
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/platform_device.h>
#include <linux/mtd/physmap.h>
#include <linux/mv643xx_eth.h>
#include <linux/leds.h>
#include <linux/gpio_keys.h>
#include <linux/input.h>
#include <linux/i2c.h>
#include <linux/ata_platform.h>
#include <linux/gpio.h>
#include <asm/mach-types.h>
#include <asm/mach/arch.h>
#include <mach/orion5x.h>
#include "common.h"
#include "mpp.h"

Go to the source code of this file.

Macros

#define LSMINI_NOR_BOOT_BASE   0xf4000000
 
#define LSMINI_NOR_BOOT_SIZE   SZ_256K
 
#define LSMINI_GPIO_LED_ALARM   2
 
#define LSMINI_GPIO_LED_INFO   3
 
#define LSMINI_GPIO_LED_FUNC   9
 
#define LSMINI_GPIO_LED_PWR   14
 
#define LSMINI_GPIO_KEY_FUNC   15
 
#define LSMINI_GPIO_KEY_POWER   18
 
#define LSMINI_GPIO_KEY_AUTOPOWER   17
 
#define LSMINI_SW_POWER   0x00
 
#define LSMINI_SW_AUTOPOWER   0x01
 
#define LSMINI_GPIO_USB_POWER   16
 
#define LSMINI_GPIO_AUTO_POWER   17
 
#define LSMINI_GPIO_POWER   18
 
#define LSMINI_GPIO_HDD_POWER0   1
 
#define LSMINI_GPIO_HDD_POWER1   19
 

Macro Definition Documentation

#define LSMINI_GPIO_AUTO_POWER   17

Definition at line 197 of file lsmini-setup.c.

#define LSMINI_GPIO_HDD_POWER0   1

Definition at line 200 of file lsmini-setup.c.

#define LSMINI_GPIO_HDD_POWER1   19

Definition at line 201 of file lsmini-setup.c.

#define LSMINI_GPIO_KEY_AUTOPOWER   17

Definition at line 126 of file lsmini-setup.c.

#define LSMINI_GPIO_KEY_FUNC   15

Definition at line 124 of file lsmini-setup.c.

#define LSMINI_GPIO_KEY_POWER   18

Definition at line 125 of file lsmini-setup.c.

#define LSMINI_GPIO_LED_ALARM   2

Definition at line 83 of file lsmini-setup.c.

#define LSMINI_GPIO_LED_FUNC   9

Definition at line 85 of file lsmini-setup.c.

#define LSMINI_GPIO_LED_INFO   3

Definition at line 84 of file lsmini-setup.c.

#define LSMINI_GPIO_LED_PWR   14

Definition at line 86 of file lsmini-setup.c.

#define LSMINI_GPIO_POWER   18

Definition at line 198 of file lsmini-setup.c.

#define LSMINI_GPIO_USB_POWER   16

Definition at line 196 of file lsmini-setup.c.

#define LSMINI_NOR_BOOT_BASE   0xf4000000

Definition at line 36 of file lsmini-setup.c.

#define LSMINI_NOR_BOOT_SIZE   SZ_256K

Definition at line 37 of file lsmini-setup.c.

#define LSMINI_SW_AUTOPOWER   0x01

Definition at line 129 of file lsmini-setup.c.

#define LSMINI_SW_POWER   0x00

Definition at line 128 of file lsmini-setup.c.