Home
last modified time | relevance | path

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

/TwlSDK-5.4/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.4/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.4/build/libraries/os/ARM9/src/
Dos_china.c666 *((u16 *)(HW_DB_BG_PLTT + 0)) = 0x7fff; in OS_ShowAttentionChina()
667 *((u16 *)(HW_DB_BG_PLTT + 2)) = 0x0000; in OS_ShowAttentionChina()
745 SVC_CpuClearFast(0, (u32 *)HW_DB_BG_PLTT, 0x04); in OS_ShowAttentionChina()
/TwlSDK-5.4/build/libraries/os/ARM9.TWL/src/
Dos_attention.c248 SVC_CpuCopyFast(data_plt, (u32 *)(HW_DB_BG_PLTT), plt_size); in OS_ShowAttentionOfLimitedRom()
/TwlSDK-5.4/build/libraries/gx/ARM9/src/
Dgx_load2d.c77 GXi_DmaCopy16(GXi_DmaId, pSrc, (void *)(HW_DB_BG_PLTT + offset), szByte); in GXS_LoadBGPltt()