Lines Matching refs:tod_ctrl
68 void __iomem *tod_ctrl;
83 void __iomem *base = dt->tod_ctrl;
101 void __iomem *base = dt->tod_ctrl;
130 void __iomem *base = dt->tod_ctrl;
175 void __iomem *base = dt->tod_ctrl;
231 void __iomem *base = dt->tod_ctrl;
258 void __iomem *base = dt->tod_ctrl;
289 dt->tod_ctrl = devm_ioremap_resource(dev, &ddev->mmio_res);
290 if (IS_ERR(dt->tod_ctrl))
291 return PTR_ERR(dt->tod_ctrl);