Home
last modified time | relevance | path

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

/TwlSDK-5.4/build/libraries/os/ARM9/src/
Dos_china.c606 SVC_CpuClearFast(0, (u32 *)(HW_BG_VRAM + 0xf000), 32*24*2); in OS_ShowAttentionChina()
742 SVC_CpuClearFast(0, (u32 *)HW_BG_VRAM, 0x10000); in OS_ShowAttentionChina()
743 SVC_CpuClearFast(0, (u32 *)HW_BG_PLTT, 0x200); in OS_ShowAttentionChina()
744 SVC_CpuClearFast(0, (u32 *)HW_DB_BG_VRAM, 0x10000); in OS_ShowAttentionChina()
745 SVC_CpuClearFast(0, (u32 *)HW_DB_BG_PLTT, 0x04); in OS_ShowAttentionChina()
746 SVC_CpuClearFast(0, (u32 *)HW_DB_OAM, HW_OAM_SIZE); in OS_ShowAttentionChina()
/TwlSDK-5.4/include/nitro/os/common/
DsystemCall.h278 #define SVC_CpuClearFast( data, destp, size ) \ macro
306 SVC_CpuClearFast( data, destp, sizeof(destp) )