Searched refs:SVC_CpuClearFast (Results 1 – 3 of 3) sorted by relevance
| /TwlSDK-5.1.0/build/demos/os/forChina-fs/src/ |
| D | os_china_override.c | 322 SVC_CpuClearFast(0, (u32 *)(HW_BG_VRAM + 0xf000), 1536); in OS_ShowAttentionChina() 460 SVC_CpuClearFast(0, (u32 *)HW_BG_VRAM, 0x10000); in OS_ShowAttentionChina() 461 SVC_CpuClearFast(0, (u32 *)HW_BG_PLTT, 0x200); in OS_ShowAttentionChina() 462 SVC_CpuClearFast(0, (u32 *)HW_DB_BG_VRAM, 0x10000); in OS_ShowAttentionChina() 463 SVC_CpuClearFast(0, (u32 *)HW_DB_BG_PLTT, 0x04); in OS_ShowAttentionChina() 464 SVC_CpuClearFast(0, (u32 *)HW_DB_OAM, HW_OAM_SIZE); in OS_ShowAttentionChina()
|
| /TwlSDK-5.1.0/build/libraries/os/ARM9/src/ |
| D | os_china.c | 565 SVC_CpuClearFast(0, (u32 *)(HW_BG_VRAM + 0xf000), 1536); in OS_ShowAttentionChina() 696 SVC_CpuClearFast(0, (u32 *)HW_BG_VRAM, 0x10000); in OS_ShowAttentionChina() 697 SVC_CpuClearFast(0, (u32 *)HW_BG_PLTT, 0x200); in OS_ShowAttentionChina() 698 SVC_CpuClearFast(0, (u32 *)HW_DB_BG_VRAM, 0x10000); in OS_ShowAttentionChina() 699 SVC_CpuClearFast(0, (u32 *)HW_DB_BG_PLTT, 0x04); in OS_ShowAttentionChina() 700 SVC_CpuClearFast(0, (u32 *)HW_DB_OAM, HW_OAM_SIZE); in OS_ShowAttentionChina()
|
| /TwlSDK-5.1.0/include/nitro/os/common/ |
| D | systemCall.h | 278 #define SVC_CpuClearFast( data, destp, size ) \ macro 306 SVC_CpuClearFast( data, destp, sizeof(destp) )
|