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

Go to the source code of this file.

Macros

#define Maximum_DSP_PRECISION   7
 

Functions

u8 aty_ld_pll_ct (int offset, const struct atyfb_par *par)
 
void aty_set_pll_ct (const struct fb_info *info, const union aty_pll *pll)
 

Variables

struct aty_dac_ops aty_dac_ct
 
struct aty_pll_ops aty_pll_ct
 

Macro Definition Documentation

#define Maximum_DSP_PRECISION   7

Definition at line 116 of file mach64_ct.c.

Function Documentation

u8 aty_ld_pll_ct ( int  offset,
const struct atyfb_par par 
)

Definition at line 22 of file mach64_ct.c.

void aty_set_pll_ct ( const struct fb_info info,
const union aty_pll pll 
)

Definition at line 280 of file mach64_ct.c.

Variable Documentation

struct aty_dac_ops aty_dac_ct
Initial value:
= {
.set_dac = (void *) dummy,
}

Definition at line 640 of file mach64_ct.c.

struct aty_pll_ops aty_pll_ct
Initial value:
= {
.var_to_pll = aty_var_to_pll_ct,
.pll_to_var = aty_pll_to_var_ct,
.set_pll = aty_set_pll_ct,
.get_pll = aty_get_pll_ct,
.init_pll = aty_init_pll_ct,
.resume_pll = aty_resume_pll_ct,
}

Definition at line 644 of file mach64_ct.c.