Searched refs:shdw (Results 1 – 1 of 1) sorted by relevance
112 struct shdwc *shdw = platform_get_drvdata(pdev); in at91_wakeup_status() local113 const struct reg_config *rcfg = shdw->rcfg; in at91_wakeup_status()117 reg = readl(shdw->shdwc_base + AT91_SHDW_SR); in at91_wakeup_status()234 struct shdwc *shdw = platform_get_drvdata(pdev); in at91_shdwc_dt_configure() local235 const struct reg_config *rcfg = shdw->rcfg; in at91_shdwc_dt_configure()254 writel(mode, shdw->shdwc_base + AT91_SHDW_MR); in at91_shdwc_dt_configure()257 writel(input, shdw->shdwc_base + AT91_SHDW_WUIR); in at91_shdwc_dt_configure()428 struct shdwc *shdw = platform_get_drvdata(pdev); in at91_shdwc_remove() local434 writel(0, shdw->shdwc_base + AT91_SHDW_MR); in at91_shdwc_remove()435 writel(0, shdw->shdwc_base + AT91_SHDW_WUIR); in at91_shdwc_remove()[all …]