Searched refs:soc_pm (Results 1 – 1 of 1) sorted by relevance
150 static struct at91_soc_pm soc_pm = { variable167 __raw_readl(soc_pm.data.ramc[id] + field)170 __raw_writel(value, soc_pm.data.ramc[id] + field)254 if (!soc_pm.data.pmc || !soc_pm.data.shdwc || !soc_pm.ws_ids) in at91_pm_config_ws()258 writel(mode, soc_pm.data.pmc + AT91_PMC_FSMR); in at91_pm_config_ws()262 if (soc_pm.config_shdwc_ws) in at91_pm_config_ws()263 soc_pm.config_shdwc_ws(soc_pm.data.shdwc, &mode, &polarity); in at91_pm_config_ws()266 val = readl(soc_pm.data.shdwc + 0x04); in at91_pm_config_ws()269 for_each_matching_node_and_match(np, soc_pm.ws_ids, &match) { in at91_pm_config_ws()291 if (soc_pm.config_pmc_ws) in at91_pm_config_ws()[all …]