Searched refs:pwm_freq_hz (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/ |
H A D | intel_panel.c | 1404 static u32 cnp_hz_to_pwm(struct intel_connector *connector, u32 pwm_freq_hz) in cnp_hz_to_pwm() argument 1408 return DIV_ROUND_CLOSEST(KHz(dev_priv->rawclk_freq), pwm_freq_hz); in cnp_hz_to_pwm() 1414 static u32 bxt_hz_to_pwm(struct intel_connector *connector, u32 pwm_freq_hz) in bxt_hz_to_pwm() argument 1416 return DIV_ROUND_CLOSEST(KHz(19200), pwm_freq_hz); in bxt_hz_to_pwm() 1424 static u32 spt_hz_to_pwm(struct intel_connector *connector, u32 pwm_freq_hz) in spt_hz_to_pwm() argument 1434 return DIV_ROUND_CLOSEST(MHz(24), pwm_freq_hz * mul); in spt_hz_to_pwm() 1442 static u32 lpt_hz_to_pwm(struct intel_connector *connector, u32 pwm_freq_hz) in lpt_hz_to_pwm() argument 1458 return DIV_ROUND_CLOSEST(clock, pwm_freq_hz * mul); in lpt_hz_to_pwm() 1465 static u32 pch_hz_to_pwm(struct intel_connector *connector, u32 pwm_freq_hz) in pch_hz_to_pwm() argument 1469 return DIV_ROUND_CLOSEST(KHz(dev_priv->rawclk_freq), pwm_freq_hz * 128); in pch_hz_to_pwm() [all …]
|
H A D | intel_dp_aux_backlight.c | 126 freq = dev_priv->vbt.backlight.pwm_freq_hz; in intel_dp_aux_set_pwm_freq()
|
H A D | intel_bios.c | 455 dev_priv->vbt.backlight.pwm_freq_hz = entry->pwm_freq_hz; in parse_lfp_backlight() 460 dev_priv->vbt.backlight.pwm_freq_hz, in parse_lfp_backlight()
|
H A D | intel_vbt_defs.h | 780 u16 pwm_freq_hz; member
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/ |
H A D | i915_drv.h | 708 u16 pwm_freq_hz; member
|