Home
last modified time | relevance | path

Searched refs:FLASH_IN_PROGRESS (Results 1 – 4 of 4) sorted by relevance

/drivers/scsi/pm8001/
Dpm8001_ctl.h56 #define FLASH_IN_PROGRESS 0x001000 macro
Dpm8001_ctl.c516 {"Flash in progress", FLASH_IN_PROGRESS},
652 if (pm8001_ha->fw_status == FLASH_IN_PROGRESS) in pm8001_store_update_fw()
654 pm8001_ha->fw_status = FLASH_IN_PROGRESS; in pm8001_store_update_fw()
724 if (pm8001_ha->fw_status != FLASH_IN_PROGRESS) in pm8001_show_update_fw()
/drivers/scsi/aic94xx/
Daic94xx_init.c334 {"Flash in progress", FLASH_IN_PROGRESS},
379 if (asd_ha->bios_status == FLASH_IN_PROGRESS) { in asd_store_update_bios()
380 err = FLASH_IN_PROGRESS; in asd_store_update_bios()
428 asd_ha->bios_status = FLASH_IN_PROGRESS; in asd_store_update_bios()
437 asd_ha->bios_status = FLASH_IN_PROGRESS; in asd_store_update_bios()
466 if (asd_ha->bios_status != FLASH_IN_PROGRESS) in asd_show_update_bios()
Daic94xx_sds.h82 #define FLASH_IN_PROGRESS 0x001000 macro