Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/misc/altera-stapl/
Daltera.c266 s32 long_idx2; in altera_execute() local
1223 long_idx2 = long_idx; in altera_execute()
1225 if (charptr_tmp2[long_idx2 >> 3] & in altera_execute()
1226 (1 << (long_idx2 & 7))) { in altera_execute()
1365 long_idx2 = 0; in altera_execute()
1366 while (long_idx2 < long_count) { in altera_execute()
1369 charptr_tmp[long_idx2 >> 3] |= in altera_execute()
1370 (1 << (long_idx2 & 7)); in altera_execute()
1372 charptr_tmp[long_idx2 >> 3] &= in altera_execute()
1373 ~(1 << (long_idx2 & 7)); in altera_execute()
[all …]