Lines Matching refs:shdwc
74 int (*config_shdwc_ws)(void __iomem *shdwc, u32 *mode, u32 *polarity);
192 if (!soc_pm.data.pmc || !soc_pm.data.shdwc || !soc_pm.ws_ids) in at91_pm_config_ws()
201 soc_pm.config_shdwc_ws(soc_pm.data.shdwc, &mode, &polarity); in at91_pm_config_ws()
204 val = readl(soc_pm.data.shdwc + 0x04); in at91_pm_config_ws()
238 static int at91_sama5d2_config_shdwc_ws(void __iomem *shdwc, u32 *mode, in at91_sama5d2_config_shdwc_ws() argument
244 val = readl(shdwc + 0x0c); in at91_sama5d2_config_shdwc_ws()
894 soc_pm.data.shdwc = of_iomap(np, 0); in at91_pm_modes_init()
910 soc_pm.data.shdwc) in at91_pm_modes_init()
926 if (soc_pm.data.shdwc && in at91_pm_modes_init()
929 iounmap(soc_pm.data.shdwc); in at91_pm_modes_init()
930 soc_pm.data.shdwc = NULL; in at91_pm_modes_init()