rstout             74 drivers/watchdog/orion_wdt.c 	void __iomem *rstout;
rstout            220 drivers/watchdog/orion_wdt.c 	reg = readl(dev->rstout);
rstout            222 drivers/watchdog/orion_wdt.c 	writel(reg, dev->rstout);
rstout            245 drivers/watchdog/orion_wdt.c 	reg = readl(dev->rstout);
rstout            247 drivers/watchdog/orion_wdt.c 	writel(reg, dev->rstout);
rstout            264 drivers/watchdog/orion_wdt.c 	atomic_io_modify(dev->rstout, dev->data->rstout_enable_bit,
rstout            283 drivers/watchdog/orion_wdt.c 	atomic_io_modify(dev->rstout, dev->data->rstout_enable_bit, 0);
rstout            299 drivers/watchdog/orion_wdt.c 	reg = readl(dev->rstout);
rstout            301 drivers/watchdog/orion_wdt.c 	writel(reg, dev->rstout);
rstout            318 drivers/watchdog/orion_wdt.c 	reg = readl(dev->rstout);
rstout            320 drivers/watchdog/orion_wdt.c 	writel(reg, dev->rstout);
rstout            339 drivers/watchdog/orion_wdt.c 	enabled = readl(dev->rstout) & dev->data->rstout_enable_bit;
rstout            350 drivers/watchdog/orion_wdt.c 	enabled = readl(dev->rstout) & dev->data->rstout_enable_bit;
rstout            408 drivers/watchdog/orion_wdt.c 	phys_addr_t rstout;
rstout            415 drivers/watchdog/orion_wdt.c 	rstout = internal_regs + ORION_RSTOUT_MASK_OFFSET;
rstout            417 drivers/watchdog/orion_wdt.c 	WARN(1, FW_BUG "falling back to hardcoded RSTOUT reg %pa\n", &rstout);
rstout            418 drivers/watchdog/orion_wdt.c 	return devm_ioremap(&pdev->dev, rstout, 0x4);
rstout            515 drivers/watchdog/orion_wdt.c 		dev->rstout = orion_wdt_ioremap_rstout(pdev, res->start &
rstout            517 drivers/watchdog/orion_wdt.c 		if (!dev->rstout)
rstout            524 drivers/watchdog/orion_wdt.c 		dev->rstout = devm_platform_ioremap_resource(pdev, 1);
rstout            525 drivers/watchdog/orion_wdt.c 		if (IS_ERR(dev->rstout))
rstout            526 drivers/watchdog/orion_wdt.c 			return PTR_ERR(dev->rstout);
rstout            532 drivers/watchdog/orion_wdt.c 		dev->rstout = devm_platform_ioremap_resource(pdev, 1);
rstout            533 drivers/watchdog/orion_wdt.c 		if (IS_ERR(dev->rstout))
rstout            534 drivers/watchdog/orion_wdt.c 			return PTR_ERR(dev->rstout);