Home
last modified time | relevance | path

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

/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()
/linux/drivers/dpll/zl3073x/
H A Dchan.c255 u8 tod_ctrl; in zl3073x_chan_tod_ready_wait() local
258 rc = zl3073x_read_u8(zldev, ZL_REG_DPLL_TOD_CTRL(ch), &tod_ctrl); in zl3073x_chan_tod_ready_wait()
262 if (!(tod_ctrl & ZL_DPLL_TOD_CTRL_SEM)) in zl3073x_chan_tod_ready_wait()
265 switch (FIELD_GET(ZL_DPLL_TOD_CTRL_CMD, tod_ctrl)) { in zl3073x_chan_tod_ready_wait()