Lines Matching refs:gcs_pmc
100 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()
566 iounmap(iTCO_wdt_private.gcs_pmc); in iTCO_wdt_probe()
575 iTCO_wdt_private.gcs_pmc = NULL; in iTCO_wdt_probe()