Home
last modified time | relevance | path

Searched refs:read (Results 1 – 5 of 5) sorted by relevance

/TwlSDK-5.4/include/nitro/mi/
Ddevice.h66 MIDeviceReadFunction read, in MI_InitDevice() argument
70 device->Read = read; in MI_InitDevice()
/TwlSDK-5.4/include/twl/hw/ARM9/tmp/
Dreadme.txt1 ioreg_CFG.h will be read from the official register table when it is ready. However, because it doe…
/TwlSDK-5.4/
Dreadme.txt23 To read about the changes made in the individual packages released before
/TwlSDK-5.4/build/libraries/fs/common/src/
Dfs_archive_fatfs.c1010 int read; in FSi_FATFS_ReadFile() local
1053 read = FATFS_ReadFile(handle, dst, (int)len); in FSi_FATFS_ReadFile()
1061 if ((dst != buffer) && (read > 0)) in FSi_FATFS_ReadFile()
1063 DC_InvalidateRange(dst, (u32)read); in FSi_FATFS_ReadFile()
1064 MI_CpuCopy8(dst, buffer, (u32)read); in FSi_FATFS_ReadFile()
1066 buffer = (u8 *)buffer + read; in FSi_FATFS_ReadFile()
1067 rest -= read; in FSi_FATFS_ReadFile()
1068 if (read != len) in FSi_FATFS_ReadFile()
Dfs_proc_default.c1469 FSResult (*read)(FSArchive*, void*, u32, u32) = FSi_ReadSRLCallback; in FSi_MountSRLFile() local
1476 read, write)) in FSi_MountSRLFile()