Home
last modified time | relevance | path

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

/TwlSDK-5.4.2/
Dchangelog-TwlSDK-5_4_patch2-20100426.txt37 …Added a feature to the NandFiler tool to fill the photo memory region with photo data to set the r…
/TwlSDK-5.4.2/build/libraries/os/common/src/
Dos_reset.c31 static void OSi_CpuClear32(register u32 data, register void *destp, register u32 size);
676 static asm void OSi_CpuClear32( register u32 data, register void *destp, register u32 size ) in OSi_CpuClear32() argument
916 const u32 data = *reg_CARD_DATA; in OSi_ReadCardRom32() local
921 *(u32 *)((u32)dst + pos) = data; in OSi_ReadCardRom32()