Searched refs:host_diagnostic (Results 1 – 3 of 3) sorted by relevance
587 uint32_t host_diagnostic; /*00F8 00FB*/ member712 uint32_t host_diagnostic; /*00F8 00FB*/ member
4249 } 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(®->host_diagnostic) & 0x04) ? true : false; in arcmsr_reset_in_progress()
6556 u32 host_diagnostic; in _base_diag_reset() local6585 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 …]