Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/ptp/
H A Dptp_dfl_tod.c24 * The read sequence of ToD timestamp registers: TOD_NANOSEC, TOD_SECONDSL and
30 * sequence of write TOD registers: TOD_SECONDSH, TOD_SECONDSL and TOD_NANOSEC.
33 #define TOD_SECONDSL 0x104 macro
108 seconds_lsb = readl(base + TOD_SECONDSL); in coarse_adjust_tod_clock()
120 writel(seconds_lsb, base + TOD_SECONDSL); in coarse_adjust_tod_clock()
238 seconds_lsb = readl(base + TOD_SECONDSL); in dfl_tod_get_timex()
263 writel(seconds_lsb, base + TOD_SECONDSL); in dfl_tod_set_time()

Completed in 1 milliseconds