Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkupdate/
H A DRKDevice.h31 #define CALC_UNIT(a, b) ((a>0)?((a-1)/b+1):(a)) macro
32 #define BYTE2SECTOR(x) (CALC_UNIT(x, SECTOR_SIZE))
33 #define PAGEALIGN(x) (CALC_UNIT(x, 4))
H A DRKAndroidDevice.cpp227 m_flashInfo.usPhyBlokcPerIDB = CALC_UNIT(uiIdSectorNum, m_flashInfo.usValidSecPerBlock); in CalcIDBCount()