Home
last modified time | relevance | path

Searched refs:cal_type (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/thermal/samsung/
A Dexynos_tmu.c180 u32 cal_type; member
208 if (data->cal_type == TYPE_ONE_POINT_TRIMMING) in temp_to_code()
223 if (data->cal_type == TYPE_ONE_POINT_TRIMMING) in code_to_temp()
510 int sensor_id, cal_type; in exynos5433_tmu_initialize() local
522 cal_type = (trim_info & EXYNOS5433_TRIMINFO_CALIB_SEL_MASK) in exynos5433_tmu_initialize()
525 switch (cal_type) { in exynos5433_tmu_initialize()
527 data->cal_type = TYPE_TWO_POINT_TRIMMING; in exynos5433_tmu_initialize()
531 data->cal_type = TYPE_ONE_POINT_TRIMMING; in exynos5433_tmu_initialize()
536 cal_type ? 2 : 1); in exynos5433_tmu_initialize()
953 data->cal_type = TYPE_ONE_POINT_TRIMMING; in exynos_map_dt_data()
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
A Dphy_lcn.c2716 cal_type = (cal_cmds[i] & 0x0f00) >> 8; in wlc_lcnphy_tx_iqlo_cal()
2719 if (ncorr_override[cal_type]) in wlc_lcnphy_tx_iqlo_cal()
2726 if ((cal_type == 3) || (cal_type == 4)) { in wlc_lcnphy_tx_iqlo_cal()
2746 if ((cal_type == 3) || (cal_type == 4)) in wlc_lcnphy_tx_iqlo_cal()
3433 switch (cal_type) { in wlc_lcnphy_set_cc()
3480 switch (cal_type) { in wlc_lcnphy_get_cc()
3643 if (cal_type != 0) in wlc_lcnphy_a1()
3649 if (cal_type != 0) in wlc_lcnphy_a1()
3659 if (cal_type == 2) { in wlc_lcnphy_a1()
3670 switch (cal_type) { in wlc_lcnphy_a1()
[all …]
A Dphy_n.c25635 u16 core_no, cal_type; in wlc_phy_cal_txiqlo_nphy() local
25868 if ((cal_type == 1) || (cal_type == 3) in wlc_phy_cal_txiqlo_nphy()
25869 || (cal_type == 4)) { in wlc_phy_cal_txiqlo_nphy()
25897 if ((cal_type == 1) || (cal_type == 3) in wlc_phy_cal_txiqlo_nphy()
25898 || (cal_type == 4)) { in wlc_phy_cal_txiqlo_nphy()
26861 u16 *rxgain, u8 cal_type) in wlc_phy_rxcal_gainctrl_nphy_rev5() argument
27064 u8 cal_type) in wlc_phy_rxcal_gainctrl_nphy() argument
27357 if ((!skip_rxiqcal) && ((cal_type == 0) || (cal_type == 2))) { in wlc_phy_cal_rxiq_nphy_rev3()
27376 if (((cal_type == 1) || (cal_type == 2)) in wlc_phy_cal_rxiq_nphy_rev3()
27405 if ((cal_type == 1) || (cal_type == 2)) { in wlc_phy_cal_rxiq_nphy_rev3()
[all …]
/linux/drivers/iio/adc/
A Dmax11410.c843 static int max11410_calibrate(struct max11410_state *st, u32 cal_type) in max11410_calibrate() argument
847 ret = max11410_write_reg(st, MAX11410_REG_CAL_START, cal_type); in max11410_calibrate()
/linux/drivers/net/wireless/ath/ath9k/
A Dar9002_calib.c33 enum ar9002_cal_types cal_type) in ar9002_hw_is_cal_supported() argument
36 switch (ah->supp_cals & cal_type) { in ar9002_hw_is_cal_supported()

Completed in 813 milliseconds