Home
last modified time | relevance | path

Searched refs:hw_state (Results 1 – 13 of 13) sorted by relevance

/openbsd/sys/dev/pci/drm/i915/display/
H A Dintel_dpll_mgr.c489 hw_state->dpll = val; in ibx_pch_dpll_get_hw_state()
598 hw_state->dpll, in ibx_dump_hw_state()
600 hw_state->fp0, in ibx_dump_hw_state()
601 hw_state->fp1); in ibx_dump_hw_state()
1177 hw_state->wrpll, hw_state->spll); in hsw_dump_hw_state()
3454 hw_state->mg_pll_bias &= hw_state->mg_pll_bias_mask; in mg_pll_get_hw_state()
3612 struct intel_dpll_hw_state *hw_state = &pll->state.hw_state; in icl_dpll_write() local
3654 struct intel_dpll_hw_state *hw_state = &pll->state.hw_state; in icl_mg_pll_write() local
3685 hw_state->mg_pll_bias_mask, hw_state->mg_pll_bias); in icl_mg_pll_write()
3697 struct intel_dpll_hw_state *hw_state = &pll->state.hw_state; in dkl_pll_write() local
[all …]
H A Dintel_cx0_phy.c1877 fracen = hw_state->pll[0] & C10_PLL0_FRACEN; in intel_c10pll_dump_hw_state()
1882 frac_quot = hw_state->pll[12] << 8 | hw_state->pll[11]; in intel_c10pll_dump_hw_state()
1883 frac_rem = hw_state->pll[14] << 8 | hw_state->pll[13]; in intel_c10pll_dump_hw_state()
1884 frac_den = hw_state->pll[10] << 8 | hw_state->pll[9]; in intel_c10pll_dump_hw_state()
1890 hw_state->pll[2]) / 2 + 16; in intel_c10pll_dump_hw_state()
1896 drm_dbg_kms(&i915->drm, "tx: 0x%x, cmn: 0x%x\n", hw_state->tx, hw_state->cmn); in intel_c10pll_dump_hw_state()
1901 i, hw_state->pll[i], i + 1, hw_state->pll[i + 1], in intel_c10pll_dump_hw_state()
1902 i + 2, hw_state->pll[i + 2], i + 3, hw_state->pll[i + 3]); in intel_c10pll_dump_hw_state()
2126 hw_state->tx[0], hw_state->tx[1], hw_state->tx[2]); in intel_c20pll_dump_hw_state()
2128 hw_state->cmn[0], hw_state->cmn[1], hw_state->cmn[2], hw_state->cmn[3]); in intel_c20pll_dump_hw_state()
[all …]
H A Dintel_display_debugfs.c663 pll->state.hw_state.dpll_md); in i915_shared_dplls_info()
671 pll->state.hw_state.mg_refclkin_ctl); in i915_shared_dplls_info()
673 pll->state.hw_state.mg_clktop2_coreclkctl1); in i915_shared_dplls_info()
675 pll->state.hw_state.mg_clktop2_hsclkctl); in i915_shared_dplls_info()
677 pll->state.hw_state.mg_pll_div0); in i915_shared_dplls_info()
679 pll->state.hw_state.mg_pll_div1); in i915_shared_dplls_info()
681 pll->state.hw_state.mg_pll_lf); in i915_shared_dplls_info()
683 pll->state.hw_state.mg_pll_frac_lock); in i915_shared_dplls_info()
685 pll->state.hw_state.mg_pll_ssc); in i915_shared_dplls_info()
687 pll->state.hw_state.mg_pll_bias); in i915_shared_dplls_info()
[all …]
H A Dintel_cx0_phy.h32 const struct intel_c10pll_state *hw_state);
40 const struct intel_c20pll_state *hw_state);
H A Dintel_dpll_mgr.h254 struct intel_dpll_hw_state hw_state; member
357 struct intel_dpll_hw_state *hw_state);
367 const struct intel_dpll_hw_state *hw_state);
H A Dintel_display_types.h1188 struct intel_dpll_hw_state hw_state; member
H A Dintel_ddi.c3840 pll_active = intel_dpll_get_hw_state(i915, pll, &port_dpll->hw_state); in intel_ddi_get_clock()
3959 pll_active = intel_dpll_get_hw_state(i915, pll, &port_dpll->hw_state); in icl_ddi_tc_get_clock()
/openbsd/sys/dev/pci/drm/
H A Ddrm_privacy_screen.c227 if (priv->hw_state >= PRIVACY_SCREEN_DISABLED_LOCKED || in drm_privacy_screen_set_sw_state()
228 priv->hw_state == sw_state) { in drm_privacy_screen_set_sw_state()
255 *hw_state_ret = priv->hw_state; in drm_privacy_screen_get_state()
349 else if (WARN_ON(priv->hw_state >= ARRAY_SIZE(hw_state_names))) in hw_state_show()
352 ret = sprintf(buf, "%s\n", hw_state_names[priv->hw_state]); in hw_state_show()
357 static DEVICE_ATTR_RO(hw_state);
H A Ddrm_connector.c2714 enum drm_privacy_screen_status sw_state, hw_state; in drm_connector_update_privacy_screen_properties() local
2717 &sw_state, &hw_state); in drm_connector_update_privacy_screen_properties()
2722 connector->privacy_screen_hw_state_property, hw_state); in drm_connector_update_privacy_screen_properties()
/openbsd/gnu/usr.bin/binutils/gdb/
H A Di386gnu-nat.c91 i387_supply_fsave (current_regcache, -1, state.hw_state); in fetch_fpregs()
189 i387_fill_fsave (state.hw_state, regno); in store_fpregs()
/openbsd/sys/dev/pci/drm/include/drm/
H A Ddrm_privacy_screen_driver.h75 enum drm_privacy_screen_status hw_state; member
/openbsd/sys/dev/usb/
H A Dmbim.h302 uint32_t hw_state; member
H A Dif_umb.c1560 (letoh32(rs->hw_state) == MBIM_RADIO_STATE_ON) ? 1 : 0; in umb_decode_radio_state()