Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
Dintel_device_info.c211 u32 ctc_reg = intel_uncore_read(uncore, CTC_MODE); in read_timestamp_frequency() local
214 if ((ctc_reg & CTC_SOURCE_PARAMETER_MASK) == CTC_SOURCE_DIVIDE_LOGIC) { in read_timestamp_frequency()
223 freq >>= 3 - ((ctc_reg & CTC_SHIFT_PARAMETER_MASK) >> in read_timestamp_frequency()
229 u32 ctc_reg = intel_uncore_read(uncore, CTC_MODE); in read_timestamp_frequency() local
237 if ((ctc_reg & CTC_SOURCE_PARAMETER_MASK) == CTC_SOURCE_DIVIDE_LOGIC) { in read_timestamp_frequency()