Searched refs:NIX_SHAPER_RATE_CONST (Results 1 – 2 of 2) sorted by relevance
97 #define NIX_SHAPER_RATE_CONST ((uint64_t)2E6) macro109 ((NIX_SHAPER_RATE_CONST * ((256 + (mantissa)) << (exponent)))\
126 while (value < (NIX_SHAPER_RATE_CONST / (1 << div_exp))) in shaper_rate_to_nix()130 ((NIX_SHAPER_RATE_CONST * (256 + mantissa)) / in shaper_rate_to_nix()144 while (value < (NIX_SHAPER_RATE_CONST * (1 << exponent))) in shaper_rate_to_nix()147 while (value < ((NIX_SHAPER_RATE_CONST * in shaper_rate_to_nix()