Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/misc/altera-stapl/ !
Daltera.c252 s32 long_idx2; in altera_execute() local
1185 long_idx2 = long_idx; in altera_execute()
1187 if (charptr_tmp2[long_idx2 >> 3] & in altera_execute()
1188 (1 << (long_idx2 & 7))) { in altera_execute()
1327 long_idx2 = 0; in altera_execute()
1328 while (long_idx2 < long_count) { in altera_execute()
1331 charptr_tmp[long_idx2 >> 3] |= in altera_execute()
1332 (1 << (long_idx2 & 7)); in altera_execute()
1334 charptr_tmp[long_idx2 >> 3] &= in altera_execute()
1335 ~(1 << (long_idx2 & 7)); in altera_execute()
[all …]