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

Go to the source code of this file.

Data Structures

struct  nv04_mc_priv
 

Functions

int nv04_mc_init (struct nouveau_object *object)
 

Variables

struct nouveau_mc_intr nv04_mc_intr []
 
struct nouveau_oclass nv04_mc_oclass
 

Function Documentation

int nv04_mc_init ( struct nouveau_object object)

Definition at line 64 of file nv04.c.

Variable Documentation

struct nouveau_mc_intr nv04_mc_intr[]
Initial value:
= {
{ 0x00000001, NVDEV_ENGINE_MPEG },
{ 0x00000100, NVDEV_ENGINE_FIFO },
{ 0x00001000, NVDEV_ENGINE_GR },
{ 0x00020000, NVDEV_ENGINE_VP },
{ 0x00100000, NVDEV_SUBDEV_TIMER },
{ 0x01000000, NVDEV_ENGINE_DISP },
{ 0x02000000, NVDEV_ENGINE_DISP },
{ 0x10000000, NVDEV_SUBDEV_GPIO },
{ 0x80000000, NVDEV_ENGINE_SW },
{}
}

Definition at line 32 of file nv04.c.

struct nouveau_oclass nv04_mc_oclass
Initial value:
= {
.handle = NV_SUBDEV(MC, 0x04),
.ofuncs = &(struct nouveau_ofuncs) {
.ctor = nv04_mc_ctor,
.init = nv04_mc_init,
},
}

Definition at line 75 of file nv04.c.