Searched refs:tod_ctrl (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/ptp/
H A Dptp_dfl_tod.c68 void __iomem *tod_ctrl; member in struct:dfl_tod
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);
[all...]

Completed in 120 milliseconds