Home
last modified time | relevance | path

Searched refs:host_diagnostic (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/scsi/arcmsr/
Darcmsr.h587 uint32_t host_diagnostic; /*00F8 00FB*/ member
712 uint32_t host_diagnostic; /*00F8 00FB*/ member
Darcmsr_hba.c4249 } while (((readl(&pmuC->host_diagnostic) & ARCMSR_ARC1880_DiagWrite_ENABLE) == 0) && (count < 5)); in arcmsr_hardware_reset()
4250 writel(ARCMSR_ARC1880_RESET_ADAPTER, &pmuC->host_diagnostic); in arcmsr_hardware_reset()
4297 rtn = (readl(&reg->host_diagnostic) & 0x04) ? true : false; in arcmsr_reset_in_progress()
/Linux-v5.4/drivers/scsi/mpt3sas/
Dmpt3sas_base.c6556 u32 host_diagnostic; in _base_diag_reset() local
6585 host_diagnostic = ioc->base_readl(&ioc->chip->HostDiagnostic); in _base_diag_reset()
6588 count, host_diagnostic)); in _base_diag_reset()
6590 } while ((host_diagnostic & MPI2_DIAG_DIAG_WRITE_ENABLE) == 0); in _base_diag_reset()
6595 writel(host_diagnostic | MPI2_DIAG_RESET_ADAPTER, in _base_diag_reset()
6605 host_diagnostic = ioc->base_readl(&ioc->chip->HostDiagnostic); in _base_diag_reset()
6607 if (host_diagnostic == 0xFFFFFFFF) in _base_diag_reset()
6609 if (!(host_diagnostic & MPI2_DIAG_RESET_ADAPTER)) in _base_diag_reset()
6615 if (host_diagnostic & MPI2_DIAG_HCB_MODE) { in _base_diag_reset()
6619 host_diagnostic &= ~MPI2_DIAG_BOOT_DEVICE_SELECT_MASK; in _base_diag_reset()
[all …]