Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
video_gx.c File Reference
#include <linux/fb.h>
#include <linux/delay.h>
#include <asm/io.h>
#include <asm/delay.h>
#include <asm/msr.h>
#include <linux/cs5535.h>
#include "gxfb.h"

Go to the source code of this file.

Data Structures

struct  gx_pll_entry
 

Macros

#define POSTDIV3   ((u32)MSR_GLCP_SYS_RSTPLL_DOTPOSTDIV3)
 
#define PREMULT2   ((u32)MSR_GLCP_SYS_RSTPLL_DOTPREMULT2)
 
#define PREDIV2   ((u32)MSR_GLCP_SYS_RSTPLL_DOTPOSTDIV3)
 

Functions

void gx_set_dclk_frequency (struct fb_info *info)
 
void gx_configure_display (struct fb_info *info)
 
int gx_blank_display (struct fb_info *info, int blank_mode)
 

Macro Definition Documentation

#define POSTDIV3   ((u32)MSR_GLCP_SYS_RSTPLL_DOTPOSTDIV3)

Definition at line 33 of file video_gx.c.

#define PREDIV2   ((u32)MSR_GLCP_SYS_RSTPLL_DOTPOSTDIV3)

Definition at line 35 of file video_gx.c.

#define PREMULT2   ((u32)MSR_GLCP_SYS_RSTPLL_DOTPREMULT2)

Definition at line 34 of file video_gx.c.

Function Documentation

int gx_blank_display ( struct fb_info info,
int  blank_mode 
)

Definition at line 298 of file video_gx.c.

void gx_configure_display ( struct fb_info info)

Definition at line 236 of file video_gx.c.

void gx_set_dclk_frequency ( struct fb_info info)

Definition at line 120 of file video_gx.c.