Searched refs:soft_rst (Results 1 – 1 of 1) sorted by relevance
280 pcicfg_soft_reset_t soft_rst; in oce_pci_soft_reset() local289 soft_rst.dw0 = OCE_CFG_READ32(dev, PCICFG_SOFT_RESET); in oce_pci_soft_reset()290 soft_rst.bits.soft_reset = 0x01; in oce_pci_soft_reset()291 OCE_CFG_WRITE32(dev, PCICFG_SOFT_RESET, soft_rst.dw0); in oce_pci_soft_reset()301 soft_rst.dw0 = OCE_CFG_READ32(dev, PCICFG_SOFT_RESET); in oce_pci_soft_reset()302 if (soft_rst.bits.soft_reset) in oce_pci_soft_reset()304 } while (soft_rst.bits.soft_reset); in oce_pci_soft_reset()306 if (soft_rst.bits.soft_reset) { in oce_pci_soft_reset()310 soft_rst.dw0); in oce_pci_soft_reset()