Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/
H A Dhal_ld_file.c67 u32 combvalue = 0; in phypg_combvalue_fromstring() local
76 combvalue |= ((integer * txgi_pdbm) + (fraction * txgi_pdbm / 100)); in phypg_combvalue_fromstring()
83 combvalue <<= 8; in phypg_combvalue_fromstring()
84 combvalue |= ((integer * txgi_pdbm) + (fraction * txgi_pdbm / 100)); in phypg_combvalue_fromstring()
91 combvalue <<= 8; in phypg_combvalue_fromstring()
92 combvalue |= ((integer * txgi_pdbm) + (fraction * txgi_pdbm / 100)); in phypg_combvalue_fromstring()
99 combvalue <<= 8; in phypg_combvalue_fromstring()
100 combvalue |= ((integer * txgi_pdbm) + (fraction * txgi_pdbm / 100)); in phypg_combvalue_fromstring()
104 return combvalue; in phypg_combvalue_fromstring()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/
H A Dhal_ld_file.c67 u32 combvalue = 0; in phypg_combvalue_fromstring() local
76 combvalue |= ((integer * txgi_pdbm) + (fraction * txgi_pdbm / 100)); in phypg_combvalue_fromstring()
83 combvalue <<= 8; in phypg_combvalue_fromstring()
84 combvalue |= ((integer * txgi_pdbm) + (fraction * txgi_pdbm / 100)); in phypg_combvalue_fromstring()
91 combvalue <<= 8; in phypg_combvalue_fromstring()
92 combvalue |= ((integer * txgi_pdbm) + (fraction * txgi_pdbm / 100)); in phypg_combvalue_fromstring()
99 combvalue <<= 8; in phypg_combvalue_fromstring()
100 combvalue |= ((integer * txgi_pdbm) + (fraction * txgi_pdbm / 100)); in phypg_combvalue_fromstring()
104 return combvalue; in phypg_combvalue_fromstring()