Home
last modified time | relevance | path

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

/Linux-v5.4/arch/arm/mach-at91/
Dpm.c46 static struct at91_soc_pm soc_pm = { variable
62 __raw_readl(soc_pm.data.ramc[id] + field)
65 __raw_writel(value, soc_pm.data.ramc[id] + field)
138 if (!soc_pm.data.pmc || !soc_pm.data.shdwc || !soc_pm.ws_ids) in at91_pm_config_ws()
142 writel(mode, soc_pm.data.pmc + AT91_PMC_FSMR); in at91_pm_config_ws()
146 if (soc_pm.config_shdwc_ws) in at91_pm_config_ws()
147 soc_pm.config_shdwc_ws(soc_pm.data.shdwc, &mode, &polarity); in at91_pm_config_ws()
150 val = readl(soc_pm.data.shdwc + 0x04); in at91_pm_config_ws()
153 for_each_matching_node_and_match(np, soc_pm.ws_ids, &match) { in at91_pm_config_ws()
175 if (soc_pm.config_pmc_ws) in at91_pm_config_ws()
[all …]