Searched refs:combvalue (Results 1 – 2 of 2) sorted by relevance
67 u32 combvalue = 0; in phypg_combvalue_fromstring() local76 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()