Searched refs:p_BmPortalParam (Results 1 – 2 of 2) sorted by relevance
456 t_Handle BM_PORTAL_Config(t_BmPortalParam *p_BmPortalParam) in BM_PORTAL_Config() argument460 SANITY_CHECK_RETURN_VALUE(p_BmPortalParam, E_INVALID_HANDLE, NULL); in BM_PORTAL_Config()461 SANITY_CHECK_RETURN_VALUE(p_BmPortalParam->h_Bm, E_INVALID_HANDLE, NULL); in BM_PORTAL_Config()490 p_BmPortal->p_BmPortalLow->addr.addr_ce = UINT_TO_PTR(p_BmPortalParam->ceBaseAddress); in BM_PORTAL_Config()491 p_BmPortal->p_BmPortalLow->addr.addr_ci = UINT_TO_PTR(p_BmPortalParam->ciBaseAddress); in BM_PORTAL_Config()492 p_BmPortal->cpu = (int)p_BmPortalParam->swPortalId; in BM_PORTAL_Config()493 p_BmPortal->irq = p_BmPortalParam->irq; in BM_PORTAL_Config()495 p_BmPortal->h_Bm = p_BmPortalParam->h_Bm; in BM_PORTAL_Config()
345 t_Handle BM_PORTAL_Config(t_BmPortalParam *p_BmPortalParam);