HomeSort by: relevance | last modified time | path
    Searched defs:pwm_ctl (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_panel.c 1100 u32 pwm_ctl, val; local
1118 pwm_ctl = I915_READ(BXT_BLC_PWM_CTL(panel->backlight.controller));
1119 if (pwm_ctl & BXT_BLC_PWM_ENABLE) {
1121 pwm_ctl &= ~BXT_BLC_PWM_ENABLE;
1123 pwm_ctl);
1131 pwm_ctl = 0;
1133 pwm_ctl |= BXT_BLC_PWM_POLARITY;
1135 I915_WRITE(BXT_BLC_PWM_CTL(panel->backlight.controller), pwm_ctl);
1138 pwm_ctl | BXT_BLC_PWM_ENABLE);
1147 u32 pwm_ctl; local
1791 u32 pwm_ctl, val; local
1831 u32 pwm_ctl, val; local
    [all...]
intel_panel.c 1100 u32 pwm_ctl, val; local
1118 pwm_ctl = I915_READ(BXT_BLC_PWM_CTL(panel->backlight.controller));
1119 if (pwm_ctl & BXT_BLC_PWM_ENABLE) {
1121 pwm_ctl &= ~BXT_BLC_PWM_ENABLE;
1123 pwm_ctl);
1131 pwm_ctl = 0;
1133 pwm_ctl |= BXT_BLC_PWM_POLARITY;
1135 I915_WRITE(BXT_BLC_PWM_CTL(panel->backlight.controller), pwm_ctl);
1138 pwm_ctl | BXT_BLC_PWM_ENABLE);
1147 u32 pwm_ctl; local
1791 u32 pwm_ctl, val; local
1831 u32 pwm_ctl, val; local
    [all...]

Completed in 88 milliseconds