HomeSort by: relevance | last modified time | path
    Searched refs:hw_state (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_dpll_mgr.c 126 struct intel_dpll_hw_state hw_state; local in function:assert_shared_dpll
131 cur_state = pll->info->funcs->get_hw_state(dev_priv, pll, &hw_state);
279 &shared_dpll[i].hw_state,
313 shared_dpll[id].hw_state = *pll_state;
377 struct intel_dpll_hw_state *hw_state)
389 hw_state->dpll = val;
390 hw_state->fp0 = I915_READ(PCH_FP0(id));
391 hw_state->fp1 = I915_READ(PCH_FP1(id));
403 I915_WRITE(PCH_FP0(id), pll->state.hw_state.fp0);
404 I915_WRITE(PCH_FP1(id), pll->state.hw_state.fp1)
3331 struct intel_dpll_hw_state *hw_state = &pll->state.hw_state; local in function:icl_dpll_write
3356 struct intel_dpll_hw_state *hw_state = &pll->state.hw_state; local in function:icl_mg_pll_write
3406 struct intel_dpll_hw_state *hw_state = &pll->state.hw_state; local in function:dkl_pll_write
    [all...]
intel_dpll_mgr.h 234 * @hw_state: hardware configuration for the DPLL stored in
237 struct intel_dpll_hw_state hw_state; member in struct:intel_shared_dpll_state
282 struct intel_dpll_hw_state *hw_state);
385 const struct intel_dpll_hw_state *hw_state);
intel_display_types.h 914 struct intel_dpll_hw_state hw_state; member in struct:intel_crtc_state::icl_port_dpll
intel_display.c 13554 "hw_state doesn't match sw_state"); \
14099 I915_STATE_WARN(pll->on && memcmp(&pll->state.hw_state,
18119 &pll->state.hw_state);
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_debugfs.c 2756 seq_printf(m, " dpll: 0x%08x\n", pll->state.hw_state.dpll);
2758 pll->state.hw_state.dpll_md);
2759 seq_printf(m, " fp0: 0x%08x\n", pll->state.hw_state.fp0);
2760 seq_printf(m, " fp1: 0x%08x\n", pll->state.hw_state.fp1);
2761 seq_printf(m, " wrpll: 0x%08x\n", pll->state.hw_state.wrpll);
2762 seq_printf(m, " cfgcr0: 0x%08x\n", pll->state.hw_state.cfgcr0);
2763 seq_printf(m, " cfgcr1: 0x%08x\n", pll->state.hw_state.cfgcr1);
2765 pll->state.hw_state.mg_refclkin_ctl);
2767 pll->state.hw_state.mg_clktop2_coreclkctl1);
2769 pll->state.hw_state.mg_clktop2_hsclkctl)
    [all...]
  /src/sys/dev/usb/
mbim.h 303 uint32_t hw_state; member in struct:mbim_cid_radio_state_info
if_umb.c 1490 (le32toh(rs->hw_state) == MBIM_RADIO_STATE_ON) ? 1 : 0;

Completed in 31 milliseconds