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
4149 } while (((readl(&pmuC->host_diagnostic) & ARCMSR_ARC1880_DiagWrite_ENABLE) == 0) && (count < 5)); in arcmsr_hardware_reset()4150 writel(ARCMSR_ARC1880_RESET_ADAPTER, &pmuC->host_diagnostic); in arcmsr_hardware_reset()4197 rtn = (readl(®->host_diagnostic) & 0x04) ? true : false; in arcmsr_reset_in_progress()
6113 u32 host_diagnostic; in _base_diag_reset() local6144 host_diagnostic = readl(&ioc->chip->HostDiagnostic); in _base_diag_reset()6147 ioc->name, count, host_diagnostic)); in _base_diag_reset()6149 } while ((host_diagnostic & MPI2_DIAG_DIAG_WRITE_ENABLE) == 0); in _base_diag_reset()6155 writel(host_diagnostic | MPI2_DIAG_RESET_ADAPTER, in _base_diag_reset()6165 host_diagnostic = readl(&ioc->chip->HostDiagnostic); in _base_diag_reset()6167 if (host_diagnostic == 0xFFFFFFFF) in _base_diag_reset()6169 if (!(host_diagnostic & MPI2_DIAG_RESET_ADAPTER)) in _base_diag_reset()6175 if (host_diagnostic & MPI2_DIAG_HCB_MODE) { in _base_diag_reset()6180 host_diagnostic &= ~MPI2_DIAG_BOOT_DEVICE_SELECT_MASK; in _base_diag_reset()[all …]