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

Go to the source code of this file.

Data Structures

struct  w100_tg_info
 
struct  w100_gen_regs
 
struct  w100_gpio_regs
 
struct  w100_mem_info
 
struct  w100_bm_mem_info
 
struct  w100_mode
 
struct  w100_pll_info
 
struct  w100fb_mach_info
 
struct  w100fb_par
 

Macros

#define W100_GPIO_PORT_A   0
 
#define W100_GPIO_PORT_B   1
 
#define CLK_SRC_XTAL   0
 
#define CLK_SRC_PLL   1
 
#define INIT_MODE_ROTATED   0x1
 
#define INIT_MODE_FLIPPED   0x2
 

Functions

unsigned long w100fb_gpio_read (int port)
 
void w100fb_gpio_write (int port, unsigned long value)
 
unsigned long w100fb_get_hsynclen (struct device *dev)
 

Macro Definition Documentation

#define CLK_SRC_PLL   1

Definition at line 16 of file w100fb.h.

#define CLK_SRC_XTAL   0

Definition at line 15 of file w100fb.h.

#define INIT_MODE_FLIPPED   0x2

Definition at line 106 of file w100fb.h.

#define INIT_MODE_ROTATED   0x1

Definition at line 105 of file w100fb.h.

#define W100_GPIO_PORT_A   0

Definition at line 12 of file w100fb.h.

#define W100_GPIO_PORT_B   1

Definition at line 13 of file w100fb.h.

Function Documentation

unsigned long w100fb_get_hsynclen ( struct device dev)

Definition at line 175 of file w100fb.c.

unsigned long w100fb_gpio_read ( int  port)

Definition at line 847 of file w100fb.c.

void w100fb_gpio_write ( int  port,
unsigned long  value 
)

Definition at line 859 of file w100fb.c.