Searched refs:pm_conf (Results 1 – 3 of 3) sorted by relevance
79 struct stm32_rng_config pm_conf; member401 priv->pm_conf.nscr = readl_relaxed(priv->base + RNG_NSCR); in stm32_rng_suspend()402 priv->pm_conf.htcr = readl_relaxed(priv->base + RNG_HTCR); in stm32_rng_suspend()406 priv->pm_conf.cr = readl_relaxed(priv->base + RNG_CR) & ~RNG_CR_RNGEN; in stm32_rng_suspend()408 writel_relaxed(priv->pm_conf.cr, priv->base + RNG_CR); in stm32_rng_suspend()455 writel_relaxed(priv->pm_conf.cr | RNG_CR_CONDRST, priv->base + RNG_CR); in stm32_rng_resume()457 writel_relaxed(priv->pm_conf.nscr, priv->base + RNG_NSCR); in stm32_rng_resume()458 writel_relaxed(priv->pm_conf.htcr, priv->base + RNG_HTCR); in stm32_rng_resume()474 reg = priv->pm_conf.cr; in stm32_rng_resume()
387 struct Vmxnet3_PMConf *pm_conf; member
4140 adapter->pm_conf = dma_alloc_coherent(&adapter->pdev->dev, in vmxnet3_probe_device()4144 if (adapter->pm_conf == NULL) { in vmxnet3_probe_device()4265 adapter->pm_conf, adapter->pm_conf_pa); in vmxnet3_probe_device()4335 adapter->pm_conf, adapter->pm_conf_pa); in vmxnet3_remove_device()4406 pmConf = adapter->pm_conf; in vmxnet3_suspend()