Searched refs:bios_status (Results 1 - 3 of 3) sorted by relevance

/linux-master/sound/soc/intel/common/
H A Dsoc-intel-quirks.h52 u32 bios_status; local
57 &bios_status);
63 bios_status = (bios_status >> 26) & 3;
65 if (bios_status == 1 || bios_status == 3) {
/linux-master/drivers/scsi/aic94xx/
H A Daic94xx_init.c351 if (asd_ha->bios_status == FLASH_IN_PROGRESS) {
400 asd_ha->bios_status = FLASH_IN_PROGRESS;
409 asd_ha->bios_status = FLASH_IN_PROGRESS;
420 asd_ha->bios_status = err;
435 if (flash_error_table[i].err_code == asd_ha->bios_status)
438 if (asd_ha->bios_status != FLASH_IN_PROGRESS)
439 asd_ha->bios_status = FLASH_OK;
722 asd_ha->bios_status = FLASH_OK;
H A Daic94xx_hwi.h202 u32 bios_status; member in struct:asd_ha_struct

Completed in 259 milliseconds