Searched refs:ret_rate (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/staging/rtl8723bs/hal/ |
D | hal_com.c | 225 u8 ret_rate = MGN_1M; in HwRateToMRate() local 229 ret_rate = MGN_1M; in HwRateToMRate() 232 ret_rate = MGN_2M; in HwRateToMRate() 235 ret_rate = MGN_5_5M; in HwRateToMRate() 238 ret_rate = MGN_11M; in HwRateToMRate() 241 ret_rate = MGN_6M; in HwRateToMRate() 244 ret_rate = MGN_9M; in HwRateToMRate() 247 ret_rate = MGN_12M; in HwRateToMRate() 250 ret_rate = MGN_18M; in HwRateToMRate() 253 ret_rate = MGN_24M; in HwRateToMRate() [all …]
|
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
D | dm.c | 997 u8 ret_rate = MGN_1M; in rtl8821ae_hw_rate_to_mrate() local 1001 ret_rate = MGN_1M; in rtl8821ae_hw_rate_to_mrate() 1004 ret_rate = MGN_2M; in rtl8821ae_hw_rate_to_mrate() 1007 ret_rate = MGN_5_5M; in rtl8821ae_hw_rate_to_mrate() 1010 ret_rate = MGN_11M; in rtl8821ae_hw_rate_to_mrate() 1013 ret_rate = MGN_6M; in rtl8821ae_hw_rate_to_mrate() 1016 ret_rate = MGN_9M; in rtl8821ae_hw_rate_to_mrate() 1019 ret_rate = MGN_12M; in rtl8821ae_hw_rate_to_mrate() 1022 ret_rate = MGN_18M; in rtl8821ae_hw_rate_to_mrate() 1025 ret_rate = MGN_24M; in rtl8821ae_hw_rate_to_mrate() [all …]
|
/linux-6.12.1/drivers/staging/rtl8192e/rtl8192e/ |
D | r8192E_dev.c | 1012 u8 ret_rate = 0x02; in _rtl92e_rate_hw_to_mgn() local 1017 ret_rate = MGN_1M; in _rtl92e_rate_hw_to_mgn() 1020 ret_rate = MGN_2M; in _rtl92e_rate_hw_to_mgn() 1023 ret_rate = MGN_5_5M; in _rtl92e_rate_hw_to_mgn() 1026 ret_rate = MGN_11M; in _rtl92e_rate_hw_to_mgn() 1029 ret_rate = MGN_6M; in _rtl92e_rate_hw_to_mgn() 1032 ret_rate = MGN_9M; in _rtl92e_rate_hw_to_mgn() 1035 ret_rate = MGN_12M; in _rtl92e_rate_hw_to_mgn() 1038 ret_rate = MGN_18M; in _rtl92e_rate_hw_to_mgn() 1041 ret_rate = MGN_24M; in _rtl92e_rate_hw_to_mgn() [all …]
|
/linux-6.12.1/drivers/clk/sophgo/ |
D | clk-sg2042-clkgen.c | 161 unsigned long ret_rate; in sg2042_clk_divider_recalc_rate() local 171 ret_rate = divider_recalc_rate(hw, parent_rate, val, NULL, in sg2042_clk_divider_recalc_rate() 175 clk_hw_get_name(hw), ret_rate); in sg2042_clk_divider_recalc_rate() 176 return ret_rate; in sg2042_clk_divider_recalc_rate() 184 unsigned long ret_rate; in sg2042_clk_divider_round_rate() local 195 ret_rate = DIV_ROUND_UP_ULL((u64)*prate, bestdiv); in sg2042_clk_divider_round_rate() 197 ret_rate = divider_round_rate(hw, rate, prate, NULL, in sg2042_clk_divider_round_rate() 202 clk_hw_get_name(hw), ret_rate); in sg2042_clk_divider_round_rate() 203 return ret_rate; in sg2042_clk_divider_round_rate()
|