Home
last modified time | relevance | path

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

/Linux-v6.1/arch/arm/mach-omap2/
Dclkt2xxx_virt_prcm_set.c75 long highest_rate; in omap2_round_to_table_rate() local
77 highest_rate = -EINVAL; in omap2_round_to_table_rate()
85 highest_rate = ptr->mpu_speed; in omap2_round_to_table_rate()
91 return highest_rate; in omap2_round_to_table_rate()
/Linux-v6.1/arch/arm/mach-omap1/
Dclock.c328 long highest_rate; in omap1_round_to_table_rate() local
333 highest_rate = -EINVAL; in omap1_round_to_table_rate()
342 highest_rate = ptr->rate; in omap1_round_to_table_rate()
349 return highest_rate; in omap1_round_to_table_rate()
/Linux-v6.1/drivers/net/wireless/realtek/rtl8xxxu/
Drtl8xxxu_core.c4631 u8 highest_rate; in rtl8xxxu_bss_info_changed() local
4659 highest_rate = fls(ramask) - 1; in rtl8xxxu_bss_info_changed()
4660 if (highest_rate < DESC_RATE_MCS0) { in rtl8xxxu_bss_info_changed()
4662 rtl8xxxu_legacy_ratetable[highest_rate].bitrate; in rtl8xxxu_bss_info_changed()
4664 rtl8xxxu_desc_to_mcsrate(highest_rate, in rtl8xxxu_bss_info_changed()
4684 rarpt->desc_rate = highest_rate; in rtl8xxxu_bss_info_changed()