Home
last modified time | relevance | path

Searched refs:SVC_CpuClearFast (Results 1 – 3 of 3) sorted by relevance

/TwlSDK-5.2.1/build/demos/os/forChina-fs/src/
Dos_china_override.c342 SVC_CpuClearFast(0, (u32 *)(HW_BG_VRAM + 0xf000), 32*24*2); in OS_ShowAttentionChina()
483 SVC_CpuClearFast(0, (u32 *)HW_BG_VRAM, 0x10000); in OS_ShowAttentionChina()
484 SVC_CpuClearFast(0, (u32 *)HW_BG_PLTT, 0x200); in OS_ShowAttentionChina()
485 SVC_CpuClearFast(0, (u32 *)HW_DB_BG_VRAM, 0x10000); in OS_ShowAttentionChina()
486 SVC_CpuClearFast(0, (u32 *)HW_DB_BG_PLTT, 0x04); in OS_ShowAttentionChina()
487 SVC_CpuClearFast(0, (u32 *)HW_DB_OAM, HW_OAM_SIZE); in OS_ShowAttentionChina()
/TwlSDK-5.2.1/include/nitro/os/common/
DsystemCall.h278 #define SVC_CpuClearFast( data, destp, size ) \ macro
306 SVC_CpuClearFast( data, destp, sizeof(destp) )
/TwlSDK-5.2.1/build/libraries/os/ARM9/src/
Dos_china.c609 SVC_CpuClearFast(0, (u32 *)(HW_BG_VRAM + 0xf000), 32*24*2); in OS_ShowAttentionChina()
745 SVC_CpuClearFast(0, (u32 *)HW_BG_VRAM, 0x10000); in OS_ShowAttentionChina()
746 SVC_CpuClearFast(0, (u32 *)HW_BG_PLTT, 0x200); in OS_ShowAttentionChina()
747 SVC_CpuClearFast(0, (u32 *)HW_DB_BG_VRAM, 0x10000); in OS_ShowAttentionChina()
748 SVC_CpuClearFast(0, (u32 *)HW_DB_BG_PLTT, 0x04); in OS_ShowAttentionChina()
749 SVC_CpuClearFast(0, (u32 *)HW_DB_OAM, HW_OAM_SIZE); in OS_ShowAttentionChina()