Home
last modified time | relevance | path

Searched refs:c10 (Results 1 – 8 of 8) sorted by relevance

/drivers/iio/pressure/
Ddps310.c89 s32 c00, c10, c20, c30, c01, c11, c21; member
116 u32 c00, c10, c20, c30, c01, c11, c21; in dps310_get_coefs() local
142 c10 = ((coef[5] & GENMASK(3, 0)) << 16) | (coef[6] << 8) | coef[7]; in dps310_get_coefs()
143 data->c10 = sign_extend32(c10, 19); in dps310_get_coefs()
656 nums[1] = p * (s64)data->c10; in dps310_calculate_pressure()
/drivers/platform/x86/intel/pmc/
Dcore.c819 bool c10; in pmc_core_lpm_latch_mode_show() local
826 c10 = false; in pmc_core_lpm_latch_mode_show()
829 c10 = true; in pmc_core_lpm_latch_mode_show()
833 if ((BIT(mode) & reg) && !c10) in pmc_core_lpm_latch_mode_show()
851 bool clear = false, c10 = false; in pmc_core_lpm_latch_mode_write() local
879 c10 = true; in pmc_core_lpm_latch_mode_write()
896 if (c10) { in pmc_core_lpm_latch_mode_write()
/drivers/gpu/drm/i915/display/
Dintel_cx0_phy.c1781 drm_WARN_ON(&i915->drm, ARRAY_SIZE(pll_state->c10.pll) < 9); in intel_c10pll_update_pll()
1783 pll_state->c10.pll[i] = 0; in intel_c10pll_update_pll()
1798 crtc_state->cx0pll_state.c10 = *tables[i]; in intel_c10pll_calc_state()
1840 const struct intel_c10pll_state *pll_state = &crtc_state->cx0pll_state.c10; in intel_c10_pll_program()
3003 struct intel_c10pll_state *mpllb_sw_state = &new_crtc_state->cx0pll_state.c10; in intel_c10pll_state_verify()
Dintel_display_types.h1025 struct intel_c10pll_state c10; member
Dintel_ddi.c3859 intel_c10pll_readout_hw_state(encoder, &crtc_state->cx0pll_state.c10); in mtl_ddi_get_config()
3860 intel_c10pll_dump_hw_state(i915, &crtc_state->cx0pll_state.c10); in mtl_ddi_get_config()
3861 crtc_state->port_clock = intel_c10pll_calc_port_clock(encoder, &crtc_state->cx0pll_state.c10); in mtl_ddi_get_config()
Dintel_dpll.c1016 crtc_state->port_clock = intel_c10pll_calc_port_clock(encoder, &crtc_state->cx0pll_state.c10); in mtl_crtc_compute_clock()
/drivers/gpu/drm/vc4/
Dvc4_hvs.c162 c9, c10, c11, c12, c13, c14, c15) \ argument
166 VC4_PPF_FILTER_WORD(c9, c10, c11), \
/drivers/staging/media/ipu3/include/uapi/
Dintel-ipu3.h1873 __u32 c10:2; member