|
Linux Kernel
3.7.1
|
#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) |
| #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.
Definition at line 298 of file video_gx.c.
Definition at line 236 of file video_gx.c.
Definition at line 120 of file video_gx.c.
1.8.2