Home
last modified time | relevance | path

Searched refs:rangeidx (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/base/regmap/
H A Dregmap-kunit.c1354 int rangeidx, i; in cache_drop_with_non_contiguous_ranges() local
1371 for (rangeidx = 0; rangeidx < num_ranges; rangeidx += 2) { in cache_drop_with_non_contiguous_ranges()
1372 reg = param->from_reg + (rangeidx * BLOCK_TEST_SIZE); in cache_drop_with_non_contiguous_ranges()
1374 &val[rangeidx / 2], in cache_drop_with_non_contiguous_ranges()
1377 &val[rangeidx / 2], sizeof(val[rangeidx / 2])); in cache_drop_with_non_contiguous_ranges()
1381 for (rangeidx = 1; rangeidx < num_ranges; rangeidx += 2) { in cache_drop_with_non_contiguous_ranges()
1382 reg = param->from_reg + (rangeidx * BLOCK_TEST_SIZE); in cache_drop_with_non_contiguous_ranges()
1411 for (rangeidx = 1; rangeidx < num_ranges; rangeidx += 2) { in cache_drop_with_non_contiguous_ranges()
1412 reg = param->from_reg + (rangeidx * BLOCK_TEST_SIZE); in cache_drop_with_non_contiguous_ranges()
1418 for (rangeidx = 0; rangeidx < num_ranges; rangeidx += 2) { in cache_drop_with_non_contiguous_ranges()
[all …]