Lines Matching refs:shdwc
40 int (*config_shdwc_ws)(void __iomem *shdwc, u32 *mode, u32 *polarity);
139 if (!soc_pm.data.pmc || !soc_pm.data.shdwc || !soc_pm.ws_ids)
148 soc_pm.config_shdwc_ws(soc_pm.data.shdwc, &mode, &polarity);
151 val = readl(soc_pm.data.shdwc + 0x04);
185 static int at91_sama5d2_config_shdwc_ws(void __iomem *shdwc, u32 *mode,
191 val = readl(shdwc + 0x0c);
711 { .compatible = "atmel,sama5d2-shdwc" },
712 { .compatible = "microchip,sam9x60-shdwc" },
727 pr_warn("%s: failed to find shdwc!\n", __func__);
731 soc_pm.data.shdwc = of_iomap(np, 0);
745 iounmap(soc_pm.data.shdwc);
746 soc_pm.data.shdwc = NULL;