Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/arcmsr/
H A Darcmsr.h603 uint32_t host_diagnostic; /*00F8 00FB*/ member
728 uint32_t host_diagnostic; /*00F8 00FB*/ member
804 uint32_t host_diagnostic; /*00F8 00FB*/ member
H A Darcmsr_hba.c4450 } while (((readl(&pmuC->host_diagnostic) & ARCMSR_ARC1880_DiagWrite_ENABLE) == 0) && (count < 5)); in arcmsr_hardware_reset()
4451 writel(ARCMSR_ARC1880_RESET_ADAPTER, &pmuC->host_diagnostic); in arcmsr_hardware_reset()
4498 rtn = (readl(&reg->host_diagnostic) & 0x04) ? true : false; in arcmsr_reset_in_progress()
/OK3568_Linux_fs/kernel/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.c6865 u32 host_diagnostic; in _base_diag_reset() local
6900 host_diagnostic = ioc->base_readl(&ioc->chip->HostDiagnostic); in _base_diag_reset()
6903 count, host_diagnostic)); in _base_diag_reset()
6905 } while ((host_diagnostic & MPI2_DIAG_DIAG_WRITE_ENABLE) == 0); in _base_diag_reset()
6910 writel(host_diagnostic | MPI2_DIAG_RESET_ADAPTER, in _base_diag_reset()
6920 host_diagnostic = ioc->base_readl(&ioc->chip->HostDiagnostic); in _base_diag_reset()
6922 if (host_diagnostic == 0xFFFFFFFF) { in _base_diag_reset()
6928 if (!(host_diagnostic & MPI2_DIAG_RESET_ADAPTER)) in _base_diag_reset()
6934 if (host_diagnostic & MPI2_DIAG_HCB_MODE) { in _base_diag_reset()
6938 host_diagnostic &= ~MPI2_DIAG_BOOT_DEVICE_SELECT_MASK; in _base_diag_reset()
[all …]