Lines Matching refs:ad7616_oversampling_avail

24 	static const unsigned int ad7616_oversampling_avail[] = {  in test_find_closest()  local
48 FIND_CLOSEST_RANGE_CHECK(-3, 1, ad7616_oversampling_avail, 0); in test_find_closest()
49 FIND_CLOSEST_RANGE_CHECK(2, 3, ad7616_oversampling_avail, 1); in test_find_closest()
50 FIND_CLOSEST_RANGE_CHECK(4, 6, ad7616_oversampling_avail, 2); in test_find_closest()
51 FIND_CLOSEST_RANGE_CHECK(7, 12, ad7616_oversampling_avail, 3); in test_find_closest()
52 FIND_CLOSEST_RANGE_CHECK(13, 24, ad7616_oversampling_avail, 4); in test_find_closest()
53 FIND_CLOSEST_RANGE_CHECK(25, 48, ad7616_oversampling_avail, 5); in test_find_closest()
54 FIND_CLOSEST_RANGE_CHECK(49, 96, ad7616_oversampling_avail, 6); in test_find_closest()
55 FIND_CLOSEST_RANGE_CHECK(97, 256, ad7616_oversampling_avail, 7); in test_find_closest()
132 static const unsigned int ad7616_oversampling_avail[] = { in test_find_closest_descending() local
155 FIND_CLOSEST_DESC_RANGE_CHECK(-3, 1, ad7616_oversampling_avail, 7); in test_find_closest_descending()
156 FIND_CLOSEST_DESC_RANGE_CHECK(2, 3, ad7616_oversampling_avail, 6); in test_find_closest_descending()
157 FIND_CLOSEST_DESC_RANGE_CHECK(4, 6, ad7616_oversampling_avail, 5); in test_find_closest_descending()
158 FIND_CLOSEST_DESC_RANGE_CHECK(7, 12, ad7616_oversampling_avail, 4); in test_find_closest_descending()
159 FIND_CLOSEST_DESC_RANGE_CHECK(13, 24, ad7616_oversampling_avail, 3); in test_find_closest_descending()
160 FIND_CLOSEST_DESC_RANGE_CHECK(25, 48, ad7616_oversampling_avail, 2); in test_find_closest_descending()
161 FIND_CLOSEST_DESC_RANGE_CHECK(49, 96, ad7616_oversampling_avail, 1); in test_find_closest_descending()
162 FIND_CLOSEST_DESC_RANGE_CHECK(97, 256, ad7616_oversampling_avail, 0); in test_find_closest_descending()