Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Variables
nv40.c File Reference
#include "nv04.h"

Go to the source code of this file.

Variables

struct nouveau_oclass nv40_instmem_oclass
 

Variable Documentation

struct nouveau_oclass nv40_instmem_oclass
Initial value:
= {
.handle = NV_SUBDEV(INSTMEM, 0x40),
.ofuncs = &(struct nouveau_ofuncs) {
.ctor = nv40_instmem_ctor,
.rd32 = nv40_instmem_rd32,
.wr32 = nv40_instmem_wr32,
},
}

Definition at line 128 of file nv40.c.