Home
last modified time | relevance | path

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

/Linux-v6.1/arch/arm/mach-at91/
Dpm.c149 static struct at91_soc_pm soc_pm = { variable
166 __raw_readl(soc_pm.data.ramc[id] + field)
169 __raw_writel(value, soc_pm.data.ramc[id] + field)
246 if (!soc_pm.data.pmc || !soc_pm.data.shdwc || !soc_pm.ws_ids) in at91_pm_config_ws()
250 writel(mode, soc_pm.data.pmc + AT91_PMC_FSMR); in at91_pm_config_ws()
254 if (soc_pm.config_shdwc_ws) in at91_pm_config_ws()
255 soc_pm.config_shdwc_ws(soc_pm.data.shdwc, &mode, &polarity); in at91_pm_config_ws()
258 val = readl(soc_pm.data.shdwc + 0x04); in at91_pm_config_ws()
261 for_each_matching_node_and_match(np, soc_pm.ws_ids, &match) { in at91_pm_config_ws()
283 if (soc_pm.config_pmc_ws) in at91_pm_config_ws()
[all …]