Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
mach-ap121.c File Reference
#include "machtypes.h"
#include "dev-gpio-buttons.h"
#include "dev-leds-gpio.h"
#include "dev-spi.h"
#include "dev-usb.h"
#include "dev-wmac.h"

Go to the source code of this file.

Macros

#define AP121_GPIO_LED_WLAN   0
 
#define AP121_GPIO_LED_USB   1
 
#define AP121_GPIO_BTN_JUMPSTART   11
 
#define AP121_GPIO_BTN_RESET   12
 
#define AP121_KEYS_POLL_INTERVAL   20 /* msecs */
 
#define AP121_KEYS_DEBOUNCE_INTERVAL   (3 * AP121_KEYS_POLL_INTERVAL)
 
#define AP121_CAL_DATA_ADDR   0x1fff1000
 

Functions

 MIPS_MACHINE (ATH79_MACH_AP121,"AP121","Atheros AP121 reference board", ap121_setup)
 

Macro Definition Documentation

#define AP121_CAL_DATA_ADDR   0x1fff1000

Definition at line 27 of file mach-ap121.c.

#define AP121_GPIO_BTN_JUMPSTART   11

Definition at line 21 of file mach-ap121.c.

#define AP121_GPIO_BTN_RESET   12

Definition at line 22 of file mach-ap121.c.

#define AP121_GPIO_LED_USB   1

Definition at line 19 of file mach-ap121.c.

#define AP121_GPIO_LED_WLAN   0

Definition at line 18 of file mach-ap121.c.

#define AP121_KEYS_DEBOUNCE_INTERVAL   (3 * AP121_KEYS_POLL_INTERVAL)

Definition at line 25 of file mach-ap121.c.

#define AP121_KEYS_POLL_INTERVAL   20 /* msecs */

Definition at line 24 of file mach-ap121.c.

Function Documentation

MIPS_MACHINE ( ATH79_MACH_AP121  ,
"AP121"  ,
"Atheros AP121 reference board ,
ap121_setup   
)