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
DInterfaceDld.c175 if (Adapter->eNVMType == NVM_FLASH) { in bcm_download_config_file()
DBcmchar.c1385 if (ad->eNVMType == NVM_EEPROM || ad->eNVMType == NVM_FLASH) { in bcm_char_ioctl_get_nvm_size()
1401 if (ad->eNVMType == NVM_FLASH) { in bcm_char_ioctl_cal_init()
1495 if ((ad->eNVMType == NVM_FLASH) && in bcm_char_ioctl_nvm_rw()
2069 if (ad->eNVMType != NVM_FLASH) { in bcm_char_ioctl_get_flash_cs_info()
2167 if (ad->eNVMType != NVM_FLASH) { in bcm_char_ioctl_nvm_raw_read()
Dnvm.c1806 if (Adapter->eNVMType == NVM_FLASH) { in BeceemNVMRead()
1871 if (Adapter->eNVMType == NVM_FLASH) { in BeceemNVMWrite()
2124 } else if (ps_adapter->eNVMType == NVM_FLASH) { in BcmInitNVM()
2145 else if (Adapter->eNVMType == NVM_FLASH) in BcmGetNvmSize()
2171 if (Adapter->eNVMType == NVM_FLASH && in BcmValidateNvmType()
2634 return NVM_FLASH; in BcmGetNvmType()
DMisc.c1014 if (ps_adapter->eNVMType == NVM_FLASH) { in InitCardAndDownloadFirmware()