Home
last modified time | relevance | path

Searched refs:CARD_GetOwnRomHeader (Results 1 – 6 of 6) sorted by relevance

/TwlSDK-5.4/include/nitro/card/
Drom.h57 const CARDRomHeader *CARD_GetOwnRomHeader(void);
85 const CARDRomHeader *header = CARD_GetOwnRomHeader(); in CARD_GetRomRegionFNT()
100 const CARDRomHeader *header = CARD_GetOwnRomHeader(); in CARD_GetRomRegionFAT()
115 const CARDRomHeader *header = CARD_GetOwnRomHeader(); in CARD_GetRomRegionOVT()
/TwlSDK-5.4/build/libraries/wfs/common/src/
Dwfs_thread.c77 const u8 *header = (const u8 *)CARD_GetOwnRomHeader(); in WFSi_ReadRomCallback()
87 ((offset >= CARD_GetOwnRomHeader()->rom_size) || in WFSi_ReadRomCallback()
88 (offset + length > CARD_GetOwnRomHeader()->rom_size))) in WFSi_ReadRomCallback()
/TwlSDK-5.4/build/libraries/card/common/src/
Dcard_api.c279 const CARDRomHeader *CARD_GetOwnRomHeader(void) in CARD_GetOwnRomHeader() function
Dcard_rom.c829 if ((OS_GetBootType() == OS_BOOTTYPE_ROM) && CARD_GetOwnRomHeader()->rom_size) in CARDi_InitRom()
834 CARD_GetOwnRomHeader()->rom_size, in CARDi_InitRom()
/TwlSDK-5.4/build/libraries/fs/common/src/
Dfs_proc_rom.c67 const CARDRomHeader *header = CARD_GetOwnRomHeader(); in FSi_IsUnreadableRomOffset()
/TwlSDK-5.4/build/libraries/mb/common/src/
Dmb_fileinfo.c196 if (!CARD_IsExecutableOnTWL((const CARDRomHeader *)CARD_GetOwnRomHeader())) in MB_ReadSegment()