Home
last modified time | relevance | path

Searched refs:gcs_pmc (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/watchdog/
DiTCO_wdt.c100 unsigned long __iomem *gcs_pmc; member
175 val32 = readl(iTCO_wdt_private.gcs_pmc); in iTCO_wdt_set_NO_REBOOT_bit()
177 writel(val32, iTCO_wdt_private.gcs_pmc); in iTCO_wdt_set_NO_REBOOT_bit()
192 val32 = readl(iTCO_wdt_private.gcs_pmc); in iTCO_wdt_unset_NO_REBOOT_bit()
194 writel(val32, iTCO_wdt_private.gcs_pmc); in iTCO_wdt_unset_NO_REBOOT_bit()
196 val32 = readl(iTCO_wdt_private.gcs_pmc); in iTCO_wdt_unset_NO_REBOOT_bit()
413 iounmap(iTCO_wdt_private.gcs_pmc); in iTCO_wdt_cleanup()
421 iTCO_wdt_private.gcs_pmc = NULL; in iTCO_wdt_cleanup()
466 iTCO_wdt_private.gcs_pmc = ioremap(iTCO_wdt_private.gcs_pmc_res->start, in iTCO_wdt_probe()
468 if (!iTCO_wdt_private.gcs_pmc) { in iTCO_wdt_probe()
[all …]