Home
last modified time | relevance | path

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

/TwlSDK-5.3.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.3.1/include/nitro/os/common/
DsystemCall.h278 #define SVC_CpuClearFast( data, destp, size ) \ macro
306 SVC_CpuClearFast( data, destp, sizeof(destp) )
/TwlSDK-5.3.1/build/libraries/os/ARM9/src/
Dos_china.c601 SVC_CpuClearFast(0, (u32 *)(HW_BG_VRAM + 0xf000), 32*24*2); in OS_ShowAttentionChina()
737 SVC_CpuClearFast(0, (u32 *)HW_BG_VRAM, 0x10000); in OS_ShowAttentionChina()
738 SVC_CpuClearFast(0, (u32 *)HW_BG_PLTT, 0x200); in OS_ShowAttentionChina()
739 SVC_CpuClearFast(0, (u32 *)HW_DB_BG_VRAM, 0x10000); in OS_ShowAttentionChina()
740 SVC_CpuClearFast(0, (u32 *)HW_DB_BG_PLTT, 0x04); in OS_ShowAttentionChina()
741 SVC_CpuClearFast(0, (u32 *)HW_DB_OAM, HW_OAM_SIZE); in OS_ShowAttentionChina()