Home
last modified time | relevance | path

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

/openbmc/linux/drivers/ptp/
H A Dptp_dfl_tod.c68 void __iomem *tod_ctrl; member
83 void __iomem *base = dt->tod_ctrl; in fine_adjust_tod_clock()
101 void __iomem *base = dt->tod_ctrl; in coarse_adjust_tod_clock()
130 void __iomem *base = dt->tod_ctrl; in dfl_tod_adjust_fine()
175 void __iomem *base = dt->tod_ctrl; in dfl_tod_adjust_time()
231 void __iomem *base = dt->tod_ctrl; in dfl_tod_get_timex()
258 void __iomem *base = dt->tod_ctrl; in dfl_tod_set_time()
289 dt->tod_ctrl = devm_ioremap_resource(dev, &ddev->mmio_res); in dfl_tod_probe()
290 if (IS_ERR(dt->tod_ctrl)) in dfl_tod_probe()
291 return PTR_ERR(dt->tod_ctrl); in dfl_tod_probe()