Searched refs:host_diagnostic (Results 1 – 3 of 3) sorted by relevance
4786 u32 host_diagnostic; in _base_diag_reset() local4820 host_diagnostic = readl(&ioc->chip->HostDiagnostic); in _base_diag_reset()4823 ioc->name, count, host_diagnostic)); in _base_diag_reset()4825 } while ((host_diagnostic & MPI2_DIAG_DIAG_WRITE_ENABLE) == 0); in _base_diag_reset()4831 writel(host_diagnostic | MPI2_DIAG_RESET_ADAPTER, in _base_diag_reset()4844 host_diagnostic = readl(&ioc->chip->HostDiagnostic); in _base_diag_reset()4846 if (host_diagnostic == 0xFFFFFFFF) in _base_diag_reset()4848 if (!(host_diagnostic & MPI2_DIAG_RESET_ADAPTER)) in _base_diag_reset()4860 if (host_diagnostic & MPI2_DIAG_HCB_MODE) { in _base_diag_reset()4865 host_diagnostic &= ~MPI2_DIAG_BOOT_DEVICE_SELECT_MASK; in _base_diag_reset()[all …]
544 uint32_t host_diagnostic; /*00F8 00FB*/ member
3675 } while (((readl(&pmuC->host_diagnostic) & ARCMSR_ARC1880_DiagWrite_ENABLE) == 0) && (count < 5)); in arcmsr_hardware_reset()3676 writel(ARCMSR_ARC1880_RESET_ADAPTER, &pmuC->host_diagnostic); in arcmsr_hardware_reset()3839 if ((readl(®->host_diagnostic) & 0x04) != 0) { in arcmsr_bus_reset()