Home
last modified time | relevance | path

Searched refs:tmpScmVec (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.c5355 uint32_t tmpScmVec = 0; in FM_PORT_PcdKgBindSchemes() local
5372 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() local
5422 tmpScmVec |= 1 << (31 - (uint32_t)schemeBind.schemesIds[i]); in FM_PORT_PcdKgUnbindSchemes()
5433 p_FmPort->schemesPerPortVector &= ~tmpScmVec; in FM_PORT_PcdKgUnbindSchemes()