Searched refs:c10 (Results 1 – 8 of 8) sorted by relevance
/drivers/iio/pressure/ |
D | dps310.c | 89 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/ |
D | core.c | 819 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/ |
D | intel_cx0_phy.c | 1781 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()
|
D | intel_display_types.h | 1025 struct intel_c10pll_state c10; member
|
D | intel_ddi.c | 3859 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()
|
D | intel_dpll.c | 1016 crtc_state->port_clock = intel_c10pll_calc_port_clock(encoder, &crtc_state->cx0pll_state.c10); in mtl_crtc_compute_clock()
|
/drivers/gpu/drm/vc4/ |
D | vc4_hvs.c | 162 c9, c10, c11, c12, c13, c14, c15) \ argument 166 VC4_PPF_FILTER_WORD(c9, c10, c11), \
|
/drivers/staging/media/ipu3/include/uapi/ |
D | intel-ipu3.h | 1873 __u32 c10:2; member
|