Searched refs:p_Fm (Results 1 – 1 of 1) sorted by relevance
69 static void FreeInitResources(t_Fm *p_Fm) in FreeInitResources() argument71 if (p_Fm->camBaseAddr) in FreeInitResources()72 FM_MURAM_FreeMem(p_Fm->h_FmMuram, UINT_TO_PTR(p_Fm->camBaseAddr)); in FreeInitResources()73 if (p_Fm->fifoBaseAddr) in FreeInitResources()74 FM_MURAM_FreeMem(p_Fm->h_FmMuram, UINT_TO_PTR(p_Fm->fifoBaseAddr)); in FreeInitResources()75 if (p_Fm->resAddr) in FreeInitResources()76 FM_MURAM_FreeMem(p_Fm->h_FmMuram, UINT_TO_PTR(p_Fm->resAddr)); in FreeInitResources()79 static bool IsFmanCtrlCodeLoaded(t_Fm *p_Fm) in IsFmanCtrlCodeLoaded() argument83 ASSERT_COND(p_Fm); in IsFmanCtrlCodeLoaded()84 p_Iram = (t_FMIramRegs *)UINT_TO_PTR(p_Fm->baseAddr + FM_MM_IMEM); in IsFmanCtrlCodeLoaded()[all …]