Searched refs:eFlash2xSectionVal (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/drivers/staging/bcm/ |
D | nvm.c | 17 static INT BcmGetSectionValEndOffset(PMINI_ADAPTER Adapter, FLASH2X_SECTION_VAL eFlash2xSectionVal); 28 static INT CorruptDSDSig(PMINI_ADAPTER Adapter, FLASH2X_SECTION_VAL eFlash2xSectionVal); 29 static INT CorruptISOSig(PMINI_ADAPTER Adapter, FLASH2X_SECTION_VAL eFlash2xSectionVal); 32 FLASH2X_SECTION_VAL eFlash2xSectionVal, 3090 INT BcmGetSectionValEndOffset(PMINI_ADAPTER Adapter, FLASH2X_SECTION_VAL eFlash2xSectionVal) in BcmGetSectionValEndOffset() argument 3095 if(IsSectionExistInVendorInfo(Adapter,eFlash2xSectionVal)) in BcmGetSectionValEndOffset() 3097 …return Adapter->psFlash2xVendorInfo->VendorSection[eFlash2xSectionVal].OffsetFromZeroForSectionEnd; in BcmGetSectionValEndOffset() 3100 switch(eFlash2xSectionVal) in BcmGetSectionValEndOffset() 3182 FLASH2X_SECTION_VAL eFlash2xSectionVal, in BcmFlash2xBulkRead() argument 3203 if(eFlash2xSectionVal == NO_SECTION_VAL) in BcmFlash2xBulkRead() [all …]
|
D | Bcmchar.c | 1696 FLASH2X_SECTION_VAL eFlash2xSectionVal = 0; in bcm_char_ioctl() local 1712 Status = copy_from_user(&eFlash2xSectionVal,IoBuffer.InputBuffer, sizeof(INT)); in bcm_char_ioctl() 1730 Status = BcmSetActiveSection(Adapter,eFlash2xSectionVal); in bcm_char_ioctl() 1873 FLASH2X_SECTION_VAL eFlash2xSectionVal; in bcm_char_ioctl() local 1874 eFlash2xSectionVal = NO_SECTION_VAL ; in bcm_char_ioctl() 1889 Status = copy_from_user(&eFlash2xSectionVal, IoBuffer.InputBuffer, sizeof(INT)); in bcm_char_ioctl() 1896 …DEBUG_PRINT(Adapter,DBG_TYPE_OTHERS, OSAL_DBG, DBG_LVL_ALL,"Read Section :%d", eFlash2xSectionVal); in bcm_char_ioctl() 1897 if((eFlash2xSectionVal != DSD0) && in bcm_char_ioctl() 1898 (eFlash2xSectionVal != DSD1) && in bcm_char_ioctl() 1899 (eFlash2xSectionVal != DSD2) ) in bcm_char_ioctl() [all …]
|
D | Prototypes.h | 190 INT BcmFlash2xCorruptSig(PMINI_ADAPTER Adapter, FLASH2X_SECTION_VAL eFlash2xSectionVal);
|