Searched refs:HW_LCDC_VRAM_D (Results 1 – 7 of 7) sorted by relevance
| /TwlSDK-5.4/include/nitro/hw/ARM9/ |
| D | mmap_vram.h | 39 #define HW_LCDC_VRAM_D (HW_LCDC_VRAM_C + HW_VRAM_C_SIZE) macro 40 #define HW_LCDC_VRAM_E (HW_LCDC_VRAM_D + HW_VRAM_D_SIZE)
|
| /TwlSDK-5.4/include/twl/hw/ARM9/ |
| D | mmap_vram.h | 40 #define HW_LCDC_VRAM_D (HW_LCDC_VRAM_C + HW_VRAM_C_SIZE) macro 41 #define HW_LCDC_VRAM_E (HW_LCDC_VRAM_D + HW_VRAM_D_SIZE)
|
| /TwlSDK-5.4/build/libraries/gx/ARM9/src/ |
| D | gx_load3d.c | 77 (u16)(HW_LCDC_VRAM_D >> 12), 0, 0} 80 (u16)(HW_LCDC_VRAM_A >> 12), (u16)(HW_LCDC_VRAM_D >> 12), (u16)(HW_VRAM_A_SIZE >> 12)} 83 (u16)(HW_LCDC_VRAM_B >> 12), (u16)(HW_LCDC_VRAM_D >> 12), (u16)(HW_VRAM_B_SIZE >> 12)} 87 (u16)(HW_LCDC_VRAM_D >> 12), (u16)((HW_VRAM_A_SIZE + HW_VRAM_B_SIZE) >> 12)} 221 sTexLCDCBlk2 = HW_LCDC_VRAM_D; in GX_BeginLoadTex() 236 sTexLCDCBlk1 = HW_LCDC_VRAM_D; in GX_BeginLoadTex() 241 sTexLCDCBlk2 = HW_LCDC_VRAM_D; in GX_BeginLoadTex() 247 sTexLCDCBlk2 = HW_LCDC_VRAM_D; in GX_BeginLoadTex()
|
| /TwlSDK-5.4/build/demos/gx/UnitTours/2D_BmpBg_Vram/src/ |
| D | main.c | 67 MI_DmaCopy32(3, IMAGE_VRAM256x192[3], (void *)HW_LCDC_VRAM_D, in TwlMain()
|
| /TwlSDK-5.4/build/demos/mi/uncompressStream-1/src/ |
| D | main.c | 274 MI_DmaCopy32(3, data_uncomp_buf, (void *)HW_LCDC_VRAM_D, in NitroMain()
|
| /TwlSDK-5.4/build/libraries/ext/common/src/ |
| D | ext_scrntest.c | 460 return (CapturedPixel *) HW_LCDC_VRAM_D; in getCapturedBufferBase_()
|
| /TwlSDK-5.4/build/demos.TWL/camera/camera-3/src/ |
| D | main.c | 176 MI_CpuClearFast((void*)HW_LCDC_VRAM_D, 128 * 1024); in TwlMain()
|