Searched defs:FlashSectorSize (Results 1 - 2 of 2) sorted by relevance

/drivers/staging/bcm/
H A Dnvm.c13 unsigned int FlashSectorSize);
1982 uiCurrentSectorSize = ntohl(sFlashCsInfo.FlashSectorSize);
1995 sFlashCsInfo.FlashSectorSize = htonl(uiSectorSize);
2025 static unsigned int BcmGetFlashSectorSize(struct bcm_mini_adapter *Adapter, unsigned int FlashSectorSizeSig, unsigned int FlashSectorSize) argument
2038 uiSectorSize = FlashSectorSize;
2276 BCM_DEBUG_PRINT(Adapter, DBG_TYPE_OTHERS, NVM_RW, DBG_LVL_ALL, "FlashSectorSize :0x%x", (psFlash2xCSInfo->FlashSectorSize));
2335 psFlash2xCSInfo->FlashSectorSize = ntohl(psFlash2xCSInfo->FlashSectorSize);
2391 psFlashCSInfo->FlashSectorSize
[all...]
H A Dnvm.h43 u32 FlashSectorSize; member in struct:bcm_flash_cs_info
76 u32 FlashSectorSize; member in struct:bcm_flash2x_cs_info

Completed in 82 milliseconds