Searched refs:shdw (Results 1 – 1 of 1) sorted by relevance
106 struct shdwc *shdw = platform_get_drvdata(pdev); in at91_wakeup_status() local107 const struct reg_config *rcfg = shdw->rcfg; in at91_wakeup_status()111 reg = readl(shdw->shdwc_base + AT91_SHDW_SR); in at91_wakeup_status()228 struct shdwc *shdw = platform_get_drvdata(pdev); in at91_shdwc_dt_configure() local229 const struct reg_config *rcfg = shdw->rcfg; in at91_shdwc_dt_configure()248 writel(mode, shdw->shdwc_base + AT91_SHDW_MR); in at91_shdwc_dt_configure()251 writel(input, shdw->shdwc_base + AT91_SHDW_WUIR); in at91_shdwc_dt_configure()394 struct shdwc *shdw = platform_get_drvdata(pdev); in at91_shdwc_remove() local400 writel(0, shdw->shdwc_base + AT91_SHDW_MR); in at91_shdwc_remove()401 writel(0, shdw->shdwc_base + AT91_SHDW_WUIR); in at91_shdwc_remove()[all …]