Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/thermal/samsung/
Dexynos_tmu.c250 switch (pdata->cal_type) { in temp_to_code()
277 switch (pdata->cal_type) { in code_to_temp()
520 int ret = 0, threshold_code, i, sensor_id, cal_type; in exynos5433_tmu_initialize() local
538 cal_type = (trim_info & EXYNOS5433_TRIMINFO_CALIB_SEL_MASK) in exynos5433_tmu_initialize()
541 switch (cal_type) { in exynos5433_tmu_initialize()
543 pdata->cal_type = TYPE_ONE_POINT_TRIMMING; in exynos5433_tmu_initialize()
546 pdata->cal_type = TYPE_TWO_POINT_TRIMMING; in exynos5433_tmu_initialize()
549 pdata->cal_type = TYPE_ONE_POINT_TRIMMING; in exynos5433_tmu_initialize()
554 cal_type ? 2 : 1); in exynos5433_tmu_initialize()
1160 of_property_read_u32(np, "samsung,tmu_cal_type", &pdata->cal_type); in exynos_of_sensor_conf()
Dexynos_tmu.h72 u32 cal_type; member
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/phy/
Dphy_lcn.c2664 u16 *start_coeffs = NULL, *cal_cmds = NULL, cal_type, diq_start; in wlc_lcnphy_tx_iqlo_cal() local
2787 cal_type = (cal_cmds[i] & 0x0f00) >> 8; in wlc_lcnphy_tx_iqlo_cal()
2790 if (ncorr_override[cal_type]) in wlc_lcnphy_tx_iqlo_cal()
2792 ncorr_override[cal_type] << 8 | (command_num & in wlc_lcnphy_tx_iqlo_cal()
2797 if ((cal_type == 3) || (cal_type == 4)) { in wlc_lcnphy_tx_iqlo_cal()
2817 if ((cal_type == 3) || (cal_type == 4)) in wlc_lcnphy_tx_iqlo_cal()
3506 wlc_lcnphy_set_cc(struct brcms_phy *pi, int cal_type, s16 coeff_x, s16 coeff_y) in wlc_lcnphy_set_cc() argument
3511 switch (cal_type) { in wlc_lcnphy_set_cc()
3551 wlc_lcnphy_get_cc(struct brcms_phy *pi, int cal_type) in wlc_lcnphy_get_cc() argument
3558 switch (cal_type) { in wlc_lcnphy_get_cc()
[all …]
Dphy_n.c25767 u16 core_no, cal_type; in wlc_phy_cal_txiqlo_nphy() local
25981 cal_type = ((cal_cmd & 0x0F00) >> 8); in wlc_phy_cal_txiqlo_nphy()
25997 ncorr[cal_type] << 8) | NPHY_N_GCTL; in wlc_phy_cal_txiqlo_nphy()
26000 if ((cal_type == 1) || (cal_type == 3) in wlc_phy_cal_txiqlo_nphy()
26001 || (cal_type == 4)) { in wlc_phy_cal_txiqlo_nphy()
26029 if ((cal_type == 1) || (cal_type == 3) in wlc_phy_cal_txiqlo_nphy()
26030 || (cal_type == 4)) { in wlc_phy_cal_txiqlo_nphy()
26993 u16 *rxgain, u8 cal_type) in wlc_phy_rxcal_gainctrl_nphy_rev5() argument
27020 desired_log2_pwr = (cal_type == 0) ? 13 : 13; in wlc_phy_rxcal_gainctrl_nphy_rev5()
27087 NPHY_RXCAL_TONEAMP, 0, cal_type, false); in wlc_phy_rxcal_gainctrl_nphy_rev5()
[all …]
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
Dar9002_calib.c31 enum ar9002_cal_types cal_type) in ar9002_hw_is_cal_supported() argument
34 switch (ah->supp_cals & cal_type) { in ar9002_hw_is_cal_supported()