Searched refs:read (Results 1 – 5 of 5) sorted by relevance
| /TwlSDK-5.1.0/include/nitro/mi/ |
| D | device.h | 66 MIDeviceReadFunction read, in MI_InitDevice() argument 70 device->Read = read; in MI_InitDevice()
|
| /TwlSDK-5.1.0/include/twl/hw/ARM9/tmp/ |
| D | readme.txt | 1 ioreg_CFG.h will be read from the official register table when it is ready. However, because it doe…
|
| /TwlSDK-5.1.0/ |
| D | readme.txt | 22 To read about the changes made to the individual packages released up to
|
| /TwlSDK-5.1.0/build/libraries/fs/common/src/ |
| D | fs_archive_fatfs.c | 1013 int read; in FSi_FATFS_ReadFile() local 1033 read = FATFS_ReadFile(handle, dst, (int)len); in FSi_FATFS_ReadFile() 1041 if( (dst != buffer)&&(read > 0)) in FSi_FATFS_ReadFile() 1043 DC_InvalidateRange(dst, (u32)read); in FSi_FATFS_ReadFile() 1044 MI_CpuCopy8(dst, buffer, (u32)read); in FSi_FATFS_ReadFile() 1046 buffer = (u8 *)buffer + read; in FSi_FATFS_ReadFile() 1047 rest -= read; in FSi_FATFS_ReadFile() 1049 if( read != len) { in FSi_FATFS_ReadFile()
|
| D | fs_proc_default.c | 1470 FSResult (*read)(FSArchive*, void*, u32, u32) = FSi_ReadSRLCallback; in FSi_MountSRLFile() local 1477 read, write)) in FSi_MountSRLFile()
|