Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
H A Dphy.c2427 u32 *targetchnl, u32 * curvecount_val, in _rtl92d_phy_calc_curvindex() argument
2441 curvecount_val[j]); in _rtl92d_phy_calc_curvindex()
2522 u32 curvecount_val[CV_CURVE_CNT * 2] = {0}; in _rtl92d_phy_lc_calibrate_sw() local
2567 memset(curvecount_val, 0, sizeof(curvecount_val)); in _rtl92d_phy_lc_calibrate_sw()
2582 curvecount_val[2 * i + 1] = (readval & 0xfffe0) >> 5; in _rtl92d_phy_lc_calibrate_sw()
2587 curvecount_val[2 * i] = (((readval & 0x1F) << 10) | in _rtl92d_phy_lc_calibrate_sw()
2592 curvecount_val, in _rtl92d_phy_lc_calibrate_sw()
2596 curvecount_val, in _rtl92d_phy_lc_calibrate_sw()