Searched refs:cal_type (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/thermal/samsung/ |
D | exynos_tmu.c | 196 u32 cal_type; member 225 if (data->cal_type == TYPE_ONE_POINT_TRIMMING) in temp_to_code() 240 if (data->cal_type == TYPE_ONE_POINT_TRIMMING) in code_to_temp() 504 int sensor_id, cal_type; in exynos5433_tmu_initialize() local 516 cal_type = (trim_info & EXYNOS5433_TRIMINFO_CALIB_SEL_MASK) in exynos5433_tmu_initialize() 519 switch (cal_type) { in exynos5433_tmu_initialize() 521 data->cal_type = TYPE_TWO_POINT_TRIMMING; in exynos5433_tmu_initialize() 525 data->cal_type = TYPE_ONE_POINT_TRIMMING; in exynos5433_tmu_initialize() 530 cal_type ? 2 : 1); in exynos5433_tmu_initialize() 987 data->cal_type = TYPE_ONE_POINT_TRIMMING; in exynos_map_dt_data()
|
/Linux-v4.19/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
D | phy_lcn.c | 2664 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() 3501 wlc_lcnphy_set_cc(struct brcms_phy *pi, int cal_type, s16 coeff_x, s16 coeff_y) in wlc_lcnphy_set_cc() argument 3506 switch (cal_type) { in wlc_lcnphy_set_cc() 3546 wlc_lcnphy_get_cc(struct brcms_phy *pi, int cal_type) in wlc_lcnphy_get_cc() argument 3553 switch (cal_type) { in wlc_lcnphy_get_cc() [all …]
|
D | phy_n.c | 25681 u16 core_no, cal_type; in wlc_phy_cal_txiqlo_nphy() local 25895 cal_type = ((cal_cmd & 0x0F00) >> 8); in wlc_phy_cal_txiqlo_nphy() 25911 ncorr[cal_type] << 8) | NPHY_N_GCTL; in wlc_phy_cal_txiqlo_nphy() 25914 if ((cal_type == 1) || (cal_type == 3) in wlc_phy_cal_txiqlo_nphy() 25915 || (cal_type == 4)) { in wlc_phy_cal_txiqlo_nphy() 25943 if ((cal_type == 1) || (cal_type == 3) in wlc_phy_cal_txiqlo_nphy() 25944 || (cal_type == 4)) { in wlc_phy_cal_txiqlo_nphy() 26907 u16 *rxgain, u8 cal_type) in wlc_phy_rxcal_gainctrl_nphy_rev5() argument 27001 NPHY_RXCAL_TONEAMP, 0, cal_type, false); in wlc_phy_rxcal_gainctrl_nphy_rev5() 27110 u8 cal_type) in wlc_phy_rxcal_gainctrl_nphy() argument [all …]
|
/Linux-v4.19/drivers/net/wireless/ath/ath9k/ |
D | ar9002_calib.c | 31 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()
|