Searched refs:tmpScmVec (Results 1 – 1 of 1) sorted by relevance
5355 uint32_t tmpScmVec = 0; in FM_PORT_PcdKgBindSchemes() local5372 tmpScmVec |= 1 << (31 - (uint32_t)schemeBind.schemesIds[i]); in FM_PORT_PcdKgBindSchemes()5383 p_FmPort->schemesPerPortVector |= tmpScmVec; in FM_PORT_PcdKgBindSchemes()5406 uint32_t tmpScmVec = 0; in FM_PORT_PcdKgUnbindSchemes() local5422 tmpScmVec |= 1 << (31 - (uint32_t)schemeBind.schemesIds[i]); in FM_PORT_PcdKgUnbindSchemes()5433 p_FmPort->schemesPerPortVector &= ~tmpScmVec; in FM_PORT_PcdKgUnbindSchemes()