Searched refs:p_QmPortalParam (Results 1 – 2 of 2) sorted by relevance
1554 t_Handle QM_PORTAL_Config(t_QmPortalParam *p_QmPortalParam) in QM_PORTAL_Config() argument1559 SANITY_CHECK_RETURN_VALUE(p_QmPortalParam, E_INVALID_HANDLE, NULL); in QM_PORTAL_Config()1589 p_QmPortal->p_LowQmPortal->addr.addr_ce = UINT_TO_PTR(p_QmPortalParam->ceBaseAddress); in QM_PORTAL_Config()1590 p_QmPortal->p_LowQmPortal->addr.addr_ci = UINT_TO_PTR(p_QmPortalParam->ciBaseAddress); in QM_PORTAL_Config()1591 p_QmPortal->p_LowQmPortal->config.irq = p_QmPortalParam->irq; in QM_PORTAL_Config()1593 p_QmPortal->p_LowQmPortal->config.cpu = (int)p_QmPortalParam->swPortalId; in QM_PORTAL_Config()1597 p_QmPortal->h_Qm = p_QmPortalParam->h_Qm; in QM_PORTAL_Config()1598 p_QmPortal->f_DfltFrame = p_QmPortalParam->f_DfltFrame; in QM_PORTAL_Config()1599 p_QmPortal->f_RejectedFrame = p_QmPortalParam->f_RejectedFrame; in QM_PORTAL_Config()1600 p_QmPortal->h_App = p_QmPortalParam->h_App; in QM_PORTAL_Config()[all …]
654 t_Handle QM_PORTAL_Config(t_QmPortalParam *p_QmPortalParam);