Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/misc/altera-stapl/
Daltera.c252 s32 long_idx2; in altera_execute() local
1209 long_idx2 = long_idx; in altera_execute()
1211 if (charptr_tmp2[long_idx2 >> 3] & in altera_execute()
1212 (1 << (long_idx2 & 7))) { in altera_execute()
1351 long_idx2 = 0; in altera_execute()
1352 while (long_idx2 < long_count) { in altera_execute()
1355 charptr_tmp[long_idx2 >> 3] |= in altera_execute()
1356 (1 << (long_idx2 & 7)); in altera_execute()
1358 charptr_tmp[long_idx2 >> 3] &= in altera_execute()
1359 ~(1 << (long_idx2 & 7)); in altera_execute()
[all …]