Lines Matching refs:sreset
26 u32 sreset; in beiscsi_pci_soft_reset() local
37 sreset = readl((void *)pci_reset_offset); in beiscsi_pci_soft_reset()
38 sreset |= BE2_SET_RESET; in beiscsi_pci_soft_reset()
39 writel(sreset, (void *)pci_reset_offset); in beiscsi_pci_soft_reset()
42 while (sreset & BE2_SET_RESET) { in beiscsi_pci_soft_reset()
46 sreset = readl((void *)pci_reset_offset); in beiscsi_pci_soft_reset()
50 if (sreset & BE2_SET_RESET) { in beiscsi_pci_soft_reset()
59 sreset |= BE2_SET_RESET; in beiscsi_pci_soft_reset()
60 writel(sreset, (void *)pci_reset_offset); in beiscsi_pci_soft_reset()
63 while (sreset & BE2_SET_RESET) { in beiscsi_pci_soft_reset()
67 sreset = readl((void *)pci_reset_offset); in beiscsi_pci_soft_reset()
70 if (sreset & BE2_SET_RESET) { in beiscsi_pci_soft_reset()