Searched refs:ftr_max (Results 1 – 1 of 1) sorted by relevance
280 u64 ftr_max = ftr_bits->mask >> ftr_bits->shift; in get_safe_value() local282 TEST_ASSERT(ftr_max > 1, "This test doesn't support single bit features"); in get_safe_value()294 if (ftr < ftr_max) in get_safe_value()298 if (ftr == ftr_max) in get_safe_value()306 } else if (ftr != ftr_max) { in get_safe_value()316 if (ftr < ftr_max - 1) in get_safe_value()320 if (ftr != 0 && ftr != ftr_max - 1) in get_safe_value()334 u64 ftr_max = ftr_bits->mask >> ftr_bits->shift; in get_invalid_value() local336 TEST_ASSERT(ftr_max > 1, "This test doesn't support single bit features"); in get_invalid_value()351 ftr = ftr_max; in get_invalid_value()[all …]