Home
last modified time | relevance | path

Searched refs:soc_pm (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/arm/mach-at91/
H A Dpm.c150 static struct at91_soc_pm soc_pm = { variable
167 __raw_readl(soc_pm.data.ramc[id] + field)
170 __raw_writel(value, soc_pm.data.ramc[id] + field)
247 if (!soc_pm.data.pmc || !soc_pm.data.shdwc || !soc_pm.ws_ids) in at91_pm_config_ws()
251 writel(mode, soc_pm.data.pmc + AT91_PMC_FSMR); in at91_pm_config_ws()
255 if (soc_pm.config_shdwc_ws) in at91_pm_config_ws()
256 soc_pm.config_shdwc_ws(soc_pm.data.shdwc, &mode, &polarity); in at91_pm_config_ws()
259 val = readl(soc_pm.data.shdwc + 0x04); in at91_pm_config_ws()
262 for_each_matching_node_and_match(np, soc_pm.ws_ids, &match) { in at91_pm_config_ws()
284 if (soc_pm.config_pmc_ws) in at91_pm_config_ws()
[all …]