Home
last modified time | relevance | path

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

/TwlSDK-5.2.1/build/libraries/fs/common/src/
Dfs_overlay.c188 const u32 address = (u32)FS_GetOverlayAddress(ovi); in FSi_RegisterOverlayToDebugger()
206 const u32 address = (u32)FS_GetOverlayAddress(ovi); in FSi_UnregisterOverlayToDebugger()
295 u8 *const addr = FS_GetOverlayAddress(p_ovi); in FS_ClearOverlayImage()
427 if (FS_ReadFileAsync(p_file, FS_GetOverlayAddress(p_ovi), size) == size) in FS_LoadOverlayImageAsync()
459 if (FS_ReadFile(p_file, FS_GetOverlayAddress(p_ovi), size) == size) in FS_LoadOverlayImage()
675 DC_FlushRange(FS_GetOverlayAddress(p_ovi), FS_GetOverlayImageSize(p_ovi)); in FS_StartOverlay()
713 const u32 region_top = (u32)FS_GetOverlayAddress(p_ovi); in FS_EndOverlay()
/TwlSDK-5.2.1/include/nitro/fs/
Doverlay.h139 SDK_INLINE void *FS_GetOverlayAddress(const FSOverlayInfo *p_ovi) in FS_GetOverlayAddress() function