Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Variables
nv04.c File Reference
#include <subdev/timer.h>

Go to the source code of this file.

Data Structures

struct  nv04_timer_priv
 

Macros

#define NV04_PTIMER_INTR_0   0x009100
 
#define NV04_PTIMER_INTR_EN_0   0x009140
 
#define NV04_PTIMER_NUMERATOR   0x009200
 
#define NV04_PTIMER_DENOMINATOR   0x009210
 
#define NV04_PTIMER_TIME_0   0x009400
 
#define NV04_PTIMER_TIME_1   0x009410
 
#define NV04_PTIMER_ALARM_0   0x009420
 

Variables

struct nouveau_oclass nv04_timer_oclass
 

Macro Definition Documentation

#define NV04_PTIMER_ALARM_0   0x009420

Definition at line 33 of file nv04.c.

#define NV04_PTIMER_DENOMINATOR   0x009210

Definition at line 30 of file nv04.c.

#define NV04_PTIMER_INTR_0   0x009100

Definition at line 27 of file nv04.c.

#define NV04_PTIMER_INTR_EN_0   0x009140

Definition at line 28 of file nv04.c.

#define NV04_PTIMER_NUMERATOR   0x009200

Definition at line 29 of file nv04.c.

#define NV04_PTIMER_TIME_0   0x009400

Definition at line 31 of file nv04.c.

#define NV04_PTIMER_TIME_1   0x009410

Definition at line 32 of file nv04.c.

Variable Documentation

struct nouveau_oclass nv04_timer_oclass
Initial value:
= {
.handle = NV_SUBDEV(TIMER, 0x04),
.ofuncs = &(struct nouveau_ofuncs) {
.ctor = nv04_timer_ctor,
.dtor = nv04_timer_dtor,
.init = nv04_timer_init,
.fini = nv04_timer_fini,
}
}

Definition at line 241 of file nv04.c.