Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/bcm/
Dnvm.h315 #define FLASH_SECTOR_SIZE_SIG 0xCAFEBABE macro
Dnvm.c2260 if(uiSectorSig == FLASH_SECTOR_SIZE_SIG) in BcmUpdateSectorSize()
2278 sFlashCsInfo.FlashSectorSizeSig = htonl(FLASH_SECTOR_SIZE_SIG); in BcmUpdateSectorSize()
2327 if(uiSectorSig == FLASH_SECTOR_SIZE_SIG) in BcmGetFlashSectorSize()
2878 (FLASH_SECTOR_SIZE_SIG == (Adapter->psFlashCSInfo->FlashSectorSizeSig)) && in BcmGetFlashCSInfo()
2912 (FLASH_SECTOR_SIZE_SIG == Adapter->psFlash2xCSInfo->FlashSectorSizeSig) && in BcmGetFlashCSInfo()