Home
last modified time | relevance | path

Searched refs:highest_rate (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/arch/arm/mach-omap2/
H A 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()
/kernel/linux/linux-6.6/arch/arm/mach-omap2/
H A Dclkt2xxx_virt_prcm_set.c77 long highest_rate; in omap2_round_to_table_rate() local
79 highest_rate = -EINVAL; in omap2_round_to_table_rate()
87 highest_rate = ptr->mpu_speed; in omap2_round_to_table_rate()
93 return highest_rate; in omap2_round_to_table_rate()
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtl8xxxu/
H A Drtl8xxxu_8188e.c1399 u8 highest_rate = ra->highest_rate; in rtl8188e_rate_down() local
1402 if (rate_id > highest_rate) { in rtl8188e_rate_down()
1403 rate_id = highest_rate; in rtl8188e_rate_down()
1441 u8 highest_rate = ra->highest_rate; in rtl8188e_rate_up() local
1454 if (rate_id < highest_rate) { in rtl8188e_rate_up()
1455 for (i = rate_id + 1; i <= highest_rate; i++) { in rtl8188e_rate_up()
1461 } else if (rate_id == highest_rate) { in rtl8188e_rate_up()
1466 } else { /* rate_id > ra->highest_rate */ in rtl8188e_rate_up()
[all...]
H A Drtl8xxxu.h1738 u8 highest_rate; member
H A Drtl8xxxu_core.c4972 u8 highest_rate; in rtl8xxxu_bss_info_changed() local
4997 highest_rate = fls(ramask) - 1; in rtl8xxxu_bss_info_changed()
5005 rtl8xxxu_update_ra_report(rarpt, highest_rate, sgi, bw); in rtl8xxxu_bss_info_changed()
/kernel/linux/linux-5.10/arch/arm/mach-omap1/
H A Dclock.c280 long highest_rate; in omap1_round_to_table_rate() local
285 highest_rate = -EINVAL; in omap1_round_to_table_rate()
294 highest_rate = ptr->rate; in omap1_round_to_table_rate()
301 return highest_rate; in omap1_round_to_table_rate()
/kernel/linux/linux-6.6/arch/arm/mach-omap1/
H A 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()

Completed in 26 milliseconds