Home
last modified time | relevance | path

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

/drivers/staging/bcm/
DMacros.h327 NVM_FLASH, enumerator
DBcmchar.c1187 if (Adapter->eNVMType == NVM_EEPROM || Adapter->eNVMType == NVM_FLASH) { in bcm_char_ioctl()
1197 if (Adapter->eNVMType == NVM_FLASH) { in bcm_char_ioctl()
1272 if ((Adapter->eNVMType == NVM_FLASH) && (Adapter->uiFlashLayoutMajorVersion == 0)) { in bcm_char_ioctl()
1779 if (Adapter->eNVMType != NVM_FLASH) { in bcm_char_ioctl()
1854 if (Adapter->eNVMType != NVM_FLASH) { in bcm_char_ioctl()
DInterfaceDld.c190 if (Adapter->eNVMType == NVM_FLASH) { in bcm_download_config_file()
Dnvm.c1821 if (Adapter->eNVMType == NVM_FLASH) { in BeceemNVMRead()
1886 if (Adapter->eNVMType == NVM_FLASH) { in BeceemNVMWrite()
2138 } else if (ps_adapter->eNVMType == NVM_FLASH) { in BcmInitNVM()
2159 else if (Adapter->eNVMType == NVM_FLASH) in BcmGetNvmSize()
2185 if (Adapter->eNVMType == NVM_FLASH && in BcmValidateNvmType()
2647 return NVM_FLASH; in BcmGetNvmType()
DMisc.c1013 if (ps_adapter->eNVMType == NVM_FLASH) { in InitCardAndDownloadFirmware()