Home
last modified time | relevance | path

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

/drivers/staging/bcm/
Dnvm.c1806 if (Adapter->eNVMType == NVM_FLASH) { in BeceemNVMRead()
1826 } else if (Adapter->eNVMType == NVM_EEPROM) { in BeceemNVMRead()
1871 if (Adapter->eNVMType == NVM_FLASH) { in BeceemNVMWrite()
1936 } else if (Adapter->eNVMType == NVM_EEPROM) { in BeceemNVMWrite()
2120 if (ps_adapter->eNVMType == NVM_AUTODETECT) { in BcmInitNVM()
2121 ps_adapter->eNVMType = BcmGetNvmType(ps_adapter); in BcmInitNVM()
2122 if (ps_adapter->eNVMType == NVM_UNKNOWN) in BcmInitNVM()
2124 } else if (ps_adapter->eNVMType == NVM_FLASH) { in BcmInitNVM()
2143 if (Adapter->eNVMType == NVM_EEPROM) in BcmGetNvmSize()
2145 else if (Adapter->eNVMType == NVM_FLASH) in BcmGetNvmSize()
[all …]
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()
2304 dev_info.u32NVMType = ad->eNVMType; in bcm_char_ioctl_get_device_driver_info()
DInterfaceDld.c175 if (Adapter->eNVMType == NVM_FLASH) { in bcm_download_config_file()
DAdapter.h358 enum bcm_nvm_type eNVMType; member
DMisc.c1014 if (ps_adapter->eNVMType == NVM_FLASH) { in InitCardAndDownloadFirmware()
1138 Adapter->eNVMType = (enum bcm_nvm_type)((uiEEPROMFlag>>4)&0x3); in beceem_parse_target_struct()