Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
board-lsxl.c File Reference
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/platform_device.h>
#include <linux/mtd/partitions.h>
#include <linux/ata_platform.h>
#include <linux/spi/flash.h>
#include <linux/spi/spi.h>
#include <linux/mv643xx_eth.h>
#include <linux/gpio.h>
#include <linux/gpio-fan.h>
#include <linux/input.h>
#include <asm/mach-types.h>
#include <asm/mach/arch.h>
#include <mach/kirkwood.h>
#include "common.h"
#include "mpp.h"

Go to the source code of this file.

Macros

#define LSXL_GPIO_FAN_HIGH   18
 
#define LSXL_GPIO_FAN_LOW   19
 
#define LSXL_GPIO_FAN_LOCK   40
 
#define LSXL_GPIO_HDD_POWER   10
 
#define LSXL_GPIO_USB_POWER   11
 

Functions

void __init lsxl_init (void)
 

Macro Definition Documentation

#define LSXL_GPIO_FAN_HIGH   18

Definition at line 56 of file board-lsxl.c.

#define LSXL_GPIO_FAN_LOCK   40

Definition at line 58 of file board-lsxl.c.

#define LSXL_GPIO_FAN_LOW   19

Definition at line 57 of file board-lsxl.c.

#define LSXL_GPIO_HDD_POWER   10

Definition at line 114 of file board-lsxl.c.

#define LSXL_GPIO_USB_POWER   11

Definition at line 115 of file board-lsxl.c.

Function Documentation

void __init lsxl_init ( void  )

Definition at line 117 of file board-lsxl.c.