Searched refs:dmaBase (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/video/fbdev/nvidia/ |
H A D | nv_accel.c | 209 par->dmaBase = (u32 __iomem *) (&par->FbStart[par->FbUsableSize]); in NVResetGraphics() 212 NV_WR32(&par->dmaBase[i], 0, 0x00000000); in NVResetGraphics() 214 NV_WR32(&par->dmaBase[0x0 + SKIPS], 0, 0x00040000); in NVResetGraphics() 215 NV_WR32(&par->dmaBase[0x1 + SKIPS], 0, 0x80000010); in NVResetGraphics() 216 NV_WR32(&par->dmaBase[0x2 + SKIPS], 0, 0x00042000); in NVResetGraphics() 217 NV_WR32(&par->dmaBase[0x3 + SKIPS], 0, 0x80000011); in NVResetGraphics() 218 NV_WR32(&par->dmaBase[0x4 + SKIPS], 0, 0x00044000); in NVResetGraphics() 219 NV_WR32(&par->dmaBase[0x5 + SKIPS], 0, 0x80000012); in NVResetGraphics() 220 NV_WR32(&par->dmaBase[0x6 + SKIPS], 0, 0x00046000); in NVResetGraphics() 221 NV_WR32(&par->dmaBase[0x7 + SKIPS], 0, 0x80000013); in NVResetGraphics() [all …]
|
H A D | nv_local.h | 74 NV_WR32(&(par)->dmaBase[(par)->dmaCurrent++], 0, (data))
|
H A D | nv_type.h | 144 u32 __iomem *dmaBase; member
|