Home
last modified time | relevance | path

Searched defs:coeff_b (Results 1 – 3 of 3) sorted by relevance

/device/soc/esp/esp32/components/esp_adc_cal/
Desp_adc_cal_esp32.c202 uint32_t *coeff_b) in characterize_using_two_point()
227 uint32_t *coeff_b) in characterize_using_vref()
246 static uint32_t calculate_voltage_linear(uint32_t adc_reading, uint32_t coeff_a, uint32_t coeff_b) in calculate_voltage_linear()
/device/soc/esp/esp32/components/esp_adc_cal/include/
Desp_adc_cal.h47 uint32_t coeff_b; /**< Offset of ADC-Voltage curve*/ member
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/bridge/synopsys/
Ddw-hdmi.c1525 u16 coeff_b = (*csc_coeff)[0x1][i]; in dw_hdmi_update_csc_coeffs() local