Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/bcm/
Dnvm.c4385 UINT uiSectEndOffset = 0; in validateFlash2xReadWrite() local
4399 uiSectEndOffset = BcmGetSectionValEndOffset(Adapter,ISO_IMAGE1) - in validateFlash2xReadWrite()
4408 uiSectEndOffset = BcmGetSectionValEndOffset(Adapter,ISO_IMAGE2) - in validateFlash2xReadWrite()
4419 uiSectEndOffset = uiSectStartOffset + uiSectEndOffset ; in validateFlash2xReadWrite()
4421 …NT(Adapter,DBG_TYPE_OTHERS, NVM_RW, DBG_LVL_ALL,"Total size of the ISO Image :%x",uiSectEndOffset); in validateFlash2xReadWrite()
4424 uiSectEndOffset = BcmGetSectionValEndOffset(Adapter,psFlash2xReadWrite->Section); in validateFlash2xReadWrite()
4425 BCM_DEBUG_PRINT(Adapter,DBG_TYPE_OTHERS, NVM_RW, DBG_LVL_ALL, "End offset :%x \n",uiSectEndOffset); in validateFlash2xReadWrite()
4428 if((uiSectStartOffset + psFlash2xReadWrite->offset + uiNumOfBytes) <= uiSectEndOffset) in validateFlash2xReadWrite()