Searched refs:JEDEC_RESERVED_BITS (Results 1 – 2 of 2) sorted by relevance
258 if (l_tmpValue > constants::JEDEC_RESERVED_BITS) in getDdr4BasedDdimmSize()273 if (l_tmpValue > constants::JEDEC_RESERVED_BITS) in getDdr4BasedDdimmSize()287 l_tmpValue >>= constants::JEDEC_RESERVED_BITS; in getDdr4BasedDdimmSize()289 if (l_tmpValue > constants::JEDEC_RESERVED_BITS) in getDdr4BasedDdimmSize()
62 static constexpr auto JEDEC_RESERVED_BITS = 3; variable