Searched refs:IAP_FLASH_SIZE (Results 1 – 2 of 2) sorted by relevance
222 wRemainLen = MIN((update->FwSize - wCount),( IAP_FLASH_SIZE -( qOffset % IAP_FLASH_SIZE ))); in Hid_Fw_Update()253 if( (qOffset % (IAP_FLASH_SIZE) == 0) ||( wCount == update->FwSize)) { in Hid_Fw_Update()
44 #define IAP_FLASH_SIZE (FLASH_PAGE_PER_TIMES * FW_PAGE_SIZE) macro