Home
last modified time | relevance | path

Searched refs:HW_DB_OBJ_PLTT (Results 1 – 4 of 4) sorted by relevance

/TwlSDK-5.4/include/nitro/hw/ARM9/
Dmmap_global.h100 #define HW_DB_OBJ_PLTT 0x05000600 macro
102 #define HW_DB_OBJ_PLTT_SIZE (HW_DB_OBJ_PLTT_END-HW_DB_OBJ_PLTT)
/TwlSDK-5.4/include/twl/hw/ARM9/
Dmmap_global.h131 #define HW_DB_OBJ_PLTT 0x05000600 macro
133 #define HW_DB_OBJ_PLTT_SIZE (HW_DB_OBJ_PLTT_END - HW_DB_OBJ_PLTT)
/TwlSDK-5.4/build/libraries/os/ARM9/src/
Dos_china.c668 *((u16 *)(HW_DB_OBJ_PLTT + 0)) = 0x7fff; in OS_ShowAttentionChina()
669 *((u16 *)(HW_DB_OBJ_PLTT + 2)) = 0x0000; in OS_ShowAttentionChina()
/TwlSDK-5.4/build/libraries/gx/ARM9/src/
Dgx_load2d.c125 GXi_DmaCopy16(GXi_DmaId, pSrc, (void *)(HW_DB_OBJ_PLTT + offset), szByte); in GXS_LoadOBJPltt()