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

  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_dpll_mgr.h 184 * lower part of ctrl1 and they get shifted into position when writing
188 u32 ctrl1; member in struct:intel_dpll_hw_state
intel_dpll_mgr.c 1004 val |= pll->state.hw_state.ctrl1 << (id * 6);
1076 hw_state->ctrl1 = (val >> (id * 6)) & 0x3f;
1114 hw_state->ctrl1 = (val >> (id * 6)) & 0x3f;
1372 u32 ctrl1, cfgcr1, cfgcr2; local in function:skl_ddi_hdmi_pll_dividers
1379 ctrl1 = DPLL_CTRL1_OVERRIDE(0);
1381 ctrl1 |= DPLL_CTRL1_HDMI_MODE(0);
1400 crtc_state->dpll_hw_state.ctrl1 = ctrl1;
1409 u32 ctrl1; local in function:skl_ddi_dp_set_dpll_hw_state
1415 ctrl1 = DPLL_CTRL1_OVERRIDE(0)
    [all...]
  /src/sys/dev/ic/
bwivar.h 132 uint32_t ctrl1; member in struct:bwi_desc64

Completed in 14 milliseconds