Searched refs:flash_mode (Results 1 – 8 of 8) sorted by relevance
21 if (!dev->flash_mode || !val) in mt7915_eeprom_load_precal()115 dev->flash_mode = true; in mt7915_eeprom_load_default()133 dev->flash_mode = true; in mt7915_eeprom_load()190 dev->flash_mode = true; in mt7915_eeprom_parse_band_config()
294 bool flash_mode; member
2885 if (dev->flash_mode) in mt7915_mcu_set_eeprom()
156 dev->flash_mode = true; in mt7996_eeprom_check_or_use_default()174 dev->flash_mode = true; in mt7996_eeprom_load()178 if (!dev->flash_mode) { in mt7996_eeprom_load()
378 bool flash_mode:1; member
3800 if (dev->flash_mode) in mt7996_mcu_set_eeprom()
1318 static int ccg_fw_update(struct ucsi_ccg *uc, enum enum_flash_mode flash_mode) in ccg_fw_update() argument1322 while (flash_mode != FLASH_NOT_NEEDED) { in ccg_fw_update()1323 err = do_flash(uc, flash_mode); in ccg_fw_update()1326 err = ccg_fw_update_needed(uc, &flash_mode); in ccg_fw_update()1365 enum enum_flash_mode flash_mode; in ccg_update_firmware() local1368 status = ccg_fw_update_needed(uc, &flash_mode); in ccg_update_firmware()1372 if (flash_mode != FLASH_NOT_NEEDED) { in ccg_update_firmware()1377 ccg_fw_update(uc, flash_mode); in ccg_update_firmware()
1123 static int flash_mode; in qlcnic_83xx_sysfs_flash_write_handler() local1134 flash_mode = QLC_83XX_ERASE_MODE; in qlcnic_83xx_sysfs_flash_write_handler()1144 flash_mode = QLC_83XX_BULK_WRITE_MODE; in qlcnic_83xx_sysfs_flash_write_handler()1148 flash_mode = QLC_83XX_WRITE_MODE; in qlcnic_83xx_sysfs_flash_write_handler()1151 if (flash_mode == QLC_83XX_BULK_WRITE_MODE) { in qlcnic_83xx_sysfs_flash_write_handler()1162 if (flash_mode == QLC_83XX_WRITE_MODE) { in qlcnic_83xx_sysfs_flash_write_handler()
Completed in 39 milliseconds