Home
last modified time | relevance | path

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

/linux/include/linux/mfd/
H A DidtRC38xxx_reg.h121 #define COARSE_MEAS_MASK GENMASK_ULL(39, 13) macro
/linux/drivers/ptp/
H A Dptp_fc3.c59 coarse = sign_extend64(FIELD_GET(COARSE_MEAS_MASK, meas_read), (39 - 13)); in tdc_meas2offset()