Searched refs:rstout_mask (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/watchdog/
H A Dorion_wdt.c73 void __iomem *rstout_mask; member in struct:orion_watchdog
222 atomic_io_modify(dev->rstout_mask, dev->data->rstout_mask_bit, 0);
297 atomic_io_modify(dev->rstout_mask, dev->data->rstout_mask_bit,
352 masked = readl(dev->rstout_mask) & dev->data->rstout_mask_bit;
542 dev->rstout_mask = devm_ioremap(&pdev->dev, res->start,
544 if (!dev->rstout_mask)

Completed in 173 milliseconds