Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
neponset.h File Reference

Go to the source code of this file.

Macros

#define NCR_GP01_OFF   (1<<0)
 
#define NCR_TP_PWR_EN   (1<<1)
 
#define NCR_MS_PWR_EN   (1<<2)
 
#define NCR_ENET_OSC_EN   (1<<3)
 
#define NCR_SPI_KB_WK_UP   (1<<4)
 
#define NCR_A0VPP   (1<<5)
 
#define NCR_A1VPP   (1<<6)
 
#define neponset_ncr_set(v)   neponset_ncr_frob(0, v)
 
#define neponset_ncr_clear(v)   neponset_ncr_frob(v, 0)
 

Functions

void neponset_ncr_frob (unsigned int, unsigned int)
 

Macro Definition Documentation

#define NCR_A0VPP   (1<<5)

Definition at line 23 of file neponset.h.

#define NCR_A1VPP   (1<<6)

Definition at line 24 of file neponset.h.

#define NCR_ENET_OSC_EN   (1<<3)

Definition at line 21 of file neponset.h.

#define NCR_GP01_OFF   (1<<0)

Definition at line 18 of file neponset.h.

#define NCR_MS_PWR_EN   (1<<2)

Definition at line 20 of file neponset.h.

#define NCR_SPI_KB_WK_UP   (1<<4)

Definition at line 22 of file neponset.h.

#define NCR_TP_PWR_EN   (1<<1)

Definition at line 19 of file neponset.h.

#define neponset_ncr_clear (   v)    neponset_ncr_frob(v, 0)

Definition at line 28 of file neponset.h.

#define neponset_ncr_set (   v)    neponset_ncr_frob(0, v)

Definition at line 27 of file neponset.h.

Function Documentation

void neponset_ncr_frob ( unsigned  int,
unsigned  int 
)

Definition at line 76 of file neponset.c.