Searched refs:bBlockSectorShift (Results 1 – 3 of 3) sorted by relevance
75 uint8_t bSectorShift = gaRedVolume[ bVolNum ].bBlockSectorShift; in RedIoRead()133 uint8_t bSectorShift = gaRedVolume[ bVolNum ].bBlockSectorShift; in RedIoWrite()
167 pVol->bBlockSectorShift = 0U; in RedCoreInit()169 while( ( pVolConf->ulSectorSize << pVol->bBlockSectorShift ) < REDCONF_BLOCK_SIZE ) in RedCoreInit()171 pVol->bBlockSectorShift++; in RedCoreInit()178 … REDASSERT( ( pVolConf->ulSectorSize << pVol->bBlockSectorShift ) == REDCONF_BLOCK_SIZE ); in RedCoreInit()180 … pVol->ulBlockCount = ( uint32_t ) ( pVolConf->ullSectorCount >> pVol->bBlockSectorShift ); in RedCoreInit()
107 uint8_t bBlockSectorShift; member
Completed in 10 milliseconds