Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/realtek/rtw88/
Drtw8822c.c3506 u32 table_fraction[21] = {0, 432, 332, 274, 232, 200, 174, in rtw8822c_psd_log2base() local
3518 if (tindex >= ARRAY_SIZE(table_fraction)) in rtw8822c_psd_log2base()
3519 tindex = ARRAY_SIZE(table_fraction) - 1; in rtw8822c_psd_log2base()
3521 val_fractiond_b = table_fraction[tindex]; in rtw8822c_psd_log2base()