Searched refs:shdwc_base (Results 1 – 1 of 1) sorted by relevance
56 void __iomem *shdwc_base; member63 u32 reg = readl(at91_shdwc.shdwc_base + AT91_SHDW_SR); in at91_wakeup_status()99 "r" (at91_shdwc.shdwc_base), in at91_poweroff()149 writel(wakeup_mode | mode, at91_shdwc.shdwc_base + AT91_SHDW_MR); in at91_poweroff_dt_set_wakeup_mode()158 at91_shdwc.shdwc_base = devm_platform_ioremap_resource(pdev, 0); in at91_poweroff_probe()159 if (IS_ERR(at91_shdwc.shdwc_base)) in at91_poweroff_probe()160 return PTR_ERR(at91_shdwc.shdwc_base); in at91_poweroff_probe()