Searched refs:data (Results 1 – 4 of 4) sorted by relevance
| /TwlSDK-5.2.3/ |
| D | changelog-TwlSDK-5_2_patch3-20090825.txt | 17 …- (OS) Added explanation to the Function Reference Manual of how argument data is handled in TWL m… 19 …data obtained with the OS_GetArgc and the OS_GetArgv functions is invalid in FINALROM mode; these … 35 …ed correctly due to individual variances. As a result, invalid coordinate data would be acquired w…
|
| /TwlSDK-5.2.3/build/libraries/init/ARM9.TWL/src/ |
| D | crt0.FLX.c | 68 static void INITi_CpuClear32(register u32 data, register void* destp, register u32 size); 397 INITi_CpuClear32(register u32 data, register void* destp, register u32 size) in INITi_CpuClear32() argument 914 #define data r0 in MIi_UncompressBackward() macro 945 ldrb data, [inp, #-1]! in MIi_UncompressBackward() 947 strb data, [outp, #-1]! // Copy 1 byte in MIi_UncompressBackward() 957 ldrb data, [outp, index] in MIi_UncompressBackward() 959 strb data, [outp, #-1]! in MIi_UncompressBackward()
|
| /TwlSDK-5.2.3/build/libraries/os/ARM9/src/ |
| D | os_china.c | 475 u16 data = 0x001f; in DispExclusiveMessage() local 491 *((u16 *)(HW_BG_PLTT + 2)) = data; in DispExclusiveMessage() 492 data += target; in DispExclusiveMessage()
|
| /TwlSDK-5.2.3/build/libraries/snd/ARM9.TWL/src/ |
| D | sndex.c | 91 static void CommonCallback (PXIFifoTag tag, u32 data, BOOL err); 1553 CommonCallback (PXIFifoTag tag, u32 data, BOOL err) in CommonCallback() argument 1555 u8 command = (u8)((data & SNDEX_PXI_COMMAND_MASK) >> SNDEX_PXI_COMMAND_SHIFT); in CommonCallback() 1556 u8 result = (u8)((data & SNDEX_PXI_RESULT_MASK) >> SNDEX_PXI_RESULT_SHIFT); in CommonCallback() 1557 u8 param = (u8)((data & SNDEX_PXI_PARAMETER_MASK) >> SNDEX_PXI_PARAMETER_SHIFT); in CommonCallback()
|