Home
last modified time | relevance | path

Searched refs:tuning (Results 1 - 3 of 3) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/
H A Dat_hipriv.c82 hi_u32 at_hi_wifi_set_rate_power_sub(hi_s32 argc, const hi_char *argv[], hi_bool tuning) in at_hi_wifi_set_rate_power_sub() argument
86 hi_u8 ofs = tuning ? 1 : 0; in at_hi_wifi_set_rate_power_sub()
87 hi_u8 protol_ofs = tuning ? 10 : 0; /* 10:Offset of the command */ in at_hi_wifi_set_rate_power_sub()
88 hi_s32 low_limit = tuning ? -100 : -8; /* -100:Debug Command Lower Limit,-8:Lower Limit of Test Command */ in at_hi_wifi_set_rate_power_sub()
89 hi_s32 up_limit = tuning ? 40 : 7; /* 40:Upper limit of debugging commands.,7:Upper Limit of Test Commands */ in at_hi_wifi_set_rate_power_sub()
/device/soc/hisilicon/common/platform/hieth-sf/src/
H A Dctrl.c60 uint8_t ldSet, ldoSet, tuning; in HiethFephyTrim() local
65 tuning = (val >> BIT_OFFSET_R_TUNING) & BIT_MASK_R_TUNING; in HiethFephyTrim()
66 if ((!ldSet) && (!ldoSet) && (!tuning)) { in HiethFephyTrim()
79 val = (val & ~BIT_MASK_R_TUNING) | (tuning & BIT_MASK_R_TUNING); in HiethFephyTrim()
/device/soc/rockchip/common/sdk_linux/drivers/i2c/busses/
H A Di2c-rk3x.c176 * @tuning: Used to adjust setup/hold data time,
178 * v1's calc_timings, the tuning should all be 0
184 unsigned int tuning; member
745 /* Give the tuning value 0, that would not update con register */ in rk3x_i2c_v0_calc_timings()
746 t_calc->tuning = 0; in rk3x_i2c_v0_calc_timings()
899 t_calc->tuning = in rk3x_i2c_v1_calc_timings()
936 val |= calc.tuning; in rk3x_i2c_adapt_div()

Completed in 6 milliseconds