Home
last modified time | relevance | path

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

/linux/include/linux/mfd/
H A DidtRC38xxx_reg.h113 #define TIME_REF_DIV_MASK GENMASK(29, 24) macro
/linux/drivers/ptp/
H A Dptp_fc3.c121 time_ref_div = FIELD_GET(TIME_REF_DIV_MASK, get_unaligned_le32(buf)) + 1; in idtfc3_get_time_ref_freq()