Searched refs:pm_conf (Results 1 – 3 of 3) sorted by relevance
79 struct stm32_rng_config pm_conf; member400 priv->pm_conf.nscr = readl_relaxed(priv->base + RNG_NSCR); in stm32_rng_suspend()401 priv->pm_conf.htcr = readl_relaxed(priv->base + RNG_HTCR); in stm32_rng_suspend()405 priv->pm_conf.cr = readl_relaxed(priv->base + RNG_CR) & ~RNG_CR_RNGEN; in stm32_rng_suspend()407 writel_relaxed(priv->pm_conf.cr, priv->base + RNG_CR); in stm32_rng_suspend()454 writel_relaxed(priv->pm_conf.cr | RNG_CR_CONDRST, priv->base + RNG_CR); in stm32_rng_resume()456 writel_relaxed(priv->pm_conf.nscr, priv->base + RNG_NSCR); in stm32_rng_resume()457 writel_relaxed(priv->pm_conf.htcr, priv->base + RNG_HTCR); in stm32_rng_resume()473 reg = priv->pm_conf.cr; in stm32_rng_resume()
387 struct Vmxnet3_PMConf *pm_conf; member
4170 adapter->pm_conf = dma_alloc_coherent(&adapter->pdev->dev, in vmxnet3_probe_device()4174 if (adapter->pm_conf == NULL) { in vmxnet3_probe_device()4295 adapter->pm_conf, adapter->pm_conf_pa); in vmxnet3_probe_device()4365 adapter->pm_conf, adapter->pm_conf_pa); in vmxnet3_remove_device()4436 pmConf = adapter->pm_conf; in vmxnet3_suspend()
Completed in 20 milliseconds