Home | History | Annotate | Download | only in SwitchChannel

Lines Matching refs:initVec

194 static void release_module(switchChannel_t *pSwitchChannel, UINT32 initVec);
233 UINT32 initVec = 0;
242 initVec |= (1 << SC_INIT_BIT);
251 release_module(pSwitchChannel, initVec);
255 initVec |= (1 << SC_SM_INIT_BIT);
476 UINT32 initVec;
482 initVec = 0xff;
483 release_module(pSwitchChannel, initVec);
1326 initVec - Vector that contains a bit set for each module thah had been initiualized
1333 static void release_module(switchChannel_t *pSwitchChannel, UINT32 initVec)
1339 if (initVec & (1 << SC_SM_INIT_BIT))
1344 if (initVec & (1 << SC_INIT_BIT))
1349 initVec = 0;