Home
last modified time | relevance | path

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

/linux/include/linux/mfd/
H A DidtRC38xxx_reg.h46 #define TIME_CLOCK_COUNT_MASK GENMASK(5, 0) macro
/linux/drivers/ptp/
H A Dptp_fc3.c126 time_clk_div = (buf[0] & TIME_CLOCK_COUNT_MASK) + 1; in idtfc3_get_time_ref_freq()