Searched refs:i9xx_fsb_freq (Results 1 – 4 of 4) sorted by relevance
13 unsigned int i9xx_fsb_freq(struct drm_i915_private *i915);
145 unsigned int i9xx_fsb_freq(struct drm_i915_private *i915) in i9xx_fsb_freq() function232 i915->fsb_freq = i9xx_fsb_freq(i915); in detect_fsb_freq()
155 return DIV_ROUND_CLOSEST(i9xx_fsb_freq(uncore->i915), 4) * 1000; in gen4_read_clock_frequency()
3549 return DIV_ROUND_CLOSEST(i9xx_fsb_freq(i915), 4); in i9xx_hrawclk()