Home
last modified time | relevance | path

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

/TwlSDK-5.2.1/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.2.1/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.2.1/build/libraries/os/ARM9.TWL/src/
Dos_attention_china.c118 SVC_CpuCopyFast(data_plt, (u32 *)(HW_DB_BG_PLTT), plt_size); in OS_ShowAttentionOfLimitedRomChina()
Dos_attention.c184 SVC_CpuCopyFast(data_plt, (u32 *)(HW_DB_BG_PLTT), plt_size); in OS_ShowAttentionOfLimitedRom()
/TwlSDK-5.2.1/build/demos/os/forChina-fs/src/
Dos_china_override.c402 *((u16 *)(HW_DB_BG_PLTT + 0)) = 0x7fff; in OS_ShowAttentionChina()
403 *((u16 *)(HW_DB_BG_PLTT + 2)) = 0x0000; in OS_ShowAttentionChina()
486 SVC_CpuClearFast(0, (u32 *)HW_DB_BG_PLTT, 0x04); in OS_ShowAttentionChina()
/TwlSDK-5.2.1/build/libraries/os/ARM9/src/
Dos_china.c669 *((u16 *)(HW_DB_BG_PLTT + 0)) = 0x7fff; in OS_ShowAttentionChina()
670 *((u16 *)(HW_DB_BG_PLTT + 2)) = 0x0000; in OS_ShowAttentionChina()
748 SVC_CpuClearFast(0, (u32 *)HW_DB_BG_PLTT, 0x04); in OS_ShowAttentionChina()
/TwlSDK-5.2.1/build/libraries/gx/ARM9/src/
Dgx_load2d.c77 GXi_DmaCopy16(GXi_DmaId, pSrc, (void *)(HW_DB_BG_PLTT + offset), szByte); in GXS_LoadBGPltt()