Home
last modified time | relevance | path

Searched refs:HW_DB_BG_PLTT (Results 1 – 5 of 5) sorted by relevance

/TwlSDK-5.1.0/include/nitro/hw/ARM9/
Dmmap_global.h97 #define HW_DB_BG_PLTT 0x05000400 macro
99 #define HW_DB_BG_PLTT_SIZE (HW_DB_BG_PLTT_END-HW_DB_BG_PLTT)
103 #define HW_DB_PLTT HW_DB_BG_PLTT
/TwlSDK-5.1.0/include/twl/hw/ARM9/
Dmmap_global.h128 #define HW_DB_BG_PLTT 0x05000400 macro
130 #define HW_DB_BG_PLTT_SIZE (HW_DB_BG_PLTT_END - HW_DB_BG_PLTT)
134 #define HW_DB_PLTT HW_DB_BG_PLTT
/TwlSDK-5.1.0/build/demos/os/forChina-fs/src/
Dos_china_override.c380 *((u16 *)(HW_DB_BG_PLTT + 0)) = 0x0000; in OS_ShowAttentionChina()
381 *((u16 *)(HW_DB_BG_PLTT + 2)) = 0x7fff; in OS_ShowAttentionChina()
463 SVC_CpuClearFast(0, (u32 *)HW_DB_BG_PLTT, 0x04); in OS_ShowAttentionChina()
/TwlSDK-5.1.0/build/libraries/os/ARM9/src/
Dos_china.c623 *((u16 *)(HW_DB_BG_PLTT + 0)) = 0x0000; in OS_ShowAttentionChina()
624 *((u16 *)(HW_DB_BG_PLTT + 2)) = 0x7fff; in OS_ShowAttentionChina()
699 SVC_CpuClearFast(0, (u32 *)HW_DB_BG_PLTT, 0x04); in OS_ShowAttentionChina()
/TwlSDK-5.1.0/build/libraries/gx/ARM9/src/
Dgx_load2d.c77 GXi_DmaCopy16(GXi_DmaId, pSrc, (void *)(HW_DB_BG_PLTT + offset), szByte); in GXS_LoadBGPltt()