Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtw88/
H A Drtw8822c.c3486 u32 table_fraction[21] = {0, 432, 332, 274, 232, 200, 174, in rtw8822c_psd_log2base() local
3498 if (tindex >= ARRAY_SIZE(table_fraction)) in rtw8822c_psd_log2base()
3499 tindex = ARRAY_SIZE(table_fraction) - 1; in rtw8822c_psd_log2base()
3501 val_fractiond_b = table_fraction[tindex]; in rtw8822c_psd_log2base()