Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/fs/common/src/
Dfs_overlay.c212 const u32 address = (u32)FS_GetOverlayAddress(ovi); in FSi_RegisterOverlayToDebugger()
230 const u32 address = (u32)FS_GetOverlayAddress(ovi); in FSi_UnregisterOverlayToDebugger()
319 u8 *const addr = FS_GetOverlayAddress(p_ovi); in FS_ClearOverlayImage()
451 if (FS_ReadFileAsync(p_file, FS_GetOverlayAddress(p_ovi), size) == size) in FS_LoadOverlayImageAsync()
483 if (FS_ReadFile(p_file, FS_GetOverlayAddress(p_ovi), size) == size) in FS_LoadOverlayImage()
699 DC_FlushRange(FS_GetOverlayAddress(p_ovi), FS_GetOverlayImageSize(p_ovi)); in FS_StartOverlay()
737 const u32 region_top = (u32)FS_GetOverlayAddress(p_ovi); in FS_EndOverlay()
/TwlSDK-5.1.0/include/nitro/fs/
Doverlay.h139 SDK_INLINE void *FS_GetOverlayAddress(const FSOverlayInfo *p_ovi) in FS_GetOverlayAddress() function