Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/bcm/
DPrototypes.h164 BOOLEAN IsSectionExistInFlash(PMINI_ADAPTER Adapter, FLASH2X_SECTION_VAL section);
DBcmchar.c1779 if(IsSectionExistInFlash(Adapter,sCopySectStrut.SrcSection) == FALSE) in bcm_char_ioctl()
1785 if(IsSectionExistInFlash(Adapter,sCopySectStrut.DstSection) == FALSE) in bcm_char_ioctl()
Dnvm.c4388 if(IsSectionExistInFlash(Adapter,psFlash2xReadWrite->Section) != TRUE) in validateFlash2xReadWrite()
4993 BOOLEAN IsSectionExistInFlash(PMINI_ADAPTER Adapter, FLASH2X_SECTION_VAL section) in IsSectionExistInFlash() function
5053 if(IsSectionExistInFlash(Adapter,Section) == FALSE) in IsSectionWritable()