Searched refs:master_cid (Results 1 – 1 of 1) sorted by relevance
269 uint32_t master_cid; in HAL_RIF_RIMC_ConfigMasterAttributes() local279 master_cid = POSITION_VAL(pConfig->MasterCID); in HAL_RIF_RIMC_ConfigMasterAttributes()282 …rimc_attr_val |= ((master_cid << RIFSC_RIMC_ATTRx_MCID_Pos) | (pConfig->SecPriv << RIFSC_RIMC_ATTR… in HAL_RIF_RIMC_ConfigMasterAttributes()297 uint32_t master_cid; in HAL_RIF_RIMC_GetConfigMasterAttributes() local307 master_cid = ((rimc_attr_val & RIFSC_RIMC_ATTRx_MCID) >> RIFSC_RIMC_ATTRx_MCID_Pos); in HAL_RIF_RIMC_GetConfigMasterAttributes()308 pConfig->MasterCID = (1UL << master_cid); in HAL_RIF_RIMC_GetConfigMasterAttributes()