Searched refs:b0 (Results 1 - 200 of 225) sorted by relevance

12

/linux-4.1.27/drivers/staging/skein/
H A Dthreefish_block.c6 u64 b0 = input[0], b1 = input[1], threefish_encrypt_256() local
15 b0 += b1 + k0; threefish_encrypt_256()
16 b1 = ((b1 << 14) | (b1 >> (64 - 14))) ^ b0; threefish_encrypt_256()
22 b0 += b3; threefish_encrypt_256()
23 b3 = ((b3 << 52) | (b3 >> (64 - 52))) ^ b0; threefish_encrypt_256()
28 b0 += b1; threefish_encrypt_256()
29 b1 = ((b1 << 23) | (b1 >> (64 - 23))) ^ b0; threefish_encrypt_256()
34 b0 += b3; threefish_encrypt_256()
35 b3 = ((b3 << 5) | (b3 >> (64 - 5))) ^ b0; threefish_encrypt_256()
41 b0 += b1 + k1; threefish_encrypt_256()
42 b1 = ((b1 << 25) | (b1 >> (64 - 25))) ^ b0; threefish_encrypt_256()
48 b0 += b3; threefish_encrypt_256()
49 b3 = ((b3 << 46) | (b3 >> (64 - 46))) ^ b0; threefish_encrypt_256()
54 b0 += b1; threefish_encrypt_256()
55 b1 = ((b1 << 58) | (b1 >> (64 - 58))) ^ b0; threefish_encrypt_256()
60 b0 += b3; threefish_encrypt_256()
61 b3 = ((b3 << 32) | (b3 >> (64 - 32))) ^ b0; threefish_encrypt_256()
68 b0 += b1 + k2; threefish_encrypt_256()
69 b1 = ((b1 << 14) | (b1 >> (64 - 14))) ^ b0; threefish_encrypt_256()
75 b0 += b3; threefish_encrypt_256()
76 b3 = ((b3 << 52) | (b3 >> (64 - 52))) ^ b0; threefish_encrypt_256()
81 b0 += b1; threefish_encrypt_256()
82 b1 = ((b1 << 23) | (b1 >> (64 - 23))) ^ b0; threefish_encrypt_256()
87 b0 += b3; threefish_encrypt_256()
88 b3 = ((b3 << 5) | (b3 >> (64 - 5))) ^ b0; threefish_encrypt_256()
94 b0 += b1 + k3; threefish_encrypt_256()
95 b1 = ((b1 << 25) | (b1 >> (64 - 25))) ^ b0; threefish_encrypt_256()
101 b0 += b3; threefish_encrypt_256()
102 b3 = ((b3 << 46) | (b3 >> (64 - 46))) ^ b0; threefish_encrypt_256()
107 b0 += b1; threefish_encrypt_256()
108 b1 = ((b1 << 58) | (b1 >> (64 - 58))) ^ b0; threefish_encrypt_256()
113 b0 += b3; threefish_encrypt_256()
114 b3 = ((b3 << 32) | (b3 >> (64 - 32))) ^ b0; threefish_encrypt_256()
121 b0 += b1 + k4; threefish_encrypt_256()
122 b1 = ((b1 << 14) | (b1 >> (64 - 14))) ^ b0; threefish_encrypt_256()
128 b0 += b3; threefish_encrypt_256()
129 b3 = ((b3 << 52) | (b3 >> (64 - 52))) ^ b0; threefish_encrypt_256()
134 b0 += b1; threefish_encrypt_256()
135 b1 = ((b1 << 23) | (b1 >> (64 - 23))) ^ b0; threefish_encrypt_256()
140 b0 += b3; threefish_encrypt_256()
141 b3 = ((b3 << 5) | (b3 >> (64 - 5))) ^ b0; threefish_encrypt_256()
147 b0 += b1 + k0; threefish_encrypt_256()
148 b1 = ((b1 << 25) | (b1 >> (64 - 25))) ^ b0; threefish_encrypt_256()
154 b0 += b3; threefish_encrypt_256()
155 b3 = ((b3 << 46) | (b3 >> (64 - 46))) ^ b0; threefish_encrypt_256()
160 b0 += b1; threefish_encrypt_256()
161 b1 = ((b1 << 58) | (b1 >> (64 - 58))) ^ b0; threefish_encrypt_256()
166 b0 += b3; threefish_encrypt_256()
167 b3 = ((b3 << 32) | (b3 >> (64 - 32))) ^ b0; threefish_encrypt_256()
174 b0 += b1 + k1; threefish_encrypt_256()
175 b1 = ((b1 << 14) | (b1 >> (64 - 14))) ^ b0; threefish_encrypt_256()
181 b0 += b3; threefish_encrypt_256()
182 b3 = ((b3 << 52) | (b3 >> (64 - 52))) ^ b0; threefish_encrypt_256()
187 b0 += b1; threefish_encrypt_256()
188 b1 = ((b1 << 23) | (b1 >> (64 - 23))) ^ b0; threefish_encrypt_256()
193 b0 += b3; threefish_encrypt_256()
194 b3 = ((b3 << 5) | (b3 >> (64 - 5))) ^ b0; threefish_encrypt_256()
200 b0 += b1 + k2; threefish_encrypt_256()
201 b1 = ((b1 << 25) | (b1 >> (64 - 25))) ^ b0; threefish_encrypt_256()
207 b0 += b3; threefish_encrypt_256()
208 b3 = ((b3 << 46) | (b3 >> (64 - 46))) ^ b0; threefish_encrypt_256()
213 b0 += b1; threefish_encrypt_256()
214 b1 = ((b1 << 58) | (b1 >> (64 - 58))) ^ b0; threefish_encrypt_256()
219 b0 += b3; threefish_encrypt_256()
220 b3 = ((b3 << 32) | (b3 >> (64 - 32))) ^ b0; threefish_encrypt_256()
227 b0 += b1 + k3; threefish_encrypt_256()
228 b1 = ((b1 << 14) | (b1 >> (64 - 14))) ^ b0; threefish_encrypt_256()
234 b0 += b3; threefish_encrypt_256()
235 b3 = ((b3 << 52) | (b3 >> (64 - 52))) ^ b0; threefish_encrypt_256()
240 b0 += b1; threefish_encrypt_256()
241 b1 = ((b1 << 23) | (b1 >> (64 - 23))) ^ b0; threefish_encrypt_256()
246 b0 += b3; threefish_encrypt_256()
247 b3 = ((b3 << 5) | (b3 >> (64 - 5))) ^ b0; threefish_encrypt_256()
253 b0 += b1 + k4; threefish_encrypt_256()
254 b1 = ((b1 << 25) | (b1 >> (64 - 25))) ^ b0; threefish_encrypt_256()
260 b0 += b3; threefish_encrypt_256()
261 b3 = ((b3 << 46) | (b3 >> (64 - 46))) ^ b0; threefish_encrypt_256()
266 b0 += b1; threefish_encrypt_256()
267 b1 = ((b1 << 58) | (b1 >> (64 - 58))) ^ b0; threefish_encrypt_256()
272 b0 += b3; threefish_encrypt_256()
273 b3 = ((b3 << 32) | (b3 >> (64 - 32))) ^ b0; threefish_encrypt_256()
280 b0 += b1 + k0; threefish_encrypt_256()
281 b1 = ((b1 << 14) | (b1 >> (64 - 14))) ^ b0; threefish_encrypt_256()
287 b0 += b3; threefish_encrypt_256()
288 b3 = ((b3 << 52) | (b3 >> (64 - 52))) ^ b0; threefish_encrypt_256()
293 b0 += b1; threefish_encrypt_256()
294 b1 = ((b1 << 23) | (b1 >> (64 - 23))) ^ b0; threefish_encrypt_256()
299 b0 += b3; threefish_encrypt_256()
300 b3 = ((b3 << 5) | (b3 >> (64 - 5))) ^ b0; threefish_encrypt_256()
306 b0 += b1 + k1; threefish_encrypt_256()
307 b1 = ((b1 << 25) | (b1 >> (64 - 25))) ^ b0; threefish_encrypt_256()
313 b0 += b3; threefish_encrypt_256()
314 b3 = ((b3 << 46) | (b3 >> (64 - 46))) ^ b0; threefish_encrypt_256()
319 b0 += b1; threefish_encrypt_256()
320 b1 = ((b1 << 58) | (b1 >> (64 - 58))) ^ b0; threefish_encrypt_256()
325 b0 += b3; threefish_encrypt_256()
326 b3 = ((b3 << 32) | (b3 >> (64 - 32))) ^ b0; threefish_encrypt_256()
333 b0 += b1 + k2; threefish_encrypt_256()
334 b1 = ((b1 << 14) | (b1 >> (64 - 14))) ^ b0; threefish_encrypt_256()
340 b0 += b3; threefish_encrypt_256()
341 b3 = ((b3 << 52) | (b3 >> (64 - 52))) ^ b0; threefish_encrypt_256()
346 b0 += b1; threefish_encrypt_256()
347 b1 = ((b1 << 23) | (b1 >> (64 - 23))) ^ b0; threefish_encrypt_256()
352 b0 += b3; threefish_encrypt_256()
353 b3 = ((b3 << 5) | (b3 >> (64 - 5))) ^ b0; threefish_encrypt_256()
359 b0 += b1 + k3; threefish_encrypt_256()
360 b1 = ((b1 << 25) | (b1 >> (64 - 25))) ^ b0; threefish_encrypt_256()
366 b0 += b3; threefish_encrypt_256()
367 b3 = ((b3 << 46) | (b3 >> (64 - 46))) ^ b0; threefish_encrypt_256()
372 b0 += b1; threefish_encrypt_256()
373 b1 = ((b1 << 58) | (b1 >> (64 - 58))) ^ b0; threefish_encrypt_256()
378 b0 += b3; threefish_encrypt_256()
379 b3 = ((b3 << 32) | (b3 >> (64 - 32))) ^ b0; threefish_encrypt_256()
386 b0 += b1 + k4; threefish_encrypt_256()
387 b1 = ((b1 << 14) | (b1 >> (64 - 14))) ^ b0; threefish_encrypt_256()
393 b0 += b3; threefish_encrypt_256()
394 b3 = ((b3 << 52) | (b3 >> (64 - 52))) ^ b0; threefish_encrypt_256()
399 b0 += b1; threefish_encrypt_256()
400 b1 = ((b1 << 23) | (b1 >> (64 - 23))) ^ b0; threefish_encrypt_256()
405 b0 += b3; threefish_encrypt_256()
406 b3 = ((b3 << 5) | (b3 >> (64 - 5))) ^ b0; threefish_encrypt_256()
412 b0 += b1 + k0; threefish_encrypt_256()
413 b1 = ((b1 << 25) | (b1 >> (64 - 25))) ^ b0; threefish_encrypt_256()
419 b0 += b3; threefish_encrypt_256()
420 b3 = ((b3 << 46) | (b3 >> (64 - 46))) ^ b0; threefish_encrypt_256()
425 b0 += b1; threefish_encrypt_256()
426 b1 = ((b1 << 58) | (b1 >> (64 - 58))) ^ b0; threefish_encrypt_256()
431 b0 += b3; threefish_encrypt_256()
432 b3 = ((b3 << 32) | (b3 >> (64 - 32))) ^ b0; threefish_encrypt_256()
439 b0 += b1 + k1; threefish_encrypt_256()
440 b1 = ((b1 << 14) | (b1 >> (64 - 14))) ^ b0; threefish_encrypt_256()
446 b0 += b3; threefish_encrypt_256()
447 b3 = ((b3 << 52) | (b3 >> (64 - 52))) ^ b0; threefish_encrypt_256()
452 b0 += b1; threefish_encrypt_256()
453 b1 = ((b1 << 23) | (b1 >> (64 - 23))) ^ b0; threefish_encrypt_256()
458 b0 += b3; threefish_encrypt_256()
459 b3 = ((b3 << 5) | (b3 >> (64 - 5))) ^ b0; threefish_encrypt_256()
465 b0 += b1 + k2; threefish_encrypt_256()
466 b1 = ((b1 << 25) | (b1 >> (64 - 25))) ^ b0; threefish_encrypt_256()
472 b0 += b3; threefish_encrypt_256()
473 b3 = ((b3 << 46) | (b3 >> (64 - 46))) ^ b0; threefish_encrypt_256()
478 b0 += b1; threefish_encrypt_256()
479 b1 = ((b1 << 58) | (b1 >> (64 - 58))) ^ b0; threefish_encrypt_256()
484 b0 += b3; threefish_encrypt_256()
485 b3 = ((b3 << 32) | (b3 >> (64 - 32))) ^ b0; threefish_encrypt_256()
490 output[0] = b0 + k3; threefish_encrypt_256()
499 u64 b0 = input[0], b1 = input[1], threefish_decrypt_256() local
509 b0 -= k3; threefish_decrypt_256()
513 tmp = b3 ^ b0; threefish_decrypt_256()
515 b0 -= b3; threefish_decrypt_256()
521 tmp = b1 ^ b0; threefish_decrypt_256()
523 b0 -= b1; threefish_decrypt_256()
529 tmp = b3 ^ b0; threefish_decrypt_256()
531 b0 -= b3; threefish_decrypt_256()
537 tmp = b1 ^ b0; threefish_decrypt_256()
539 b0 -= b1 + k2; threefish_decrypt_256()
547 tmp = b3 ^ b0; threefish_decrypt_256()
549 b0 -= b3; threefish_decrypt_256()
555 tmp = b1 ^ b0; threefish_decrypt_256()
557 b0 -= b1; threefish_decrypt_256()
563 tmp = b3 ^ b0; threefish_decrypt_256()
565 b0 -= b3; threefish_decrypt_256()
571 tmp = b1 ^ b0; threefish_decrypt_256()
573 b0 -= b1 + k1; threefish_decrypt_256()
582 tmp = b3 ^ b0; threefish_decrypt_256()
584 b0 -= b3; threefish_decrypt_256()
590 tmp = b1 ^ b0; threefish_decrypt_256()
592 b0 -= b1; threefish_decrypt_256()
598 tmp = b3 ^ b0; threefish_decrypt_256()
600 b0 -= b3; threefish_decrypt_256()
606 tmp = b1 ^ b0; threefish_decrypt_256()
608 b0 -= b1 + k0; threefish_decrypt_256()
616 tmp = b3 ^ b0; threefish_decrypt_256()
618 b0 -= b3; threefish_decrypt_256()
624 tmp = b1 ^ b0; threefish_decrypt_256()
626 b0 -= b1; threefish_decrypt_256()
632 tmp = b3 ^ b0; threefish_decrypt_256()
634 b0 -= b3; threefish_decrypt_256()
640 tmp = b1 ^ b0; threefish_decrypt_256()
642 b0 -= b1 + k4; threefish_decrypt_256()
651 tmp = b3 ^ b0; threefish_decrypt_256()
653 b0 -= b3; threefish_decrypt_256()
659 tmp = b1 ^ b0; threefish_decrypt_256()
661 b0 -= b1; threefish_decrypt_256()
667 tmp = b3 ^ b0; threefish_decrypt_256()
669 b0 -= b3; threefish_decrypt_256()
675 tmp = b1 ^ b0; threefish_decrypt_256()
677 b0 -= b1 + k3; threefish_decrypt_256()
685 tmp = b3 ^ b0; threefish_decrypt_256()
687 b0 -= b3; threefish_decrypt_256()
693 tmp = b1 ^ b0; threefish_decrypt_256()
695 b0 -= b1; threefish_decrypt_256()
701 tmp = b3 ^ b0; threefish_decrypt_256()
703 b0 -= b3; threefish_decrypt_256()
709 tmp = b1 ^ b0; threefish_decrypt_256()
711 b0 -= b1 + k2; threefish_decrypt_256()
720 tmp = b3 ^ b0; threefish_decrypt_256()
722 b0 -= b3; threefish_decrypt_256()
728 tmp = b1 ^ b0; threefish_decrypt_256()
730 b0 -= b1; threefish_decrypt_256()
736 tmp = b3 ^ b0; threefish_decrypt_256()
738 b0 -= b3; threefish_decrypt_256()
744 tmp = b1 ^ b0; threefish_decrypt_256()
746 b0 -= b1 + k1; threefish_decrypt_256()
754 tmp = b3 ^ b0; threefish_decrypt_256()
756 b0 -= b3; threefish_decrypt_256()
762 tmp = b1 ^ b0; threefish_decrypt_256()
764 b0 -= b1; threefish_decrypt_256()
770 tmp = b3 ^ b0; threefish_decrypt_256()
772 b0 -= b3; threefish_decrypt_256()
778 tmp = b1 ^ b0; threefish_decrypt_256()
780 b0 -= b1 + k0; threefish_decrypt_256()
789 tmp = b3 ^ b0; threefish_decrypt_256()
791 b0 -= b3; threefish_decrypt_256()
797 tmp = b1 ^ b0; threefish_decrypt_256()
799 b0 -= b1; threefish_decrypt_256()
805 tmp = b3 ^ b0; threefish_decrypt_256()
807 b0 -= b3; threefish_decrypt_256()
813 tmp = b1 ^ b0; threefish_decrypt_256()
815 b0 -= b1 + k4; threefish_decrypt_256()
823 tmp = b3 ^ b0; threefish_decrypt_256()
825 b0 -= b3; threefish_decrypt_256()
831 tmp = b1 ^ b0; threefish_decrypt_256()
833 b0 -= b1; threefish_decrypt_256()
839 tmp = b3 ^ b0; threefish_decrypt_256()
841 b0 -= b3; threefish_decrypt_256()
847 tmp = b1 ^ b0; threefish_decrypt_256()
849 b0 -= b1 + k3; threefish_decrypt_256()
858 tmp = b3 ^ b0; threefish_decrypt_256()
860 b0 -= b3; threefish_decrypt_256()
866 tmp = b1 ^ b0; threefish_decrypt_256()
868 b0 -= b1; threefish_decrypt_256()
874 tmp = b3 ^ b0; threefish_decrypt_256()
876 b0 -= b3; threefish_decrypt_256()
882 tmp = b1 ^ b0; threefish_decrypt_256()
884 b0 -= b1 + k2; threefish_decrypt_256()
892 tmp = b3 ^ b0; threefish_decrypt_256()
894 b0 -= b3; threefish_decrypt_256()
900 tmp = b1 ^ b0; threefish_decrypt_256()
902 b0 -= b1; threefish_decrypt_256()
908 tmp = b3 ^ b0; threefish_decrypt_256()
910 b0 -= b3; threefish_decrypt_256()
916 tmp = b1 ^ b0; threefish_decrypt_256()
918 b0 -= b1 + k1; threefish_decrypt_256()
927 tmp = b3 ^ b0; threefish_decrypt_256()
929 b0 -= b3; threefish_decrypt_256()
935 tmp = b1 ^ b0; threefish_decrypt_256()
937 b0 -= b1; threefish_decrypt_256()
943 tmp = b3 ^ b0; threefish_decrypt_256()
945 b0 -= b3; threefish_decrypt_256()
951 tmp = b1 ^ b0; threefish_decrypt_256()
953 b0 -= b1 + k0; threefish_decrypt_256()
961 tmp = b3 ^ b0; threefish_decrypt_256()
963 b0 -= b3; threefish_decrypt_256()
969 tmp = b1 ^ b0; threefish_decrypt_256()
971 b0 -= b1; threefish_decrypt_256()
977 tmp = b3 ^ b0; threefish_decrypt_256()
979 b0 -= b3; threefish_decrypt_256()
985 tmp = b1 ^ b0; threefish_decrypt_256()
987 b0 -= b1 + k4; threefish_decrypt_256()
996 tmp = b3 ^ b0; threefish_decrypt_256()
998 b0 -= b3; threefish_decrypt_256()
1004 tmp = b1 ^ b0; threefish_decrypt_256()
1006 b0 -= b1; threefish_decrypt_256()
1012 tmp = b3 ^ b0; threefish_decrypt_256()
1014 b0 -= b3; threefish_decrypt_256()
1020 tmp = b1 ^ b0; threefish_decrypt_256()
1022 b0 -= b1 + k3; threefish_decrypt_256()
1030 tmp = b3 ^ b0; threefish_decrypt_256()
1032 b0 -= b3; threefish_decrypt_256()
1038 tmp = b1 ^ b0; threefish_decrypt_256()
1040 b0 -= b1; threefish_decrypt_256()
1046 tmp = b3 ^ b0; threefish_decrypt_256()
1048 b0 -= b3; threefish_decrypt_256()
1054 tmp = b1 ^ b0; threefish_decrypt_256()
1056 b0 -= b1 + k2; threefish_decrypt_256()
1065 tmp = b3 ^ b0; threefish_decrypt_256()
1067 b0 -= b3; threefish_decrypt_256()
1073 tmp = b1 ^ b0; threefish_decrypt_256()
1075 b0 -= b1; threefish_decrypt_256()
1081 tmp = b3 ^ b0; threefish_decrypt_256()
1083 b0 -= b3; threefish_decrypt_256()
1089 tmp = b1 ^ b0; threefish_decrypt_256()
1091 b0 -= b1 + k1; threefish_decrypt_256()
1099 tmp = b3 ^ b0; threefish_decrypt_256()
1101 b0 -= b3; threefish_decrypt_256()
1107 tmp = b1 ^ b0; threefish_decrypt_256()
1109 b0 -= b1; threefish_decrypt_256()
1115 tmp = b3 ^ b0; threefish_decrypt_256()
1117 b0 -= b3; threefish_decrypt_256()
1123 tmp = b1 ^ b0; threefish_decrypt_256()
1125 b0 -= b1 + k0; threefish_decrypt_256()
1133 output[0] = b0; threefish_decrypt_256()
1142 u64 b0 = input[0], b1 = input[1], threefish_encrypt_512() local
1155 b0 += b1 + k0; threefish_encrypt_512()
1156 b1 = ((b1 << 46) | (b1 >> (64 - 46))) ^ b0; threefish_encrypt_512()
1179 b0 += b3; threefish_encrypt_512()
1180 b3 = ((b3 << 42) | (b3 >> (64 - 42))) ^ b0; threefish_encrypt_512()
1188 b0 += b5; threefish_encrypt_512()
1189 b5 = ((b5 << 36) | (b5 >> (64 - 36))) ^ b0; threefish_encrypt_512()
1197 b0 += b7; threefish_encrypt_512()
1198 b7 = ((b7 << 9) | (b7 >> (64 - 9))) ^ b0; threefish_encrypt_512()
1207 b0 += b1 + k1; threefish_encrypt_512()
1208 b1 = ((b1 << 39) | (b1 >> (64 - 39))) ^ b0; threefish_encrypt_512()
1231 b0 += b3; threefish_encrypt_512()
1232 b3 = ((b3 << 17) | (b3 >> (64 - 17))) ^ b0; threefish_encrypt_512()
1240 b0 += b5; threefish_encrypt_512()
1241 b5 = ((b5 << 39) | (b5 >> (64 - 39))) ^ b0; threefish_encrypt_512()
1249 b0 += b7; threefish_encrypt_512()
1250 b7 = ((b7 << 35) | (b7 >> (64 - 35))) ^ b0; threefish_encrypt_512()
1259 b0 += b1 + k2; threefish_encrypt_512()
1260 b1 = ((b1 << 46) | (b1 >> (64 - 46))) ^ b0; threefish_encrypt_512()
1283 b0 += b3; threefish_encrypt_512()
1284 b3 = ((b3 << 42) | (b3 >> (64 - 42))) ^ b0; threefish_encrypt_512()
1292 b0 += b5; threefish_encrypt_512()
1293 b5 = ((b5 << 36) | (b5 >> (64 - 36))) ^ b0; threefish_encrypt_512()
1301 b0 += b7; threefish_encrypt_512()
1302 b7 = ((b7 << 9) | (b7 >> (64 - 9))) ^ b0; threefish_encrypt_512()
1311 b0 += b1 + k3; threefish_encrypt_512()
1312 b1 = ((b1 << 39) | (b1 >> (64 - 39))) ^ b0; threefish_encrypt_512()
1335 b0 += b3; threefish_encrypt_512()
1336 b3 = ((b3 << 17) | (b3 >> (64 - 17))) ^ b0; threefish_encrypt_512()
1344 b0 += b5; threefish_encrypt_512()
1345 b5 = ((b5 << 39) | (b5 >> (64 - 39))) ^ b0; threefish_encrypt_512()
1353 b0 += b7; threefish_encrypt_512()
1354 b7 = ((b7 << 35) | (b7 >> (64 - 35))) ^ b0; threefish_encrypt_512()
1363 b0 += b1 + k4; threefish_encrypt_512()
1364 b1 = ((b1 << 46) | (b1 >> (64 - 46))) ^ b0; threefish_encrypt_512()
1387 b0 += b3; threefish_encrypt_512()
1388 b3 = ((b3 << 42) | (b3 >> (64 - 42))) ^ b0; threefish_encrypt_512()
1396 b0 += b5; threefish_encrypt_512()
1397 b5 = ((b5 << 36) | (b5 >> (64 - 36))) ^ b0; threefish_encrypt_512()
1405 b0 += b7; threefish_encrypt_512()
1406 b7 = ((b7 << 9) | (b7 >> (64 - 9))) ^ b0; threefish_encrypt_512()
1415 b0 += b1 + k5; threefish_encrypt_512()
1416 b1 = ((b1 << 39) | (b1 >> (64 - 39))) ^ b0; threefish_encrypt_512()
1439 b0 += b3; threefish_encrypt_512()
1440 b3 = ((b3 << 17) | (b3 >> (64 - 17))) ^ b0; threefish_encrypt_512()
1448 b0 += b5; threefish_encrypt_512()
1449 b5 = ((b5 << 39) | (b5 >> (64 - 39))) ^ b0; threefish_encrypt_512()
1457 b0 += b7; threefish_encrypt_512()
1458 b7 = ((b7 << 35) | (b7 >> (64 - 35))) ^ b0; threefish_encrypt_512()
1467 b0 += b1 + k6; threefish_encrypt_512()
1468 b1 = ((b1 << 46) | (b1 >> (64 - 46))) ^ b0; threefish_encrypt_512()
1491 b0 += b3; threefish_encrypt_512()
1492 b3 = ((b3 << 42) | (b3 >> (64 - 42))) ^ b0; threefish_encrypt_512()
1500 b0 += b5; threefish_encrypt_512()
1501 b5 = ((b5 << 36) | (b5 >> (64 - 36))) ^ b0; threefish_encrypt_512()
1509 b0 += b7; threefish_encrypt_512()
1510 b7 = ((b7 << 9) | (b7 >> (64 - 9))) ^ b0; threefish_encrypt_512()
1519 b0 += b1 + k7; threefish_encrypt_512()
1520 b1 = ((b1 << 39) | (b1 >> (64 - 39))) ^ b0; threefish_encrypt_512()
1543 b0 += b3; threefish_encrypt_512()
1544 b3 = ((b3 << 17) | (b3 >> (64 - 17))) ^ b0; threefish_encrypt_512()
1552 b0 += b5; threefish_encrypt_512()
1553 b5 = ((b5 << 39) | (b5 >> (64 - 39))) ^ b0; threefish_encrypt_512()
1561 b0 += b7; threefish_encrypt_512()
1562 b7 = ((b7 << 35) | (b7 >> (64 - 35))) ^ b0; threefish_encrypt_512()
1571 b0 += b1 + k8; threefish_encrypt_512()
1572 b1 = ((b1 << 46) | (b1 >> (64 - 46))) ^ b0; threefish_encrypt_512()
1595 b0 += b3; threefish_encrypt_512()
1596 b3 = ((b3 << 42) | (b3 >> (64 - 42))) ^ b0; threefish_encrypt_512()
1604 b0 += b5; threefish_encrypt_512()
1605 b5 = ((b5 << 36) | (b5 >> (64 - 36))) ^ b0; threefish_encrypt_512()
1613 b0 += b7; threefish_encrypt_512()
1614 b7 = ((b7 << 9) | (b7 >> (64 - 9))) ^ b0; threefish_encrypt_512()
1623 b0 += b1 + k0; threefish_encrypt_512()
1624 b1 = ((b1 << 39) | (b1 >> (64 - 39))) ^ b0; threefish_encrypt_512()
1647 b0 += b3; threefish_encrypt_512()
1648 b3 = ((b3 << 17) | (b3 >> (64 - 17))) ^ b0; threefish_encrypt_512()
1656 b0 += b5; threefish_encrypt_512()
1657 b5 = ((b5 << 39) | (b5 >> (64 - 39))) ^ b0; threefish_encrypt_512()
1665 b0 += b7; threefish_encrypt_512()
1666 b7 = ((b7 << 35) | (b7 >> (64 - 35))) ^ b0; threefish_encrypt_512()
1675 b0 += b1 + k1; threefish_encrypt_512()
1676 b1 = ((b1 << 46) | (b1 >> (64 - 46))) ^ b0; threefish_encrypt_512()
1699 b0 += b3; threefish_encrypt_512()
1700 b3 = ((b3 << 42) | (b3 >> (64 - 42))) ^ b0; threefish_encrypt_512()
1708 b0 += b5; threefish_encrypt_512()
1709 b5 = ((b5 << 36) | (b5 >> (64 - 36))) ^ b0; threefish_encrypt_512()
1717 b0 += b7; threefish_encrypt_512()
1718 b7 = ((b7 << 9) | (b7 >> (64 - 9))) ^ b0; threefish_encrypt_512()
1727 b0 += b1 + k2; threefish_encrypt_512()
1728 b1 = ((b1 << 39) | (b1 >> (64 - 39))) ^ b0; threefish_encrypt_512()
1751 b0 += b3; threefish_encrypt_512()
1752 b3 = ((b3 << 17) | (b3 >> (64 - 17))) ^ b0; threefish_encrypt_512()
1760 b0 += b5; threefish_encrypt_512()
1761 b5 = ((b5 << 39) | (b5 >> (64 - 39))) ^ b0; threefish_encrypt_512()
1769 b0 += b7; threefish_encrypt_512()
1770 b7 = ((b7 << 35) | (b7 >> (64 - 35))) ^ b0; threefish_encrypt_512()
1779 b0 += b1 + k3; threefish_encrypt_512()
1780 b1 = ((b1 << 46) | (b1 >> (64 - 46))) ^ b0; threefish_encrypt_512()
1803 b0 += b3; threefish_encrypt_512()
1804 b3 = ((b3 << 42) | (b3 >> (64 - 42))) ^ b0; threefish_encrypt_512()
1812 b0 += b5; threefish_encrypt_512()
1813 b5 = ((b5 << 36) | (b5 >> (64 - 36))) ^ b0; threefish_encrypt_512()
1821 b0 += b7; threefish_encrypt_512()
1822 b7 = ((b7 << 9) | (b7 >> (64 - 9))) ^ b0; threefish_encrypt_512()
1831 b0 += b1 + k4; threefish_encrypt_512()
1832 b1 = ((b1 << 39) | (b1 >> (64 - 39))) ^ b0; threefish_encrypt_512()
1855 b0 += b3; threefish_encrypt_512()
1856 b3 = ((b3 << 17) | (b3 >> (64 - 17))) ^ b0; threefish_encrypt_512()
1864 b0 += b5; threefish_encrypt_512()
1865 b5 = ((b5 << 39) | (b5 >> (64 - 39))) ^ b0; threefish_encrypt_512()
1873 b0 += b7; threefish_encrypt_512()
1874 b7 = ((b7 << 35) | (b7 >> (64 - 35))) ^ b0; threefish_encrypt_512()
1883 b0 += b1 + k5; threefish_encrypt_512()
1884 b1 = ((b1 << 46) | (b1 >> (64 - 46))) ^ b0; threefish_encrypt_512()
1907 b0 += b3; threefish_encrypt_512()
1908 b3 = ((b3 << 42) | (b3 >> (64 - 42))) ^ b0; threefish_encrypt_512()
1916 b0 += b5; threefish_encrypt_512()
1917 b5 = ((b5 << 36) | (b5 >> (64 - 36))) ^ b0; threefish_encrypt_512()
1925 b0 += b7; threefish_encrypt_512()
1926 b7 = ((b7 << 9) | (b7 >> (64 - 9))) ^ b0; threefish_encrypt_512()
1935 b0 += b1 + k6; threefish_encrypt_512()
1936 b1 = ((b1 << 39) | (b1 >> (64 - 39))) ^ b0; threefish_encrypt_512()
1959 b0 += b3; threefish_encrypt_512()
1960 b3 = ((b3 << 17) | (b3 >> (64 - 17))) ^ b0; threefish_encrypt_512()
1968 b0 += b5; threefish_encrypt_512()
1969 b5 = ((b5 << 39) | (b5 >> (64 - 39))) ^ b0; threefish_encrypt_512()
1977 b0 += b7; threefish_encrypt_512()
1978 b7 = ((b7 << 35) | (b7 >> (64 - 35))) ^ b0; threefish_encrypt_512()
1987 b0 += b1 + k7; threefish_encrypt_512()
1988 b1 = ((b1 << 46) | (b1 >> (64 - 46))) ^ b0; threefish_encrypt_512()
2011 b0 += b3; threefish_encrypt_512()
2012 b3 = ((b3 << 42) | (b3 >> (64 - 42))) ^ b0; threefish_encrypt_512()
2020 b0 += b5; threefish_encrypt_512()
2021 b5 = ((b5 << 36) | (b5 >> (64 - 36))) ^ b0; threefish_encrypt_512()
2029 b0 += b7; threefish_encrypt_512()
2030 b7 = ((b7 << 9) | (b7 >> (64 - 9))) ^ b0; threefish_encrypt_512()
2039 b0 += b1 + k8; threefish_encrypt_512()
2040 b1 = ((b1 << 39) | (b1 >> (64 - 39))) ^ b0; threefish_encrypt_512()
2063 b0 += b3; threefish_encrypt_512()
2064 b3 = ((b3 << 17) | (b3 >> (64 - 17))) ^ b0; threefish_encrypt_512()
2072 b0 += b5; threefish_encrypt_512()
2073 b5 = ((b5 << 39) | (b5 >> (64 - 39))) ^ b0; threefish_encrypt_512()
2081 b0 += b7; threefish_encrypt_512()
2082 b7 = ((b7 << 35) | (b7 >> (64 - 35))) ^ b0; threefish_encrypt_512()
2090 output[0] = b0 + k0; threefish_encrypt_512()
2103 u64 b0 = input[0], b1 = input[1], threefish_decrypt_512() local
2117 b0 -= k0; threefish_decrypt_512()
2134 tmp = b7 ^ b0; threefish_decrypt_512()
2136 b0 -= b7; threefish_decrypt_512()
2146 tmp = b5 ^ b0; threefish_decrypt_512()
2148 b0 -= b5; threefish_decrypt_512()
2158 tmp = b3 ^ b0; threefish_decrypt_512()
2160 b0 -= b3; threefish_decrypt_512()
2189 tmp = b1 ^ b0; threefish_decrypt_512()
2191 b0 -= b1 + k8; threefish_decrypt_512()
2202 tmp = b7 ^ b0; threefish_decrypt_512()
2204 b0 -= b7; threefish_decrypt_512()
2214 tmp = b5 ^ b0; threefish_decrypt_512()
2216 b0 -= b5; threefish_decrypt_512()
2226 tmp = b3 ^ b0; threefish_decrypt_512()
2228 b0 -= b3; threefish_decrypt_512()
2257 tmp = b1 ^ b0; threefish_decrypt_512()
2259 b0 -= b1 + k7; threefish_decrypt_512()
2270 tmp = b7 ^ b0; threefish_decrypt_512()
2272 b0 -= b7; threefish_decrypt_512()
2282 tmp = b5 ^ b0; threefish_decrypt_512()
2284 b0 -= b5; threefish_decrypt_512()
2294 tmp = b3 ^ b0; threefish_decrypt_512()
2296 b0 -= b3; threefish_decrypt_512()
2325 tmp = b1 ^ b0; threefish_decrypt_512()
2327 b0 -= b1 + k6; threefish_decrypt_512()
2338 tmp = b7 ^ b0; threefish_decrypt_512()
2340 b0 -= b7; threefish_decrypt_512()
2350 tmp = b5 ^ b0; threefish_decrypt_512()
2352 b0 -= b5; threefish_decrypt_512()
2362 tmp = b3 ^ b0; threefish_decrypt_512()
2364 b0 -= b3; threefish_decrypt_512()
2393 tmp = b1 ^ b0; threefish_decrypt_512()
2395 b0 -= b1 + k5; threefish_decrypt_512()
2406 tmp = b7 ^ b0; threefish_decrypt_512()
2408 b0 -= b7; threefish_decrypt_512()
2418 tmp = b5 ^ b0; threefish_decrypt_512()
2420 b0 -= b5; threefish_decrypt_512()
2430 tmp = b3 ^ b0; threefish_decrypt_512()
2432 b0 -= b3; threefish_decrypt_512()
2461 tmp = b1 ^ b0; threefish_decrypt_512()
2463 b0 -= b1 + k4; threefish_decrypt_512()
2474 tmp = b7 ^ b0; threefish_decrypt_512()
2476 b0 -= b7; threefish_decrypt_512()
2486 tmp = b5 ^ b0; threefish_decrypt_512()
2488 b0 -= b5; threefish_decrypt_512()
2498 tmp = b3 ^ b0; threefish_decrypt_512()
2500 b0 -= b3; threefish_decrypt_512()
2529 tmp = b1 ^ b0; threefish_decrypt_512()
2531 b0 -= b1 + k3; threefish_decrypt_512()
2542 tmp = b7 ^ b0; threefish_decrypt_512()
2544 b0 -= b7; threefish_decrypt_512()
2554 tmp = b5 ^ b0; threefish_decrypt_512()
2556 b0 -= b5; threefish_decrypt_512()
2566 tmp = b3 ^ b0; threefish_decrypt_512()
2568 b0 -= b3; threefish_decrypt_512()
2597 tmp = b1 ^ b0; threefish_decrypt_512()
2599 b0 -= b1 + k2; threefish_decrypt_512()
2610 tmp = b7 ^ b0; threefish_decrypt_512()
2612 b0 -= b7; threefish_decrypt_512()
2622 tmp = b5 ^ b0; threefish_decrypt_512()
2624 b0 -= b5; threefish_decrypt_512()
2634 tmp = b3 ^ b0; threefish_decrypt_512()
2636 b0 -= b3; threefish_decrypt_512()
2665 tmp = b1 ^ b0; threefish_decrypt_512()
2667 b0 -= b1 + k1; threefish_decrypt_512()
2678 tmp = b7 ^ b0; threefish_decrypt_512()
2680 b0 -= b7; threefish_decrypt_512()
2690 tmp = b5 ^ b0; threefish_decrypt_512()
2692 b0 -= b5; threefish_decrypt_512()
2702 tmp = b3 ^ b0; threefish_decrypt_512()
2704 b0 -= b3; threefish_decrypt_512()
2733 tmp = b1 ^ b0; threefish_decrypt_512()
2735 b0 -= b1 + k0; threefish_decrypt_512()
2746 tmp = b7 ^ b0; threefish_decrypt_512()
2748 b0 -= b7; threefish_decrypt_512()
2758 tmp = b5 ^ b0; threefish_decrypt_512()
2760 b0 -= b5; threefish_decrypt_512()
2770 tmp = b3 ^ b0; threefish_decrypt_512()
2772 b0 -= b3; threefish_decrypt_512()
2801 tmp = b1 ^ b0; threefish_decrypt_512()
2803 b0 -= b1 + k8; threefish_decrypt_512()
2814 tmp = b7 ^ b0; threefish_decrypt_512()
2816 b0 -= b7; threefish_decrypt_512()
2826 tmp = b5 ^ b0; threefish_decrypt_512()
2828 b0 -= b5; threefish_decrypt_512()
2838 tmp = b3 ^ b0; threefish_decrypt_512()
2840 b0 -= b3; threefish_decrypt_512()
2869 tmp = b1 ^ b0; threefish_decrypt_512()
2871 b0 -= b1 + k7; threefish_decrypt_512()
2882 tmp = b7 ^ b0; threefish_decrypt_512()
2884 b0 -= b7; threefish_decrypt_512()
2894 tmp = b5 ^ b0; threefish_decrypt_512()
2896 b0 -= b5; threefish_decrypt_512()
2906 tmp = b3 ^ b0; threefish_decrypt_512()
2908 b0 -= b3; threefish_decrypt_512()
2937 tmp = b1 ^ b0; threefish_decrypt_512()
2939 b0 -= b1 + k6; threefish_decrypt_512()
2950 tmp = b7 ^ b0; threefish_decrypt_512()
2952 b0 -= b7; threefish_decrypt_512()
2962 tmp = b5 ^ b0; threefish_decrypt_512()
2964 b0 -= b5; threefish_decrypt_512()
2974 tmp = b3 ^ b0; threefish_decrypt_512()
2976 b0 -= b3; threefish_decrypt_512()
3005 tmp = b1 ^ b0; threefish_decrypt_512()
3007 b0 -= b1 + k5; threefish_decrypt_512()
3018 tmp = b7 ^ b0; threefish_decrypt_512()
3020 b0 -= b7; threefish_decrypt_512()
3030 tmp = b5 ^ b0; threefish_decrypt_512()
3032 b0 -= b5; threefish_decrypt_512()
3042 tmp = b3 ^ b0; threefish_decrypt_512()
3044 b0 -= b3; threefish_decrypt_512()
3073 tmp = b1 ^ b0; threefish_decrypt_512()
3075 b0 -= b1 + k4; threefish_decrypt_512()
3086 tmp = b7 ^ b0; threefish_decrypt_512()
3088 b0 -= b7; threefish_decrypt_512()
3098 tmp = b5 ^ b0; threefish_decrypt_512()
3100 b0 -= b5; threefish_decrypt_512()
3110 tmp = b3 ^ b0; threefish_decrypt_512()
3112 b0 -= b3; threefish_decrypt_512()
3141 tmp = b1 ^ b0; threefish_decrypt_512()
3143 b0 -= b1 + k3; threefish_decrypt_512()
3154 tmp = b7 ^ b0; threefish_decrypt_512()
3156 b0 -= b7; threefish_decrypt_512()
3166 tmp = b5 ^ b0; threefish_decrypt_512()
3168 b0 -= b5; threefish_decrypt_512()
3178 tmp = b3 ^ b0; threefish_decrypt_512()
3180 b0 -= b3; threefish_decrypt_512()
3209 tmp = b1 ^ b0; threefish_decrypt_512()
3211 b0 -= b1 + k2; threefish_decrypt_512()
3222 tmp = b7 ^ b0; threefish_decrypt_512()
3224 b0 -= b7; threefish_decrypt_512()
3234 tmp = b5 ^ b0; threefish_decrypt_512()
3236 b0 -= b5; threefish_decrypt_512()
3246 tmp = b3 ^ b0; threefish_decrypt_512()
3248 b0 -= b3; threefish_decrypt_512()
3277 tmp = b1 ^ b0; threefish_decrypt_512()
3279 b0 -= b1 + k1; threefish_decrypt_512()
3290 tmp = b7 ^ b0; threefish_decrypt_512()
3292 b0 -= b7; threefish_decrypt_512()
3302 tmp = b5 ^ b0; threefish_decrypt_512()
3304 b0 -= b5; threefish_decrypt_512()
3314 tmp = b3 ^ b0; threefish_decrypt_512()
3316 b0 -= b3; threefish_decrypt_512()
3345 tmp = b1 ^ b0; threefish_decrypt_512()
3347 b0 -= b1 + k0; threefish_decrypt_512()
3350 output[0] = b0; threefish_decrypt_512()
3364 u64 b0 = input[0], b1 = input[1], threefish_encrypt_1024() local
3385 b0 += b1 + k0; threefish_encrypt_1024()
3386 b1 = ((b1 << 24) | (b1 >> (64 - 24))) ^ b0; threefish_encrypt_1024()
3416 b0 += b9; threefish_encrypt_1024()
3417 b9 = ((b9 << 38) | (b9 >> (64 - 38))) ^ b0; threefish_encrypt_1024()
3440 b0 += b7; threefish_encrypt_1024()
3441 b7 = ((b7 << 33) | (b7 >> (64 - 33))) ^ b0; threefish_encrypt_1024()
3464 b0 += b15; threefish_encrypt_1024()
3465 b15 = ((b15 << 5) | (b15 >> (64 - 5))) ^ b0; threefish_encrypt_1024()
3489 b0 += b1 + k1; threefish_encrypt_1024()
3490 b1 = ((b1 << 41) | (b1 >> (64 - 41))) ^ b0; threefish_encrypt_1024()
3520 b0 += b9; threefish_encrypt_1024()
3521 b9 = ((b9 << 16) | (b9 >> (64 - 16))) ^ b0; threefish_encrypt_1024()
3544 b0 += b7; threefish_encrypt_1024()
3545 b7 = ((b7 << 31) | (b7 >> (64 - 31))) ^ b0; threefish_encrypt_1024()
3568 b0 += b15; threefish_encrypt_1024()
3569 b15 = ((b15 << 9) | (b15 >> (64 - 9))) ^ b0; threefish_encrypt_1024()
3593 b0 += b1 + k2; threefish_encrypt_1024()
3594 b1 = ((b1 << 24) | (b1 >> (64 - 24))) ^ b0; threefish_encrypt_1024()
3624 b0 += b9; threefish_encrypt_1024()
3625 b9 = ((b9 << 38) | (b9 >> (64 - 38))) ^ b0; threefish_encrypt_1024()
3648 b0 += b7; threefish_encrypt_1024()
3649 b7 = ((b7 << 33) | (b7 >> (64 - 33))) ^ b0; threefish_encrypt_1024()
3672 b0 += b15; threefish_encrypt_1024()
3673 b15 = ((b15 << 5) | (b15 >> (64 - 5))) ^ b0; threefish_encrypt_1024()
3697 b0 += b1 + k3; threefish_encrypt_1024()
3698 b1 = ((b1 << 41) | (b1 >> (64 - 41))) ^ b0; threefish_encrypt_1024()
3728 b0 += b9; threefish_encrypt_1024()
3729 b9 = ((b9 << 16) | (b9 >> (64 - 16))) ^ b0; threefish_encrypt_1024()
3752 b0 += b7; threefish_encrypt_1024()
3753 b7 = ((b7 << 31) | (b7 >> (64 - 31))) ^ b0; threefish_encrypt_1024()
3776 b0 += b15; threefish_encrypt_1024()
3777 b15 = ((b15 << 9) | (b15 >> (64 - 9))) ^ b0; threefish_encrypt_1024()
3801 b0 += b1 + k4; threefish_encrypt_1024()
3802 b1 = ((b1 << 24) | (b1 >> (64 - 24))) ^ b0; threefish_encrypt_1024()
3832 b0 += b9; threefish_encrypt_1024()
3833 b9 = ((b9 << 38) | (b9 >> (64 - 38))) ^ b0; threefish_encrypt_1024()
3856 b0 += b7; threefish_encrypt_1024()
3857 b7 = ((b7 << 33) | (b7 >> (64 - 33))) ^ b0; threefish_encrypt_1024()
3880 b0 += b15; threefish_encrypt_1024()
3881 b15 = ((b15 << 5) | (b15 >> (64 - 5))) ^ b0; threefish_encrypt_1024()
3905 b0 += b1 + k5; threefish_encrypt_1024()
3906 b1 = ((b1 << 41) | (b1 >> (64 - 41))) ^ b0; threefish_encrypt_1024()
3936 b0 += b9; threefish_encrypt_1024()
3937 b9 = ((b9 << 16) | (b9 >> (64 - 16))) ^ b0; threefish_encrypt_1024()
3960 b0 += b7; threefish_encrypt_1024()
3961 b7 = ((b7 << 31) | (b7 >> (64 - 31))) ^ b0; threefish_encrypt_1024()
3984 b0 += b15; threefish_encrypt_1024()
3985 b15 = ((b15 << 9) | (b15 >> (64 - 9))) ^ b0; threefish_encrypt_1024()
4009 b0 += b1 + k6; threefish_encrypt_1024()
4010 b1 = ((b1 << 24) | (b1 >> (64 - 24))) ^ b0; threefish_encrypt_1024()
4040 b0 += b9; threefish_encrypt_1024()
4041 b9 = ((b9 << 38) | (b9 >> (64 - 38))) ^ b0; threefish_encrypt_1024()
4064 b0 += b7; threefish_encrypt_1024()
4065 b7 = ((b7 << 33) | (b7 >> (64 - 33))) ^ b0; threefish_encrypt_1024()
4088 b0 += b15; threefish_encrypt_1024()
4089 b15 = ((b15 << 5) | (b15 >> (64 - 5))) ^ b0; threefish_encrypt_1024()
4113 b0 += b1 + k7; threefish_encrypt_1024()
4114 b1 = ((b1 << 41) | (b1 >> (64 - 41))) ^ b0; threefish_encrypt_1024()
4144 b0 += b9; threefish_encrypt_1024()
4145 b9 = ((b9 << 16) | (b9 >> (64 - 16))) ^ b0; threefish_encrypt_1024()
4168 b0 += b7; threefish_encrypt_1024()
4169 b7 = ((b7 << 31) | (b7 >> (64 - 31))) ^ b0; threefish_encrypt_1024()
4192 b0 += b15; threefish_encrypt_1024()
4193 b15 = ((b15 << 9) | (b15 >> (64 - 9))) ^ b0; threefish_encrypt_1024()
4217 b0 += b1 + k8; threefish_encrypt_1024()
4218 b1 = ((b1 << 24) | (b1 >> (64 - 24))) ^ b0; threefish_encrypt_1024()
4248 b0 += b9; threefish_encrypt_1024()
4249 b9 = ((b9 << 38) | (b9 >> (64 - 38))) ^ b0; threefish_encrypt_1024()
4272 b0 += b7; threefish_encrypt_1024()
4273 b7 = ((b7 << 33) | (b7 >> (64 - 33))) ^ b0; threefish_encrypt_1024()
4296 b0 += b15; threefish_encrypt_1024()
4297 b15 = ((b15 << 5) | (b15 >> (64 - 5))) ^ b0; threefish_encrypt_1024()
4321 b0 += b1 + k9; threefish_encrypt_1024()
4322 b1 = ((b1 << 41) | (b1 >> (64 - 41))) ^ b0; threefish_encrypt_1024()
4352 b0 += b9; threefish_encrypt_1024()
4353 b9 = ((b9 << 16) | (b9 >> (64 - 16))) ^ b0; threefish_encrypt_1024()
4376 b0 += b7; threefish_encrypt_1024()
4377 b7 = ((b7 << 31) | (b7 >> (64 - 31))) ^ b0; threefish_encrypt_1024()
4400 b0 += b15; threefish_encrypt_1024()
4401 b15 = ((b15 << 9) | (b15 >> (64 - 9))) ^ b0; threefish_encrypt_1024()
4425 b0 += b1 + k10; threefish_encrypt_1024()
4426 b1 = ((b1 << 24) | (b1 >> (64 - 24))) ^ b0; threefish_encrypt_1024()
4456 b0 += b9; threefish_encrypt_1024()
4457 b9 = ((b9 << 38) | (b9 >> (64 - 38))) ^ b0; threefish_encrypt_1024()
4480 b0 += b7; threefish_encrypt_1024()
4481 b7 = ((b7 << 33) | (b7 >> (64 - 33))) ^ b0; threefish_encrypt_1024()
4504 b0 += b15; threefish_encrypt_1024()
4505 b15 = ((b15 << 5) | (b15 >> (64 - 5))) ^ b0; threefish_encrypt_1024()
4529 b0 += b1 + k11; threefish_encrypt_1024()
4530 b1 = ((b1 << 41) | (b1 >> (64 - 41))) ^ b0; threefish_encrypt_1024()
4560 b0 += b9; threefish_encrypt_1024()
4561 b9 = ((b9 << 16) | (b9 >> (64 - 16))) ^ b0; threefish_encrypt_1024()
4584 b0 += b7; threefish_encrypt_1024()
4585 b7 = ((b7 << 31) | (b7 >> (64 - 31))) ^ b0; threefish_encrypt_1024()
4608 b0 += b15; threefish_encrypt_1024()
4609 b15 = ((b15 << 9) | (b15 >> (64 - 9))) ^ b0; threefish_encrypt_1024()
4633 b0 += b1 + k12; threefish_encrypt_1024()
4634 b1 = ((b1 << 24) | (b1 >> (64 - 24))) ^ b0; threefish_encrypt_1024()
4664 b0 += b9; threefish_encrypt_1024()
4665 b9 = ((b9 << 38) | (b9 >> (64 - 38))) ^ b0; threefish_encrypt_1024()
4688 b0 += b7; threefish_encrypt_1024()
4689 b7 = ((b7 << 33) | (b7 >> (64 - 33))) ^ b0; threefish_encrypt_1024()
4712 b0 += b15; threefish_encrypt_1024()
4713 b15 = ((b15 << 5) | (b15 >> (64 - 5))) ^ b0; threefish_encrypt_1024()
4737 b0 += b1 + k13; threefish_encrypt_1024()
4738 b1 = ((b1 << 41) | (b1 >> (64 - 41))) ^ b0; threefish_encrypt_1024()
4768 b0 += b9; threefish_encrypt_1024()
4769 b9 = ((b9 << 16) | (b9 >> (64 - 16))) ^ b0; threefish_encrypt_1024()
4792 b0 += b7; threefish_encrypt_1024()
4793 b7 = ((b7 << 31) | (b7 >> (64 - 31))) ^ b0; threefish_encrypt_1024()
4816 b0 += b15; threefish_encrypt_1024()
4817 b15 = ((b15 << 9) | (b15 >> (64 - 9))) ^ b0; threefish_encrypt_1024()
4841 b0 += b1 + k14; threefish_encrypt_1024()
4842 b1 = ((b1 << 24) | (b1 >> (64 - 24))) ^ b0; threefish_encrypt_1024()
4872 b0 += b9; threefish_encrypt_1024()
4873 b9 = ((b9 << 38) | (b9 >> (64 - 38))) ^ b0; threefish_encrypt_1024()
4896 b0 += b7; threefish_encrypt_1024()
4897 b7 = ((b7 << 33) | (b7 >> (64 - 33))) ^ b0; threefish_encrypt_1024()
4920 b0 += b15; threefish_encrypt_1024()
4921 b15 = ((b15 << 5) | (b15 >> (64 - 5))) ^ b0; threefish_encrypt_1024()
4945 b0 += b1 + k15; threefish_encrypt_1024()
4946 b1 = ((b1 << 41) | (b1 >> (64 - 41))) ^ b0; threefish_encrypt_1024()
4976 b0 += b9; threefish_encrypt_1024()
4977 b9 = ((b9 << 16) | (b9 >> (64 - 16))) ^ b0; threefish_encrypt_1024()
5000 b0 += b7; threefish_encrypt_1024()
5001 b7 = ((b7 << 31) | (b7 >> (64 - 31))) ^ b0; threefish_encrypt_1024()
5024 b0 += b15; threefish_encrypt_1024()
5025 b15 = ((b15 << 9) | (b15 >> (64 - 9))) ^ b0; threefish_encrypt_1024()
5049 b0 += b1 + k16; threefish_encrypt_1024()
5050 b1 = ((b1 << 24) | (b1 >> (64 - 24))) ^ b0; threefish_encrypt_1024()
5080 b0 += b9; threefish_encrypt_1024()
5081 b9 = ((b9 << 38) | (b9 >> (64 - 38))) ^ b0; threefish_encrypt_1024()
5104 b0 += b7; threefish_encrypt_1024()
5105 b7 = ((b7 << 33) | (b7 >> (64 - 33))) ^ b0; threefish_encrypt_1024()
5128 b0 += b15; threefish_encrypt_1024()
5129 b15 = ((b15 << 5) | (b15 >> (64 - 5))) ^ b0; threefish_encrypt_1024()
5153 b0 += b1 + k0; threefish_encrypt_1024()
5154 b1 = ((b1 << 41) | (b1 >> (64 - 41))) ^ b0; threefish_encrypt_1024()
5184 b0 += b9; threefish_encrypt_1024()
5185 b9 = ((b9 << 16) | (b9 >> (64 - 16))) ^ b0; threefish_encrypt_1024()
5208 b0 += b7; threefish_encrypt_1024()
5209 b7 = ((b7 << 31) | (b7 >> (64 - 31))) ^ b0; threefish_encrypt_1024()
5232 b0 += b15; threefish_encrypt_1024()
5233 b15 = ((b15 << 9) | (b15 >> (64 - 9))) ^ b0; threefish_encrypt_1024()
5257 b0 += b1 + k1; threefish_encrypt_1024()
5258 b1 = ((b1 << 24) | (b1 >> (64 - 24))) ^ b0; threefish_encrypt_1024()
5288 b0 += b9; threefish_encrypt_1024()
5289 b9 = ((b9 << 38) | (b9 >> (64 - 38))) ^ b0; threefish_encrypt_1024()
5312 b0 += b7; threefish_encrypt_1024()
5313 b7 = ((b7 << 33) | (b7 >> (64 - 33))) ^ b0; threefish_encrypt_1024()
5336 b0 += b15; threefish_encrypt_1024()
5337 b15 = ((b15 << 5) | (b15 >> (64 - 5))) ^ b0; threefish_encrypt_1024()
5361 b0 += b1 + k2; threefish_encrypt_1024()
5362 b1 = ((b1 << 41) | (b1 >> (64 - 41))) ^ b0; threefish_encrypt_1024()
5392 b0 += b9; threefish_encrypt_1024()
5393 b9 = ((b9 << 16) | (b9 >> (64 - 16))) ^ b0; threefish_encrypt_1024()
5416 b0 += b7; threefish_encrypt_1024()
5417 b7 = ((b7 << 31) | (b7 >> (64 - 31))) ^ b0; threefish_encrypt_1024()
5440 b0 += b15; threefish_encrypt_1024()
5441 b15 = ((b15 << 9) | (b15 >> (64 - 9))) ^ b0; threefish_encrypt_1024()
5464 output[0] = b0 + k3; threefish_encrypt_1024()
5485 u64 b0 = input[0], b1 = input[1], threefish_decrypt_1024() local
5506 b0 -= k3; threefish_decrypt_1024()
5550 tmp = b15 ^ b0; threefish_decrypt_1024()
5552 b0 -= b15; threefish_decrypt_1024()
5582 tmp = b7 ^ b0; threefish_decrypt_1024()
5584 b0 -= b7; threefish_decrypt_1024()
5614 tmp = b9 ^ b0; threefish_decrypt_1024()
5616 b0 -= b9; threefish_decrypt_1024()
5653 tmp = b1 ^ b0; threefish_decrypt_1024()
5655 b0 -= b1 + k2; threefish_decrypt_1024()
5686 tmp = b15 ^ b0; threefish_decrypt_1024()
5688 b0 -= b15; threefish_decrypt_1024()
5718 tmp = b7 ^ b0; threefish_decrypt_1024()
5720 b0 -= b7; threefish_decrypt_1024()
5750 tmp = b9 ^ b0; threefish_decrypt_1024()
5752 b0 -= b9; threefish_decrypt_1024()
5789 tmp = b1 ^ b0; threefish_decrypt_1024()
5791 b0 -= b1 + k1; threefish_decrypt_1024()
5822 tmp = b15 ^ b0; threefish_decrypt_1024()
5824 b0 -= b15; threefish_decrypt_1024()
5854 tmp = b7 ^ b0; threefish_decrypt_1024()
5856 b0 -= b7; threefish_decrypt_1024()
5886 tmp = b9 ^ b0; threefish_decrypt_1024()
5888 b0 -= b9; threefish_decrypt_1024()
5925 tmp = b1 ^ b0; threefish_decrypt_1024()
5927 b0 -= b1 + k0; threefish_decrypt_1024()
5958 tmp = b15 ^ b0; threefish_decrypt_1024()
5960 b0 -= b15; threefish_decrypt_1024()
5990 tmp = b7 ^ b0; threefish_decrypt_1024()
5992 b0 -= b7; threefish_decrypt_1024()
6022 tmp = b9 ^ b0; threefish_decrypt_1024()
6024 b0 -= b9; threefish_decrypt_1024()
6061 tmp = b1 ^ b0; threefish_decrypt_1024()
6063 b0 -= b1 + k16; threefish_decrypt_1024()
6094 tmp = b15 ^ b0; threefish_decrypt_1024()
6096 b0 -= b15; threefish_decrypt_1024()
6126 tmp = b7 ^ b0; threefish_decrypt_1024()
6128 b0 -= b7; threefish_decrypt_1024()
6158 tmp = b9 ^ b0; threefish_decrypt_1024()
6160 b0 -= b9; threefish_decrypt_1024()
6197 tmp = b1 ^ b0; threefish_decrypt_1024()
6199 b0 -= b1 + k15; threefish_decrypt_1024()
6230 tmp = b15 ^ b0; threefish_decrypt_1024()
6232 b0 -= b15; threefish_decrypt_1024()
6262 tmp = b7 ^ b0; threefish_decrypt_1024()
6264 b0 -= b7; threefish_decrypt_1024()
6294 tmp = b9 ^ b0; threefish_decrypt_1024()
6296 b0 -= b9; threefish_decrypt_1024()
6333 tmp = b1 ^ b0; threefish_decrypt_1024()
6335 b0 -= b1 + k14; threefish_decrypt_1024()
6366 tmp = b15 ^ b0; threefish_decrypt_1024()
6368 b0 -= b15; threefish_decrypt_1024()
6398 tmp = b7 ^ b0; threefish_decrypt_1024()
6400 b0 -= b7; threefish_decrypt_1024()
6430 tmp = b9 ^ b0; threefish_decrypt_1024()
6432 b0 -= b9; threefish_decrypt_1024()
6469 tmp = b1 ^ b0; threefish_decrypt_1024()
6471 b0 -= b1 + k13; threefish_decrypt_1024()
6502 tmp = b15 ^ b0; threefish_decrypt_1024()
6504 b0 -= b15; threefish_decrypt_1024()
6534 tmp = b7 ^ b0; threefish_decrypt_1024()
6536 b0 -= b7; threefish_decrypt_1024()
6566 tmp = b9 ^ b0; threefish_decrypt_1024()
6568 b0 -= b9; threefish_decrypt_1024()
6605 tmp = b1 ^ b0; threefish_decrypt_1024()
6607 b0 -= b1 + k12; threefish_decrypt_1024()
6638 tmp = b15 ^ b0; threefish_decrypt_1024()
6640 b0 -= b15; threefish_decrypt_1024()
6670 tmp = b7 ^ b0; threefish_decrypt_1024()
6672 b0 -= b7; threefish_decrypt_1024()
6702 tmp = b9 ^ b0; threefish_decrypt_1024()
6704 b0 -= b9; threefish_decrypt_1024()
6741 tmp = b1 ^ b0; threefish_decrypt_1024()
6743 b0 -= b1 + k11; threefish_decrypt_1024()
6774 tmp = b15 ^ b0; threefish_decrypt_1024()
6776 b0 -= b15; threefish_decrypt_1024()
6806 tmp = b7 ^ b0; threefish_decrypt_1024()
6808 b0 -= b7; threefish_decrypt_1024()
6838 tmp = b9 ^ b0; threefish_decrypt_1024()
6840 b0 -= b9; threefish_decrypt_1024()
6877 tmp = b1 ^ b0; threefish_decrypt_1024()
6879 b0 -= b1 + k10; threefish_decrypt_1024()
6910 tmp = b15 ^ b0; threefish_decrypt_1024()
6912 b0 -= b15; threefish_decrypt_1024()
6942 tmp = b7 ^ b0; threefish_decrypt_1024()
6944 b0 -= b7; threefish_decrypt_1024()
6974 tmp = b9 ^ b0; threefish_decrypt_1024()
6976 b0 -= b9; threefish_decrypt_1024()
7013 tmp = b1 ^ b0; threefish_decrypt_1024()
7015 b0 -= b1 + k9; threefish_decrypt_1024()
7046 tmp = b15 ^ b0; threefish_decrypt_1024()
7048 b0 -= b15; threefish_decrypt_1024()
7078 tmp = b7 ^ b0; threefish_decrypt_1024()
7080 b0 -= b7; threefish_decrypt_1024()
7110 tmp = b9 ^ b0; threefish_decrypt_1024()
7112 b0 -= b9; threefish_decrypt_1024()
7149 tmp = b1 ^ b0; threefish_decrypt_1024()
7151 b0 -= b1 + k8; threefish_decrypt_1024()
7182 tmp = b15 ^ b0; threefish_decrypt_1024()
7184 b0 -= b15; threefish_decrypt_1024()
7214 tmp = b7 ^ b0; threefish_decrypt_1024()
7216 b0 -= b7; threefish_decrypt_1024()
7246 tmp = b9 ^ b0; threefish_decrypt_1024()
7248 b0 -= b9; threefish_decrypt_1024()
7285 tmp = b1 ^ b0; threefish_decrypt_1024()
7287 b0 -= b1 + k7; threefish_decrypt_1024()
7318 tmp = b15 ^ b0; threefish_decrypt_1024()
7320 b0 -= b15; threefish_decrypt_1024()
7350 tmp = b7 ^ b0; threefish_decrypt_1024()
7352 b0 -= b7; threefish_decrypt_1024()
7382 tmp = b9 ^ b0; threefish_decrypt_1024()
7384 b0 -= b9; threefish_decrypt_1024()
7421 tmp = b1 ^ b0; threefish_decrypt_1024()
7423 b0 -= b1 + k6; threefish_decrypt_1024()
7454 tmp = b15 ^ b0; threefish_decrypt_1024()
7456 b0 -= b15; threefish_decrypt_1024()
7486 tmp = b7 ^ b0; threefish_decrypt_1024()
7488 b0 -= b7; threefish_decrypt_1024()
7518 tmp = b9 ^ b0; threefish_decrypt_1024()
7520 b0 -= b9; threefish_decrypt_1024()
7557 tmp = b1 ^ b0; threefish_decrypt_1024()
7559 b0 -= b1 + k5; threefish_decrypt_1024()
7590 tmp = b15 ^ b0; threefish_decrypt_1024()
7592 b0 -= b15; threefish_decrypt_1024()
7622 tmp = b7 ^ b0; threefish_decrypt_1024()
7624 b0 -= b7; threefish_decrypt_1024()
7654 tmp = b9 ^ b0; threefish_decrypt_1024()
7656 b0 -= b9; threefish_decrypt_1024()
7693 tmp = b1 ^ b0; threefish_decrypt_1024()
7695 b0 -= b1 + k4; threefish_decrypt_1024()
7726 tmp = b15 ^ b0; threefish_decrypt_1024()
7728 b0 -= b15; threefish_decrypt_1024()
7758 tmp = b7 ^ b0; threefish_decrypt_1024()
7760 b0 -= b7; threefish_decrypt_1024()
7790 tmp = b9 ^ b0; threefish_decrypt_1024()
7792 b0 -= b9; threefish_decrypt_1024()
7829 tmp = b1 ^ b0; threefish_decrypt_1024()
7831 b0 -= b1 + k3; threefish_decrypt_1024()
7862 tmp = b15 ^ b0; threefish_decrypt_1024()
7864 b0 -= b15; threefish_decrypt_1024()
7894 tmp = b7 ^ b0; threefish_decrypt_1024()
7896 b0 -= b7; threefish_decrypt_1024()
7926 tmp = b9 ^ b0; threefish_decrypt_1024()
7928 b0 -= b9; threefish_decrypt_1024()
7965 tmp = b1 ^ b0; threefish_decrypt_1024()
7967 b0 -= b1 + k2; threefish_decrypt_1024()
7998 tmp = b15 ^ b0; threefish_decrypt_1024()
8000 b0 -= b15; threefish_decrypt_1024()
8030 tmp = b7 ^ b0; threefish_decrypt_1024()
8032 b0 -= b7; threefish_decrypt_1024()
8062 tmp = b9 ^ b0; threefish_decrypt_1024()
8064 b0 -= b9; threefish_decrypt_1024()
8101 tmp = b1 ^ b0; threefish_decrypt_1024()
8103 b0 -= b1 + k1; threefish_decrypt_1024()
8134 tmp = b15 ^ b0; threefish_decrypt_1024()
8136 b0 -= b15; threefish_decrypt_1024()
8166 tmp = b7 ^ b0; threefish_decrypt_1024()
8168 b0 -= b7; threefish_decrypt_1024()
8198 tmp = b9 ^ b0; threefish_decrypt_1024()
8200 b0 -= b9; threefish_decrypt_1024()
8237 tmp = b1 ^ b0; threefish_decrypt_1024()
8239 b0 -= b1 + k0; threefish_decrypt_1024()
8257 output[0] = b0; threefish_decrypt_1024()
/linux-4.1.27/fs/f2fs/
H A Dhash.c31 __u32 b0 = buf[0], b1 = buf[1]; TEA_transform() local
37 b0 += ((b1 << 4)+a) ^ (b1+sum) ^ ((b1 >> 5)+b); TEA_transform()
38 b1 += ((b0 << 4)+c) ^ (b0+sum) ^ ((b0 >> 5)+d); TEA_transform()
41 buf[0] += b0; TEA_transform()
/linux-4.1.27/fs/reiserfs/
H A Dhashes.c28 u32 b0, b1; \
30 b0 = h0; \
36 b0 += ((b1 << 4)+a) ^ (b1+sum) ^ ((b1 >> 5)+b); \
37 b1 += ((b0 << 4)+c) ^ (b0+sum) ^ ((b0 >> 5)+d); \
40 h0 += b0; \
/linux-4.1.27/drivers/staging/rtl8192e/
H A Drtllib_crypt_ccmp.c111 u8 *pn, size_t dlen, u8 *b0, u8 *auth, ccmp_init_blocks()
142 b0[0] = 0x59; ccmp_init_blocks()
143 b0[1] = qc; ccmp_init_blocks()
144 memcpy(b0 + 2, hdr->addr2, ETH_ALEN); ccmp_init_blocks()
145 memcpy(b0 + 8, pn, CCMP_PN_LEN); ccmp_init_blocks()
146 b0[14] = (dlen >> 8) & 0xff; ccmp_init_blocks()
147 b0[15] = dlen & 0xff; ccmp_init_blocks()
174 rtllib_ccmp_aes_encrypt(tfm, b0, auth); ccmp_init_blocks()
179 b0[0] &= 0x07; ccmp_init_blocks()
180 b0[14] = b0[15] = 0; ccmp_init_blocks()
181 rtllib_ccmp_aes_encrypt(tfm, b0, s0); ccmp_init_blocks()
226 u8 *b0 = key->tx_b0; rtllib_ccmp_encrypt() local
234 b0, b, s0); rtllib_ccmp_encrypt()
245 b0[14] = (i >> 8) & 0xff; rtllib_ccmp_encrypt()
246 b0[15] = i & 0xff; rtllib_ccmp_encrypt()
247 rtllib_ccmp_aes_encrypt(key->tfm, b0, e); rtllib_ccmp_encrypt()
313 u8 *b0 = key->rx_b0; rtllib_ccmp_decrypt() local
319 ccmp_init_blocks(key->tfm, hdr, pn, data_len, b0, a, b); rtllib_ccmp_decrypt()
328 b0[14] = (i >> 8) & 0xff; rtllib_ccmp_decrypt()
329 b0[15] = i & 0xff; rtllib_ccmp_decrypt()
330 rtllib_ccmp_aes_encrypt(key->tfm, b0, b); rtllib_ccmp_decrypt()
109 ccmp_init_blocks(struct crypto_tfm *tfm, struct rtllib_hdr_4addr *hdr, u8 *pn, size_t dlen, u8 *b0, u8 *auth, u8 *s0) ccmp_init_blocks() argument
/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_crypt_ccmp.c116 u8 *pn, size_t dlen, u8 *b0, u8 *auth, ccmp_init_blocks()
150 b0[0] = 0x59; ccmp_init_blocks()
151 b0[1] = qc; ccmp_init_blocks()
152 memcpy(b0 + 2, hdr->addr2, ETH_ALEN); ccmp_init_blocks()
153 memcpy(b0 + 8, pn, CCMP_PN_LEN); ccmp_init_blocks()
154 b0[14] = (dlen >> 8) & 0xff; ccmp_init_blocks()
155 b0[15] = dlen & 0xff; ccmp_init_blocks()
182 ieee80211_ccmp_aes_encrypt(tfm, b0, auth); ccmp_init_blocks()
187 b0[0] &= 0x07; ccmp_init_blocks()
188 b0[14] = b0[15] = 0; ccmp_init_blocks()
189 ieee80211_ccmp_aes_encrypt(tfm, b0, s0); ccmp_init_blocks()
236 u8 *b0 = key->tx_b0; ieee80211_ccmp_encrypt() local
244 ccmp_init_blocks(key->tfm, hdr, key->tx_pn, data_len, b0, b, s0); ieee80211_ccmp_encrypt()
255 b0[14] = (i >> 8) & 0xff; ieee80211_ccmp_encrypt()
256 b0[15] = i & 0xff; ieee80211_ccmp_encrypt()
257 ieee80211_ccmp_aes_encrypt(key->tfm, b0, e); ieee80211_ccmp_encrypt()
329 u8 *b0 = key->rx_b0; ieee80211_ccmp_decrypt() local
335 ccmp_init_blocks(key->tfm, hdr, pn, data_len, b0, a, b); ieee80211_ccmp_decrypt()
344 b0[14] = (i >> 8) & 0xff; ieee80211_ccmp_decrypt()
345 b0[15] = i & 0xff; ieee80211_ccmp_decrypt()
346 ieee80211_ccmp_aes_encrypt(key->tfm, b0, b); ieee80211_ccmp_decrypt()
114 ccmp_init_blocks(struct crypto_tfm *tfm, struct ieee80211_hdr_4addr *hdr, u8 *pn, size_t dlen, u8 *b0, u8 *auth, u8 *s0) ccmp_init_blocks() argument
/linux-4.1.27/net/wireless/
H A Dlib80211_crypt_ccmp.c113 u8 * pn, size_t dlen, u8 * b0, u8 * auth, u8 * s0) ccmp_init_blocks()
139 b0[0] = 0x59; ccmp_init_blocks()
140 b0[1] = qc; ccmp_init_blocks()
141 memcpy(b0 + 2, hdr->addr2, ETH_ALEN); ccmp_init_blocks()
142 memcpy(b0 + 8, pn, CCMP_PN_LEN); ccmp_init_blocks()
143 b0[14] = (dlen >> 8) & 0xff; ccmp_init_blocks()
144 b0[15] = dlen & 0xff; ccmp_init_blocks()
171 lib80211_ccmp_aes_encrypt(tfm, b0, auth); ccmp_init_blocks()
176 b0[0] &= 0x07; ccmp_init_blocks()
177 b0[14] = b0[15] = 0; ccmp_init_blocks()
178 lib80211_ccmp_aes_encrypt(tfm, b0, s0); ccmp_init_blocks()
224 u8 *b0 = key->tx_b0; lib80211_ccmp_encrypt() local
239 ccmp_init_blocks(key->tfm, hdr, key->tx_pn, data_len, b0, b, s0); lib80211_ccmp_encrypt()
250 b0[14] = (i >> 8) & 0xff; lib80211_ccmp_encrypt()
251 b0[15] = i & 0xff; lib80211_ccmp_encrypt()
252 lib80211_ccmp_aes_encrypt(key->tfm, b0, e); lib80211_ccmp_encrypt()
290 u8 *b0 = key->rx_b0; lib80211_ccmp_decrypt() local
344 ccmp_init_blocks(key->tfm, hdr, pn, data_len, b0, a, b); lib80211_ccmp_decrypt()
353 b0[14] = (i >> 8) & 0xff; lib80211_ccmp_decrypt()
354 b0[15] = i & 0xff; lib80211_ccmp_decrypt()
355 lib80211_ccmp_aes_encrypt(key->tfm, b0, b); lib80211_ccmp_decrypt()
111 ccmp_init_blocks(struct crypto_cipher *tfm, struct ieee80211_hdr *hdr, u8 * pn, size_t dlen, u8 * b0, u8 * auth, u8 * s0) ccmp_init_blocks() argument
/linux-4.1.27/arch/ia64/lib/
H A Dip_fast_csum.S75 br.ret.sptk.many b0
83 mov r34=b0
88 br.call.sptk.many b0=do_csum
92 mov b0=r34
93 br.ret.sptk.many b0
143 br.ret.sptk.many b0
H A Dmemcpy_mck.S644 mov saved_rtlink = b0
649 (p8) br.call.sptk.few b0=__copy_user // recursive call
657 (p8) br.call.sptk.few b0=memset
662 mov b0=saved_rtlink
/linux-4.1.27/fs/jfs/
H A Djfs_uniupr.c37 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* 0b0-0bf */
53 -1, 0, 0, 0, -1, 0, -1, 0, 0, -1, 0, 0, 0, -1, 0, 0, /* 1b0-1bf */
63 0,-32,-32,-32,-32,-32,-32,-32,-32,-32,-32,-32,-32,-32,-32,-32, /* 3b0-3bf */
78 0, -1, 0, -1, 0, -1, 0, -1, 0, -1, 0, -1, 0, -1, 0, -1, /* 4b0-4bf */
/linux-4.1.27/arch/ia64/include/asm/
H A Dftrace.h8 extern void _mcount(unsigned long pfs, unsigned long r1, unsigned long b0, unsigned long r0);
H A Dparavirt_privop.h203 * b0: rp: preserved. gcc ignores b0 in clobbered register.
H A Delf.h149 * b0-b7
H A Dprocessor.h327 regs->ar_pfs = 0; regs->b0 = 0; regs->pr = 0; \
H A Dpal.h462 b0 : 1, /* Preserved bank zero member in struct:pal_process_state_info_s
684 #define pmci_proc_preserved_bank0_gpr_valid pme_processor.b0
/linux-4.1.27/fs/cifs/
H A Dcifs_uniupr.h38 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* 0b0-0bf */
54 -1, 0, 0, 0, -1, 0, -1, 0, 0, -1, 0, 0, 0, -1, 0, 0, /* 1b0-1bf */
64 0, -32, -32, -32, -32, -32, -32, -32, -32, -32, -32, -32, -32, -32, -32, -32, /* 3b0-3bf */
80 0, -1, 0, -1, 0, -1, 0, -1, 0, -1, 0, -1, 0, -1, 0, -1, /* 4b0-4bf */
155 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* 0b0-0bf */
171 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, /* 1b0-1bf */
196 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, /* 4b0-4bf */
/linux-4.1.27/drivers/media/dvb-frontends/
H A Dlgdt3306a.c1853 0x0001, /* 1'b1 1'b1 1'b0 1'b0 AUTORPTRS */
1854 0x0002, /* NI2CRPTEN 1'b0 1'b0 1'b0 SPECINVAUT */
1861 0x0009, /* 1'b0 1'b0 1'b0 STDOPDETTMODE[2:0] STDOPDETCMODE[1:0] 00011110 */
1870 0x0013, /* AGCRFFIXB AGCIFFIXB AGCLOCKDETRNGSEL[1:0] 1'b1 1'b0 1'b0 1'b0 11101000 */
1878 0x001d, /* 1'b0 1'b1 1'b0 1'b1 AICCVSYNC */
1879 0x001e, /* AICCALPHA[3:0] 1'b1 1'b0 1'b1 1'b0 01111010 */
1898 0x0031, /* 1'b0 1'b1 1'b0 1'b0 x DAGC1STER */
1916 0x0050, /* 1'b0 1'b1 1'b1 1'b0 MSECALCDA */
1969 0x1000, /* 1'b0 WODAGCOU */
1973 0x101a, /* x 1'b1 1'b0 1'b0 x QMDQAMMODE[2:0] x100x010 */
1974 0x1036, /* 1'b0 1'b1 1'b0 1'b0 SAMGSEND_CQS[3:0] 01001110 */
1976 0x103d, /* 1'b1 1'b1 SAMCNORMBP_V[1:0] 1'b0 1'b0 SAMMODESEL_V[1:0] 11100001 */
1982 0x1065, /* 1'b0 x CRMODE_V[1:0] 1'b1 x 1'b1 x 0x111x1x */
1983 0x1066, /* 1'b0 1'b0 1'b1 1'b0 1'b1 PNBOOSTSE */
2045 0x211f, /* 1'b1 1'b1 1'b1 CIRQEN x x 1'b0 1'b0 1111xx00 */
2049 0x212c, /* PHDEROTBWSEL[3:0] 1'b1 1'b1 1'b1 1'b0 10001110 */
2051 0x2135, /* DYNTRACKFDEQ[3:0] x 1'b0 1'b0 1'b0 1010x000 */
2052 0x2141, /* TRMODE[1:0] 1'b1 1'b1 1'b0 1'b1 1'b1 1'b1 01110111 */
2055 0x2179, /* 1'b0 1'b0 1'b0 1'b1 x BADSINGLEDYNTRACKFBF[2:0] 0001x001 */
2056 0x217a, /* 1'b0 1'b0 1'b0 1'b1 x BADSLOWSINGLEDYNTRACKFBF[2:0] 0001x001 */
2066 0x2845, /* 1'b0 1'b1 x x FFFSTEP_CQS[1:0] FFFCENTERTAP[1:0] 01xx1110 */
2067 0x2846, /* 1'b0 x 1'b0 1'b1 FBFSTEP_CQS[1:0] 1'b1 1'b0 0x011110 */
2071 0x3000, /* 1'b1 1'b1 1'b1 x x x 1'b0 RPTRSTM */
2074 0x3032, /* 1'b1 1'b0 1'b0 1'b0 x x FRAMELOCKMODE_CQS[1:0] 1000xx11 */
H A Dlgs8gl5.c96 u8 b0[] = {reg}; lgs8gl5_read_reg() local
102 .buf = b0, lgs8gl5_read_reg()
136 u8 b0[] = {reg}; lgs8gl5_update_alt_reg() local
143 .buf = b0, lgs8gl5_update_alt_reg()
H A Dstb6000.c205 u8 b0[] = { 0 }; stb6000_attach() local
211 .buf = b0, stb6000_attach()
H A Dl64781.c68 u8 b0 [] = { reg }; l64781_readreg() local
70 struct i2c_msg msg [] = { { .addr = state->config->demod_address, .flags = 0, .buf = b0, .len = 1 }, l64781_readreg()
506 u8 b0 [] = { 0x1a }; l64781_attach() local
508 struct i2c_msg msg [] = { { .addr = config->demod_address, .flags = 0, .buf = b0, .len = 1 }, l64781_attach()
H A Dsp887x.c55 u8 b0 [] = { reg >> 8 , reg & 0xff, data >> 8, data & 0xff }; sp887x_writereg() local
56 struct i2c_msg msg = { .addr = state->config->demod_address, .flags = 0, .buf = b0, .len = 4 }; sp887x_writereg()
78 u8 b0 [] = { reg >> 8 , reg & 0xff }; sp887x_readreg() local
81 struct i2c_msg msg[] = {{ .addr = state->config->demod_address, .flags = 0, .buf = b0, .len = 2 }, sp887x_readreg()
H A Dau8522_common.c63 u8 b0[] = { (reg >> 8) | 0x40, reg & 0xff }; au8522_readreg() local
68 .buf = b0, .len = 2 }, au8522_readreg()
H A Dtda10086.c55 u8 b0[] = { reg, data }; tda10086_write_byte() local
56 struct i2c_msg msg = { .flags = 0, .buf = b0, .len = 2 }; tda10086_write_byte()
71 u8 b0[] = { reg }; tda10086_read_byte() local
73 struct i2c_msg msg[] = {{ .flags = 0, .buf = b0, .len = 1 }, tda10086_read_byte()
H A Dcx22700.c90 u8 b0 [] = { reg }; cx22700_readreg() local
92 struct i2c_msg msg [] = { { .addr = state->config->demod_address, .flags = 0, .buf = b0, .len = 1 }, cx22700_readreg()
H A Ds5h1432.c75 u8 b0[] = { reg }; s5h1432_readreg() local
79 {.addr = addr, .flags = 0, .buf = b0, .len = 1}, s5h1432_readreg()
H A Dstv6110x.c46 u8 b0[] = { reg }; stv6110x_read_reg() local
49 { .addr = config->addr, .flags = 0, .buf = b0, .len = 1 }, stv6110x_read_reg()
H A Dves1820.c76 u8 b0[] = { 0x00, reg }; ves1820_readreg() local
79 {.addr = state->config->demod_address,.flags = 0,.buf = b0,.len = 2}, ves1820_readreg()
H A Dmt352.c85 u8 b0 [] = { reg }; mt352_read_register() local
89 .buf = b0, .len = 1 }, mt352_read_register()
H A Dnxt6000.c59 u8 b0[] = { reg }; nxt6000_readreg() local
62 {.addr = state->config->demod_address,.flags = 0,.buf = b0,.len = 1}, nxt6000_readreg()
H A Dsp8870.c83 u8 b0 [] = { reg >> 8 , reg & 0xff }; sp8870_readreg() local
85 struct i2c_msg msg [] = { { .addr = state->config->demod_address, .flags = 0, .buf = b0, .len = 2 }, sp8870_readreg()
H A Dstv0288.c96 u8 b0[] = { reg }; stv0288_readreg() local
102 .buf = b0, stv0288_readreg()
H A Dstv0297.c69 u8 b0[] = { reg }; stv0297_readreg() local
71 struct i2c_msg msg[] = { {.addr = state->config->demod_address,.flags = 0,.buf = b0,.len = 1}, stv0297_readreg()
H A Dtda10021.c90 u8 b0 [] = { reg }; tda10021_readreg() local
92 struct i2c_msg msg [] = { { .addr = state->config->demod_address, .flags = 0, .buf = b0, .len = 1 }, tda10021_readreg()
H A Dtda10023.c66 u8 b0 [] = { reg }; tda10023_readreg() local
68 struct i2c_msg msg [] = { { .addr = state->config->demod_address, .flags = 0, .buf = b0, .len = 1 }, tda10023_readreg()
H A Dts2020.c90 u8 b0[] = { reg }; ts2020_readreg() local
96 .buf = b0, ts2020_readreg()
H A Dves1x93.c112 u8 b0 [] = { 0x00, reg }; ves1x93_readreg() local
114 struct i2c_msg msg [] = { { .addr = state->config->demod_address, .flags = 0, .buf = b0, .len = 2 }, ves1x93_readreg()
H A Dzl10353.c80 u8 b0[1] = { reg }; zl10353_read_register() local
84 .buf = b0, .len = 1 }, zl10353_read_register()
H A Dstb0899_drv.c229 u8 b0[] = { reg >> 8, reg & 0xff }; _stb0899_read_reg() local
236 .buf = b0, _stb0899_read_reg()
456 u8 b0[] = { reg >> 8, reg & 0xff }; stb0899_read_regs() local
462 .buf = b0, stb0899_read_regs()
H A Dcx24110.c134 u8 b0 [] = { reg }; cx24110_readreg() local
136 struct i2c_msg msg [] = { { .addr = state->config->demod_address, .flags = 0, .buf = b0, .len = 1 }, cx24110_readreg()
H A Dlgs8gxx.c81 u8 b0[] = { reg }; lgs8gxx_read_reg() local
84 { .flags = 0, .buf = b0, .len = 1 }, lgs8gxx_read_reg()
H A Dm88rs2000.c87 u8 b0[] = { reg }; m88rs2000_readreg() local
94 .buf = b0, m88rs2000_readreg()
H A Ds5h1409.c333 u8 b0[] = { reg }; s5h1409_readreg() local
338 .buf = b0, .len = 1 }, s5h1409_readreg()
H A Ds5h1411.c362 u8 b0[] = { reg }; s5h1411_readreg() local
366 { .addr = addr, .flags = 0, .buf = b0, .len = 1 }, s5h1411_readreg()
H A Dsi21xx.c287 u8 b0[] = { reg }; si21_readreg() local
293 .buf = b0, si21_readreg()
H A Dstv0299.c109 u8 b0 [] = { reg }; stv0299_readreg() local
111 struct i2c_msg msg [] = { { .addr = state->config->demod_address, .flags = 0, .buf = b0, .len = 1 }, stv0299_readreg()
H A Dtda10048.c244 u8 b0[] = { reg }; tda10048_readreg() local
248 .flags = 0, .buf = b0, .len = 1 }, tda10048_readreg()
H A Dds3000.c316 u8 b0[] = { reg }; ds3000_readreg() local
322 .buf = b0, ds3000_readreg()
H A Dtda1004x.c151 u8 b0[] = { reg }; tda1004x_read_byte() local
153 struct i2c_msg msg[] = {{ .flags = 0, .buf = b0, .len = 1 }, tda1004x_read_byte()
H A Dstv0367.c810 u8 b0[] = { 0, 0 }; stv0367_readreg() local
816 .buf = b0, stv0367_readreg()
827 b0[0] = MSB(reg); stv0367_readreg()
828 b0[1] = LSB(reg); stv0367_readreg()
H A Dcx24116.c263 u8 b0[] = { reg }; cx24116_readreg() local
267 .buf = b0, .len = 1 }, cx24116_readreg()
H A Dmb86a16.c100 u8 b0[] = { reg }; mb86a16_read() local
107 .buf = b0, mb86a16_read()
H A Dstv0900_core.c156 u8 b0[] = { MSB(reg), LSB(reg) }; stv0900_read_reg() local
162 .buf = b0, stv0900_read_reg()
/linux-4.1.27/fs/ext3/
H A Dhash.c20 __u32 b0 = buf[0], b1 = buf[1]; TEA_transform() local
26 b0 += ((b1 << 4)+a) ^ (b1+sum) ^ ((b1 >> 5)+b); TEA_transform()
27 b1 += ((b0 << 4)+c) ^ (b0+sum) ^ ((b0 >> 5)+d); TEA_transform()
30 buf[0] += b0; TEA_transform()
/linux-4.1.27/fs/ext4/
H A Dhash.c21 __u32 b0 = buf[0], b1 = buf[1]; TEA_transform() local
27 b0 += ((b1 << 4)+a) ^ (b1+sum) ^ ((b1 >> 5)+b); TEA_transform()
28 b1 += ((b0 << 4)+c) ^ (b0+sum) ^ ((b0 >> 5)+d); TEA_transform()
31 buf[0] += b0; TEA_transform()
/linux-4.1.27/drivers/crypto/nx/
H A Dnx-aes-ccm.c150 unsigned int cryptlen, u8 *b0) generate_b0()
155 memcpy(b0, iv, 16); generate_b0()
157 lp = b0[0]; generate_b0()
161 *b0 |= (8 * ((m - 2) / 2)); generate_b0()
165 *b0 |= 64; generate_b0()
167 rc = set_msg_len(b0 + 16 - l, cryptlen, l); generate_b0()
182 u8 tmp[16], *b1 = NULL, *b0 = NULL, *result = NULL; generate_pat() local
204 b0 = nx_ctx->csbcpb->cpb.aes_ccm.in_pat_or_b0; generate_pat()
209 b0 = nx_ctx->csbcpb->cpb.aes_ccm.in_pat_or_b0; generate_pat()
216 b0 = nx_ctx->csbcpb_aead->cpb.aes_cca.b0; generate_pat()
220 b0 = nx_ctx->csbcpb_aead->cpb.aes_cca.b0; generate_pat()
226 rc = generate_b0(iv, req->assoclen, authsize, nbytes, b0); generate_pat()
324 memcpy(nx_ctx->csbcpb_aead->cpb.aes_cca.b0, generate_pat()
149 generate_b0(u8 *iv, unsigned int assoclen, unsigned int authsize, unsigned int cryptlen, u8 *b0) generate_b0() argument
H A Dnx_csbcpb.h50 u8 b0[16]; member in struct:cop_symcpb_aes_cca
H A Dnx.h113 u8 b0[16]; member in struct:nx_ccm_priv
/linux-4.1.27/drivers/misc/sgi-xp/
H A Dxp_nofault.S30 br.ret.sptk.many b0;; // Return success
35 br.ret.sptk.many b0;; // Return failure
/linux-4.1.27/drivers/cpufreq/
H A Dexynos-cpufreq.h27 #define APLL_FREQ(f, a0, a1, a2, a3, a4, a5, a6, a7, b0, b1, b2, m, p, s) \
32 .clk_div_cpu1 = (b0 << 0 | b1 << 4 | b2 << 8), \
/linux-4.1.27/arch/x86/crypto/
H A Dghash-clmulni-intel_asm.S57 PCLMULQDQ 0x00 SHASH DATA # DATA = a0 * b0
59 PCLMULQDQ 0x00 T3 T2 # T2 = (a1 + a0) * (b1 + b0)
61 pxor T1, T2 # T2 = a0 * b1 + a1 * b0
H A Daesni-intel_asm.S168 pxor \HK, \TMP3 # TMP3 = b1+b0
170 PCLMULQDQ 0x00, \HK, \GH # GH = a0*b0
171 PCLMULQDQ 0x00, \TMP3, \TMP2 # TMP2 = (a0+a1)*(b1+b0)
173 pxor \TMP1, \TMP2 # TMP2 = (a0*b0)+(a1*b0)
687 PCLMULQDQ 0x00, \TMP5, \XMM5 # XMM5 = a0*b0
697 PCLMULQDQ 0x00, \TMP5, \TMP6 # TMP6 = (a1+a0)*(b1+b0)
718 PCLMULQDQ 0x00, \TMP5, \XMM6 # XMM6 = a0*b0
725 PCLMULQDQ 0x00, \TMP5, \TMP2 # TMP2 = (a1+a0)*(b1+b0)
748 PCLMULQDQ 0x00, \TMP5, \XMM7 # XMM7 = a0*b0
755 PCLMULQDQ 0x00, \TMP5, \TMP2 # TMP2 = (a1+a0)*(b1+b0)
779 PCLMULQDQ 0x00, \TMP5, \XMM8 # XMM8 = a0*b0
802 PCLMULQDQ 0x00, \TMP5, \TMP2 # TMP2 = (a1+a0)*(b1+b0)
895 PCLMULQDQ 0x00, \TMP5, \XMM5 # XMM5 = a0*b0
905 PCLMULQDQ 0x00, \TMP5, \TMP6 # TMP6 = (a1+a0)*(b1+b0)
926 PCLMULQDQ 0x00, \TMP5, \XMM6 # XMM6 = a0*b0
933 PCLMULQDQ 0x00, \TMP5, \TMP2 # TMP2 = (a1+a0)*(b1+b0)
956 PCLMULQDQ 0x00, \TMP5, \XMM7 # XMM7 = a0*b0
963 PCLMULQDQ 0x00, \TMP5, \TMP2 # TMP2 = (a1+a0)*(b1+b0)
987 PCLMULQDQ 0x00, \TMP5, \XMM8 # XMM8 = a0*b0
1010 PCLMULQDQ 0x00, \TMP5, \TMP2 # TMP2 = (a1+a0)*(b1+b0)
1087 PCLMULQDQ 0x00, \TMP5, \XMM1 # XMM1 = a0*b0
1089 PCLMULQDQ 0x00, \TMP4, \TMP2 # TMP2 = (a1+a0)*(b1+b0)
1100 PCLMULQDQ 0x00, \TMP5, \XMM2 # XMM2 = a0*b0
1102 PCLMULQDQ 0x00, \TMP4, \TMP2 # TMP2 = (a1+a0)*(b1+b0)
1115 PCLMULQDQ 0x00, \TMP5, \XMM3 # XMM3 = a0*b0
1117 PCLMULQDQ 0x00, \TMP4, \TMP2 # TMP2 = (a1+a0)*(b1+b0)
1128 PCLMULQDQ 0x00, \TMP5, \XMM4 # XMM4 = a0*b0
1130 PCLMULQDQ 0x00, \TMP4, \TMP2 # TMP2 = (a1+a0)*(b1+b0)
H A Dcamellia-aesni-avx-asm_64.S431 #define byteslice_16x16b(a0, b0, c0, d0, a1, b1, c1, d1, a2, b2, c2, d2, a3, \
436 transpose_4x4(b0, b1, b2, b3, d2, d3); \
449 vpshufb a0, b0, b0; \
467 transpose_4x4(a0, b0, c0, d0, d2, d3); \
472 vmovdqu b0, st0; \
474 transpose_4x4(a2, b2, c2, d2, b0, b1); \
475 transpose_4x4(a3, b3, c3, d3, b0, b1); \
476 vmovdqu st0, b0; \
H A Dcamellia-aesni-avx2-asm_64.S470 #define byteslice_16x16b_fast(a0, b0, c0, d0, a1, b1, c1, d1, a2, b2, c2, d2, \
475 transpose_4x4(b0, b1, b2, b3, d2, d3); \
488 vpshufb a0, b0, b0; \
506 transpose_4x4(a0, b0, c0, d0, d2, d3); \
511 vmovdqu b0, st0; \
513 transpose_4x4(a2, b2, c2, d2, b0, b1); \
514 transpose_4x4(a3, b3, c3, d3, b0, b1); \
515 vmovdqu st0, b0; \
H A Daesni-intel_avx-x86_64.S256 vpxor \HK , \T3, \T3 # T3 = (b1+b0)
259 vpclmulqdq $0x00, \HK, \GH, \GH # GH = a0*b0
260 vpclmulqdq $0x00, \T3, \T2, \T2 # T2 = (a1+a0)*(b1+b0)
262 vpxor \T1, \T2,\T2 # T2 = a0*b1+a1*b0
719 vpclmulqdq $0x00, \T5, \T2, \T7 # T7 = a0*b0
1546 vpclmulqdq $0x00,\HK,\GH,\T2 # T2 = a0*b0
1547 vpclmulqdq $0x01,\HK,\GH,\T3 # T3 = a1*b0
1983 vpclmulqdq $0x00, \T5, \T2, \T7 # T7 = a0*b0
1984 vpclmulqdq $0x01, \T5, \T2, \T6 # T6 = a1*b0
/linux-4.1.27/crypto/
H A Daes_generic.c1334 u32 b0[4], b1[4]; aes_encrypt() local
1338 b0[0] = le32_to_cpu(src[0]) ^ ctx->key_enc[0]; aes_encrypt()
1339 b0[1] = le32_to_cpu(src[1]) ^ ctx->key_enc[1]; aes_encrypt()
1340 b0[2] = le32_to_cpu(src[2]) ^ ctx->key_enc[2]; aes_encrypt()
1341 b0[3] = le32_to_cpu(src[3]) ^ ctx->key_enc[3]; aes_encrypt()
1344 f_nround(b1, b0, kp); aes_encrypt()
1345 f_nround(b0, b1, kp); aes_encrypt()
1349 f_nround(b1, b0, kp); aes_encrypt()
1350 f_nround(b0, b1, kp); aes_encrypt()
1353 f_nround(b1, b0, kp); aes_encrypt()
1354 f_nround(b0, b1, kp); aes_encrypt()
1355 f_nround(b1, b0, kp); aes_encrypt()
1356 f_nround(b0, b1, kp); aes_encrypt()
1357 f_nround(b1, b0, kp); aes_encrypt()
1358 f_nround(b0, b1, kp); aes_encrypt()
1359 f_nround(b1, b0, kp); aes_encrypt()
1360 f_nround(b0, b1, kp); aes_encrypt()
1361 f_nround(b1, b0, kp); aes_encrypt()
1362 f_lround(b0, b1, kp); aes_encrypt()
1364 dst[0] = cpu_to_le32(b0[0]); aes_encrypt()
1365 dst[1] = cpu_to_le32(b0[1]); aes_encrypt()
1366 dst[2] = cpu_to_le32(b0[2]); aes_encrypt()
1367 dst[3] = cpu_to_le32(b0[3]); aes_encrypt()
1406 u32 b0[4], b1[4]; aes_decrypt() local
1410 b0[0] = le32_to_cpu(src[0]) ^ ctx->key_dec[0]; aes_decrypt()
1411 b0[1] = le32_to_cpu(src[1]) ^ ctx->key_dec[1]; aes_decrypt()
1412 b0[2] = le32_to_cpu(src[2]) ^ ctx->key_dec[2]; aes_decrypt()
1413 b0[3] = le32_to_cpu(src[3]) ^ ctx->key_dec[3]; aes_decrypt()
1416 i_nround(b1, b0, kp); aes_decrypt()
1417 i_nround(b0, b1, kp); aes_decrypt()
1421 i_nround(b1, b0, kp); aes_decrypt()
1422 i_nround(b0, b1, kp); aes_decrypt()
1425 i_nround(b1, b0, kp); aes_decrypt()
1426 i_nround(b0, b1, kp); aes_decrypt()
1427 i_nround(b1, b0, kp); aes_decrypt()
1428 i_nround(b0, b1, kp); aes_decrypt()
1429 i_nround(b1, b0, kp); aes_decrypt()
1430 i_nround(b0, b1, kp); aes_decrypt()
1431 i_nround(b1, b0, kp); aes_decrypt()
1432 i_nround(b0, b1, kp); aes_decrypt()
1433 i_nround(b1, b0, kp); aes_decrypt()
1434 i_lround(b0, b1, kp); aes_decrypt()
1436 dst[0] = cpu_to_le32(b0[0]); aes_decrypt()
1437 dst[1] = cpu_to_le32(b0[1]); aes_decrypt()
1438 dst[2] = cpu_to_le32(b0[2]); aes_decrypt()
1439 dst[3] = cpu_to_le32(b0[3]); aes_decrypt()
/linux-4.1.27/drivers/media/usb/ttusb-dec/
H A Dttusb_dec.c934 u8 b0[] = { 0x05 }; ttusb_dec_start_ts_feed() local
990 result = ttusb_dec_send_command(dec, 0x80, sizeof(b0), b0, NULL, NULL); ttusb_dec_start_ts_feed()
1001 u8 b0[] = { 0x00, 0x00, 0x00, 0x01, ttusb_dec_start_sec_feed() local
1020 memcpy(&b0[0], &pid, 2); ttusb_dec_start_sec_feed()
1021 memcpy(&b0[4], &x, 1); ttusb_dec_start_sec_feed()
1022 memcpy(&b0[5], &dvbdmxfeed->filter->filter.filter_value[0], 1); ttusb_dec_start_sec_feed()
1024 result = ttusb_dec_send_command(dec, 0x60, sizeof(b0), b0, ttusb_dec_start_sec_feed()
1084 u8 b0[] = { 0x00 }; ttusb_dec_stop_ts_feed() local
1086 ttusb_dec_send_command(dec, 0x81, sizeof(b0), b0, NULL, NULL); ttusb_dec_stop_ts_feed()
1098 u8 b0[] = { 0x00, 0x00 }; ttusb_dec_stop_sec_feed() local
1102 b0[1] = finfo->stream_id; ttusb_dec_stop_sec_feed()
1107 ttusb_dec_send_command(dec, 0x62, sizeof(b0), b0, NULL, NULL); ttusb_dec_stop_sec_feed()
1282 u8 b0[] = { 0x00, 0x00, 0x00, 0x00, ttusb_dec_boot_dsp() local
1334 memcpy(b0, &firmware_size_nl, 4); ttusb_dec_boot_dsp()
1337 memcpy(&b0[6], &firmware_csum_ns, 2); ttusb_dec_boot_dsp()
1339 result = ttusb_dec_send_command(dec, 0x41, sizeof(b0), b0, NULL, NULL); ttusb_dec_boot_dsp()
/linux-4.1.27/arch/sh/kernel/cpu/sh4/
H A Dsoftfloat.c90 void add128(bits64 a0, bits64 a1, bits64 b0, bits64 b1, bits64 * z0Ptr,
92 void sub128(bits64 a0, bits64 a1, bits64 b0, bits64 b1, bits64 * z0Ptr,
638 void add128(bits64 a0, bits64 a1, bits64 b0, bits64 b1, bits64 * z0Ptr, add128() argument
645 *z0Ptr = a0 + b0 + (z1 < a1); add128()
649 sub128(bits64 a0, bits64 a1, bits64 b0, bits64 b1, bits64 * z0Ptr, sub128() argument
653 *z0Ptr = a0 - b0 - (a1 < b1); sub128()
658 bits64 b0, b1; estimateDiv128To64() local
663 b0 = b >> 32; estimateDiv128To64()
665 do_div(tmp, b0); estimateDiv128To64()
667 z = (b0 << 32 <= a0) ? LIT64(0xFFFFFFFF00000000) : tmp << 32; estimateDiv128To64()
673 add128(rem0, rem1, b0, b1, &rem0, &rem1); estimateDiv128To64()
677 do_div(tmp, b0); estimateDiv128To64()
678 z |= (b0 << 32 <= rem0) ? 0xFFFFFFFF : tmp; estimateDiv128To64()
/linux-4.1.27/arch/ia64/kernel/
H A Divt.S258 mov r29=b0 // save b0
266 mov b0=r29
302 mov r29=b0 // save b0
310 mov b0=r29
353 (p8) mov r29=b0 // save b0
393 (p8) mov r29=b0 // save b0
442 * r29: saved b0
447 * r29: saved b0
451 * Clobbered: b0, r18, r19, r21, r22, psr.dt (cleared)
504 mov b0=r30
505 br.sptk.many b0 // return to continuation point
542 mov r29=b0 // save b0 in case of nested fault
571 mov b0=r29 // restore b0
578 mov b0=r29 // restore b0
609 mov r29=b0 // save b0 in case of nested fault)
637 mov b0=r29 // restore b0
644 mov b0=r29 // restore b0
664 mov r29=b0 // save b0 in case of nested fault)
701 mov b0=r29 // restore b0
718 * others: pr, b0, b6, loadrs, r1, r11, r12, r13, r15
925 * - b0: original contents (to be saved)
960 mov r28=b0 // save b0 (2 cyc)
994 st8 [r17]=r28,PT(R1)-PT(B0) // save b0
H A Dmca_asm.S274 br.call.sptk.many b0=ia64_mca_handler
294 mov b0=r12 // SAL_CHECK return address
296 br b0
318 mov b0=r12 // SAL_CHECK return address
319 br b0
383 br.call.sptk.many b0=ia64_init_handler
403 mov b0=r12 // SAL_CHECK return address
404 br b0
458 mov b0=r2 // save return address
693 br.sptk b0
719 mov b0=r2 // save return address
892 br.sptk b0
918 mov b0=r2 // save return address
939 br.sptk b0
971 mov b0=r2 // save return address
1000 br.sptk b0
1021 mov b0=r2 // save return address
1067 br.sptk b0
H A Dminstate.h92 mov r29=b0 \
125 st8 [r16]=r29,16; /* save b0 */ \
232 mov b0=r16; \
234 br.ret.sptk b0; \
H A Drelocate_kernel.S173 br.call.sptk.many b0=b6;;
213 mov r4=b0
216 st8 [loc1]=r4, 8 // b0
245 mov r4=b0
H A Dentry.S241 * - rp (b0) holds return address to save
290 mov r21=b0
304 st8 [r14]=r21,SW(B1)-SW(B0) // save b0
381 ld8 r21=[r2],16 // restore b0
416 mov b0=r21
671 * r21: user-level b0
684 * b0: restored (user-level rp)
784 ld8 r21=[r2],PT(AR_RNAT)-PT(B0) // M0|1 load b0
977 ld8 r21=[r17],16 // load b0
1084 (pRecurse) br.call.sptk.many b0=rse_clear_invalid
1093 (pReturn) br.ret.sptk.many b0
1108 (pRecurse) br.call.dptk.few b0=rse_clear_invalid
1115 (pReturn) br.ret.dptk.many b0
1138 mov b0=r21 // I0
1368 br.ret.sptk.many b0
1374 mov out2 = b0
1377 br.call.sptk.many b0 = ftrace_patch_gp
1381 mov b0 = r3
1392 mov loc1 = b0
1393 mov out0 = b0
1401 br.call.sptk.many b0 = b6
1404 mov b0 = loc1
1423 mov loc1 = b0
1424 mov out0 = b0
1432 br.call.sptk.many b0 = b6
1435 mov b0 = loc1
1444 mov r3 = b0
1452 mov b0 = r42
H A Dpal.S88 br.ret.sptk.many b0
123 br.ret.sptk.many b0
194 br.ret.sptk.many b0
251 br.ret.sptk.many b0
H A Dpatch.c47 u64 m0, m1, v0, v1, b0, b1, *b = (u64 *) (insn_addr & -16); ia64_patch() local
51 b0 = b[0]; b1 = b[1]; ia64_patch()
59 b[0] = (b0 & ~m0) | (v0 & m0); ia64_patch()
H A Dentry.h56 .spillsp b0,SW(B0)+16+(off); .spillsp b1,SW(B1)+16+(off); \
H A Djprobes.S62 br.call.sptk.many b0=jprobe_break
H A Dftrace.c25 0x05, 0x00, 0xc4, 0x00, /* mov r42=b0 */
28 0x08, 0x00, 0x00, 0x50 /* br.call.sptk.many b0 = _mcount;; */
H A Dkprobes.c505 ri->ret_addr = (kprobe_opcode_t *)regs->b0; arch_prepare_kretprobe()
508 regs->b0 = ((struct fnptr *)kretprobe_trampoline)->ip; arch_prepare_kretprobe()
710 * to use either b0 or b6 or b7, so just checking resume_execution()
715 if ((regs->b0 == bundle_addr) || resume_execution()
716 (regs->b0 == bundle_addr + 0x10)) { resume_execution()
717 regs->b0 = (regs->b0 - bundle_addr) + resume_execution()
1080 regs->b0 = ((struct fnptr *)(jprobe_inst_return))->ip; setjmp_pre_handler()
H A Dprocess.c117 printk("b0 : %016lx b6 : %016lx b7 : %016lx\n", regs->b0, regs->b6, regs->b7); show_regs()
397 child_stack->b0 = (unsigned long) &ia64_ret_from_clone; copy_thread()
425 child_stack->b0 = (unsigned long) &ia64_ret_from_clone; copy_thread()
473 * b0-b7 do_copy_task_regs()
H A Dbrl_emu.c130 regs->b0 = next_ip; ia64_emulate_brl()
H A Dsignal.c62 err |= __get_user(scr->pt.b0, &sc->sc_br[0]); /* b0 (rp) */ restore_sigcontext()
256 err |= __put_user(scr->pt.b0, &sc->sc_br[0]); /* b0 (rp) */ setup_sigcontext()
H A Dasm-offsets.c95 DEFINE(IA64_PT_REGS_B0_OFFSET, offsetof (struct pt_regs, b0)); foo()
161 DEFINE(IA64_SWITCH_STACK_B0_OFFSET, offsetof (struct switch_stack, b0)); foo()
H A Dmodule.c245 uint64_t b0, b1, *b = (uint64_t *) plt->bundle[1]; plt_target() local
248 b0 = b[0]; b1 = b[1]; plt_target()
250 | ((b0 >> 48) << 20) | ((b1 & 0x7fffffUL) << 36) /* imm39 -> bit 20 */ plt_target()
294 uint64_t b0, b1, *b = (uint64_t *) plt->bundle[0]; plt_target() local
296 b0 = b[0]; b1 = b[1]; plt_target()
301 | ((b0 >> 46) << 22) | ((b1 & 0x7fffff) << 40) /* imm41 -> bit 22 */ plt_target()
H A Dgate.S303 * b0 = saved return address
308 * b0 = saved return address
H A Dptrace.c904 /* b0 */ ptrace_getregs()
906 retval |= __put_user(pt->b0, &ppr->br[0]); ptrace_getregs()
1041 /* b0 */ ptrace_setregs()
1043 retval |= __get_user(pt->b0, &ppr->br[0]); ptrace_setregs()
1328 ptr = &pt->b0; access_elf_breg()
1510 * b0-b7 do_gpregs_get()
1556 /* nat, pr, b0 - b7 */ do_gpregs_get()
1644 /* nat, pr, b0 - b7 */ do_gpregs_set()
H A Dsmpboot.c180 * Cache the b0 value on the first AP that comes up fix_b0_for_bsp()
186 printk ("Fixed BSP b0 value from CPU %d\n", cpuid); fix_b0_for_bsp()
H A Dhead.S108 SAVE_FROM_REG(b0,_reg1,_reg2);; \
451 br.call.sptk.many b0=console_print
1148 RESTORE_REG(b0, r25, r17);;
1208 br.ret.sptk.many b0;;
H A Dmca.c916 regs->b0 = ms->pmsa_br0; finish_pt_regs()
1095 * In the synthesized switch_stack, b0 points to ia64_leave_kernel, ia64_mca_modify_original_stack()
1116 old_sw->b0 = (u64)ia64_leave_kernel; ia64_mca_modify_original_stack()
H A Dunwind.c416 case 0: pt = get_scratch_regs(info); addr = &pt->b0; break; unw_access_br()
1461 val = offsetof(struct pt_regs, b0); compile_reg()
2062 info->ip = sw->b0; unw_init_frame_info()
/linux-4.1.27/arch/blackfin/include/asm/
H A Dcontext.S42 [--sp] = b0;
114 [--sp] = b0;
173 [--sp] = b0;
254 b0 = [sp++]; define
324 b0 = [sp++]; define
H A Ddpmc.h91 [--sp] = b0;
151 b0 = [sp++];
/linux-4.1.27/arch/alpha/include/asm/
H A Dbitops.h444 unsigned long b0, b1, ofs, tmp; sched_find_first_bit() local
446 b0 = b[0]; sched_find_first_bit()
448 ofs = (b0 ? 0 : 64); sched_find_first_bit()
449 tmp = (b0 ? b0 : b1); sched_find_first_bit()
/linux-4.1.27/arch/powerpc/crypto/
H A Daes-tab-4k.S85 .long R(b0, 58, 58, e8), R(85, cf, cf, 4a)
162 .long R(82, 41, 41, c3), R(29, 99, 99, b0)
164 .long R(7b, b0, b0, cb), R(a8, 54, 54, fc)
215 .long R(b0, e8, 42, bd), R(07, 89, 8b, 88)
266 .long R(ea, 9f, 09, d4), R(29, b0, 7c, d6)
270 .long R(e0, 90, d0, b0), R(33, a7, d8, 15)
273 .long R(76, 4d, d6, 8d), R(43, ef, b0, 4d)
/linux-4.1.27/drivers/mtd/nand/
H A Dnand_ecc.c446 unsigned char b0, b1, b2, bit_addr; __nand_correct_data() local
452 * b0 to b2 indicate which bit is faulty (if any) __nand_correct_data()
457 b0 = read_ecc[0] ^ calc_ecc[0]; __nand_correct_data()
460 b0 = read_ecc[1] ^ calc_ecc[1]; __nand_correct_data()
470 if ((b0 | b1 | b2) == 0) __nand_correct_data()
473 if ((((b0 ^ (b0 >> 1)) & 0x55) == 0x55) && __nand_correct_data()
485 * One as we have now (for b0), one for b2 __nand_correct_data()
495 byte_addr = (addressbits[b1] << 4) + addressbits[b0]; __nand_correct_data()
498 (addressbits[b1] << 4) + addressbits[b0]; __nand_correct_data()
506 if ((bitsperbyte[b0] + bitsperbyte[b1] + bitsperbyte[b2]) == 1) __nand_correct_data()
/linux-4.1.27/arch/c6x/include/asm/
H A Dsyscall.h20 return regs->b0; syscall_get_nr()
/linux-4.1.27/drivers/staging/rtl8188eu/include/
H A Drtw_cmd.h253 s2 == (b1 << 8 | b0);
269 b0 = b1
271 b1 = b0
287 b0 = b1
289 b1 = b0
H A Dpwrseq.h134 /*Clear SIC_EN register 0x40[12] = 1'b0 */ \
182 /*Clear SIC_EN register 0x40[12] = 1'b0 */ \
/linux-4.1.27/arch/s390/net/
H A Dbpf_jit_comp.c418 /* BPF compatibility: clear A (%b0) and X (%b7) registers */ bpf_jit_prologue()
435 /* lghi %b0,0 */ bpf_jit_epilogue()
439 /* Load exit code: lgr %r2,%b0 */ bpf_jit_epilogue()
939 * b0 = (__bpf_call_base + imm)(b1, b2, b3, b4, b5) bpf_jit_insn()
950 /* lgr %b0,%r2: load return value into %b0 */ bpf_jit_insn()
954 case BPF_JMP | BPF_EXIT: /* return b0 */ bpf_jit_insn()
1061 case BPF_LD | BPF_ABS | BPF_B: /* b0 = *(u8 *) (skb->data+imm) */ bpf_jit_insn()
1062 case BPF_LD | BPF_IND | BPF_B: /* b0 = *(u8 *) (skb->data+imm+src) */ bpf_jit_insn()
1068 case BPF_LD | BPF_ABS | BPF_H: /* b0 = *(u16 *) (skb->data+imm) */ bpf_jit_insn()
1069 case BPF_LD | BPF_IND | BPF_H: /* b0 = *(u16 *) (skb->data+imm+src) */ bpf_jit_insn()
1075 case BPF_LD | BPF_ABS | BPF_W: /* b0 = *(u32 *) (skb->data+imm) */ bpf_jit_insn()
1076 case BPF_LD | BPF_IND | BPF_W: /* b0 = *(u32 *) (skb->data+imm+src) */ bpf_jit_insn()
H A Dbpf_jit.S24 * %r14= %b0 = return value (read skb value)
/linux-4.1.27/drivers/media/pci/ttpci/
H A Dttpci-eeprom.c120 u8 b0[] = { 0xcc }; ttpci_eeprom_read_encodedMAC() local
123 { .addr = 0x50, .flags = 0, .buf = b0, .len = 1 }, ttpci_eeprom_read_encodedMAC()
/linux-4.1.27/drivers/media/usb/dvb-usb/
H A Dpctv452e.c502 u8 b0[] = { 0xaa, 0, PCTV_CMD_RESET, 1, 0 }; pctv452e_power_ctrl() local
521 b0[1] = state->c++; pctv452e_power_ctrl()
523 ret = dvb_usb_generic_rw(d, b0, sizeof(b0), rx, PCTV_ANSWER_LEN, 0); pctv452e_power_ctrl()
527 b0[1] = state->c++; pctv452e_power_ctrl()
528 b0[4] = 1; pctv452e_power_ctrl()
530 ret = dvb_usb_generic_rw(d, b0, sizeof(b0), rx, PCTV_ANSWER_LEN, 0); pctv452e_power_ctrl()
/linux-4.1.27/drivers/usb/wusbcore/
H A Dcrypto.c206 struct aes_ccm_b0 b0; wusb_ccm_mac() local
220 WARN_ON(sizeof(b0) != sizeof(struct aes_ccm_block)); wusb_ccm_mac()
228 dst_size = blen + sizeof(b0) + sizeof(b1) + zero_padding; wusb_ccm_mac()
240 b0.flags = 0x59; /* Format B0 */ wusb_ccm_mac()
241 b0.ccm_nonce = *n; wusb_ccm_mac()
242 b0.lm = cpu_to_be16(0); /* WUSB1.0[6.5] sez l(m) is 0 */ wusb_ccm_mac()
255 sg_set_buf(&sg[0], &b0, sizeof(b0)); wusb_ccm_mac()
/linux-4.1.27/arch/ia64/hp/sim/boot/
H A Dboot_head.S37 br.ret.sptk.many b0
44 br.ret.sptk.many b0
/linux-4.1.27/drivers/net/usb/
H A Dcdc_eem.c155 * b0..13: length of ethernet frame eem_tx_fixup()
193 * b0..14: EEM type dependent (Data or Command) eem_rx_fixup()
210 * b0..10: bmEEMCmdParam eem_rx_fixup()
280 * b0..13: length of ethernet frame eem_rx_fixup()
H A Dsr9700.c393 * b0: rx status sr9700_rx_fixup()
448 * b0 b1 b2 b3 ...... b(n-4) b(n-3)...bn sr9700_tx_fixup()
450 * b0: rx status sr9700_tx_fixup()
489 b0: net status sr9700_status()
H A Ddm9601.c525 b0: net status dm9601_status()
/linux-4.1.27/drivers/staging/octeon-usb/
H A Docteon-hcd.h121 * * 1'b0: GINTSTS.PTxFEmp interrupt indicates that the Periodic
130 * * 1'b0: GINTSTS.NPTxFEmp interrupt indicates that the Non-
135 * * 1'b0: Core operates in Slave mode
144 * * 1'b0: Mask the interrupt assertion to the application.
177 * * 1'b0: No
181 * * 1'b0: Asynchronous reset is used in the core
188 * * 1'b0: Vendor Control Interface is not available on the core.
191 * * 1'b0: I2C Interface is not available on the core.
196 * * 1'b0: Not OTG capable
238 * Mask interrupt: 1'b0, Unmask interrupt: 1'b1
508 * * 1'b0: Device mode
848 * * 1'b0: 480-MHz Internal PLL clock
950 * Mask interrupt: 1'b0 Unmask interrupt: 1'b1
979 * * 1'b0: Channel disabled
991 * * 1'b0: Even (micro)frame
998 * register (HCSPLTn.SpltEna) is reset (1'b0), this field indicates
1022 * * 1'b0: OUT
1064 * * 1'b0: HS/FS/LS, based on the maximum speed supported by
1152 * Mask interrupt: 1'b0 Unmask interrupt: 1'b1
1383 * * 1'b0: Power off
1394 * * 1'b0: Port not in reset
1418 * * 1'b0: Port not in Suspend mode
1432 * * 1'b0: No resume driven
1439 * * 1'b0: No overcurrent condition
1451 * * 1'b0: Port disabled
1525 * - 1'b0: send in even (micro)frame
/linux-4.1.27/include/linux/
H A Dsignal.h108 unsigned long a0, a1, a2, a3, b0, b1, b2, b3; \
120 a0 = a->sig[0]; b0 = b->sig[0]; \
121 r->sig[0] = op(a0, b0); \
H A Detherdevice.h380 * [a0 ... a13] ^ [b0 ... b13] compare_ether_header()
382 * [a0 a1 a2 a3 a4 a5 a6 a7 ] ^ [b0 b1 b2 b3 b4 b5 b6 b7 ] | compare_ether_header()
/linux-4.1.27/arch/c6x/kernel/
H A Dsignal.c47 COPY(b0); COPY(b1); COPY(b2); COPY(b3); COPY(b5); COPY(b7); COPY(b9); restore_sigcontext()
112 COPY(b0); COPY(b1); COPY(b2); COPY(b3); COPY(b5); COPY(b7); COPY(b9); setup_sigcontext()
300 regs->b0 = __NR_restart_syscall; do_signal()
H A Dasm-offsets.c66 OFFSET(REGS_B0, pt_regs, b0); foo()
H A Dptrace.c178 return regs->b0; syscall_trace_entry()
H A Dtraps.c37 pr_err("A0: %08lx B0: %08lx\n", regs->a0, regs->b0); show_regs()
/linux-4.1.27/drivers/media/platform/exynos4-is/
H A Dfimc-lite-reg.h120 /* b0: 1 - camera B, 0 - camera A */
/linux-4.1.27/drivers/net/wireless/b43/
H A Dphy_ht.c641 s16 a1[3], b0[3], b1[3]; b43_phy_ht_tx_power_ctl_setup() local
650 b0[c] = sprom->core_pwr_info[c].pa_2g[1]; b43_phy_ht_tx_power_ctl_setup()
657 b0[c] = sprom->core_pwr_info[c].pa_5gl[1]; b43_phy_ht_tx_power_ctl_setup()
664 b0[c] = sprom->core_pwr_info[c].pa_5g[1]; b43_phy_ht_tx_power_ctl_setup()
671 b0[c] = sprom->core_pwr_info[c].pa_5gh[1]; b43_phy_ht_tx_power_ctl_setup()
677 b0[0] = b0[1] = b0[2] = 5612; b43_phy_ht_tx_power_ctl_setup()
733 num = 8 * (16 * b0[c] + b1[c] * i); b43_phy_ht_tx_power_ctl_setup()
H A Dphy_n.c4061 s16 a1[2], b0[2], b1[2]; b43_nphy_tx_power_ctl_setup() local
4098 b0[0] = b0[1] = 5612; b43_nphy_tx_power_ctl_setup()
4106 b0[c] = sprom->core_pwr_info[c].pa_2g[1]; b43_nphy_tx_power_ctl_setup()
4114 b0[c] = sprom->core_pwr_info[c].pa_5gl[1]; b43_nphy_tx_power_ctl_setup()
4122 b0[c] = sprom->core_pwr_info[c].pa_5g[1]; b43_nphy_tx_power_ctl_setup()
4130 b0[c] = sprom->core_pwr_info[c].pa_5gh[1]; b43_nphy_tx_power_ctl_setup()
4138 b0[0] = b0[1] = 5612; b43_nphy_tx_power_ctl_setup()
4211 num = 8 * (16 * b0[c] + b1[c] * i); b43_nphy_tx_power_ctl_setup()
4393 b43_phy_write(dev, B43_NPHY_C1_RXIQ_COMPB0, pcomp->b0); b43_nphy_rx_iq_coeffs()
4398 pcomp->b0 = b43_phy_read(dev, B43_NPHY_C1_RXIQ_COMPB0); b43_nphy_rx_iq_coeffs()
4567 new.b0 = b & 0x3FF; b43_nphy_calc_rx_iq_comp()
4570 new.b0 = a & 0x3FF; b43_nphy_calc_rx_iq_comp()
/linux-4.1.27/arch/x86/crypto/sha-mb/
H A Dsha1_x8_avx2.S73 # r1 = {b7 b6 b5 b4 b3 b2 b1 b0}
82 # r0 = {h0 g0 f0 e0 d0 c0 b0 a0}
94 vshufps $0x44, \r1, \r0, \t0 # t0 = {b5 b4 a5 a4 b1 b0 a1 a0}
101 vshufps $0x88, \t1, \t0, \t0 # t0 = {d4 c4 b4 a4 d0 c0 b0 a0}
/linux-4.1.27/drivers/usb/gadget/function/
H A Df_eem.c381 * b0..13: length of ethernet frame eem_wrap()
422 * b0..14: EEM type dependent (data or command) eem_unwrap()
430 * b0..10: bmEEMCmdParam eem_unwrap()
481 * b0..13: length of ethernet frame eem_unwrap()
/linux-4.1.27/include/media/davinci/
H A Dvpbe_types.h63 * b0 (LSB) - hsync polarity, 0 - negative, 1 - positive
/linux-4.1.27/arch/blackfin/include/uapi/asm/
H A Dptrace.h56 long b0; member in struct:pt_regs
/linux-4.1.27/drivers/media/tuners/
H A Dmax2165.c71 u8 b0[] = { reg }; max2165_read_reg() local
74 { .addr = dev_addr, .flags = 0, .buf = b0, .len = 1 }, max2165_read_reg()
H A Dtda9887.c62 #define cVideoTrapBypassOFF 0x00 // bit b0
63 #define cVideoTrapBypassON 0x01 // bit b0
H A Dmt2063.c314 u8 b0[] = { subAddress + i }; mt2063_read() local
319 .buf = b0, mt2063_read()
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8188ee/
H A Dpwrseq.h124 /*Clear SIC_EN register 0x40[12] = 1'b0 */}, \
162 /*Clear SIC_EN register 0x40[12] = 1'b0 */}, \
/linux-4.1.27/drivers/input/keyboard/
H A Dhpps2atkbd.h58 /* b0 */ KEY_RESERVED, KEY_RESERVED, KEY_RESERVED, KEY_RESERVED, KEY_RESERVED, KEY_RESERVED, KEY_RESERVED, KEY_RESERVED,
93 /* b0 */ KEY_RESERVED, KEY_RESERVED, KEY_RESERVED, KEY_RESERVED, KEY_RESERVED, KEY_RESERVED, KEY_RESERVED, KEY_RESERVED,
/linux-4.1.27/drivers/input/misc/
H A Dideapad_slidebar.c53 * | 0b0 -> LAST_POLL
57 * | 0b0 -> OFF_POLL
/linux-4.1.27/drivers/usb/dwc3/
H A Ddwc3-st.c45 * 1'b0 : The host controller complies with the xHCI revision 0.96
56 * 2’b11 : value is 1'b0
/linux-4.1.27/arch/blackfin/kernel/
H A Dsignal.c68 RESTORE(b0); RESTORE(b1); RESTORE(b2); RESTORE(b3); rt_restore_sigcontext()
129 SETUP(b0); SETUP(b1); SETUP(b2); SETUP(b3); rt_setup_sigcontext()
H A Dpseudodbg.c64 val = &fp->b0; fix_up_reg()
H A Dkgdb.c40 gdb_regs[BFIN_B0] = regs->b0; pt_regs_to_gdb_regs()
116 regs->b0 = gdb_regs[BFIN_B0]; gdb_regs_to_pt_regs()
H A Dasm-offsets.c85 DEFINE(PT_B0, offsetof(struct pt_regs, b0)); main()
/linux-4.1.27/arch/ia64/include/uapi/asm/
H A Dptrace.h104 unsigned long b0; /* return pointer (bp) */ member in struct:pt_regs
191 unsigned long b0; /* so we can force a direct return in copy_thread */ member in struct:switch_stack
H A Dptrace_offsets.h58 * unsigned long b0;
/linux-4.1.27/drivers/staging/rtl8712/
H A Drtl871x_cmd.h456 s2 == (b1 << 8 | b0);
472 b0 = b1
474 b1 = b0
490 b0 = b1
492 b1 = b0
/linux-4.1.27/arch/c6x/platforms/
H A Ddscr.c316 * ti,dscr-mac-fuse-regs = <reg0 b3 b2 b1 b0
317 * reg1 b3 b2 b1 b0>
320 * b3-b0 positionally represent bytes within the fuse register.
321 * b3 is the most significant byte and b0 is the least.
322 * Allowable values for b3-b0 are:
/linux-4.1.27/arch/powerpc/kvm/
H A Dbook3s_64_mmu.c510 * 37:61 0x00_0000|| 0b0 VSID-0:24 kvmppc_mmu_book3s_64_mtsrin()
513 * 92 (RS)36 L ((RS)36 must be 0b0) kvmppc_mmu_book3s_64_mtsrin()
514 * 93 0b0 C kvmppc_mmu_book3s_64_mtsrin()
/linux-4.1.27/arch/arm/crypto/
H A Dbsaes-armv7.pl63 # input in lsb > [b0, b1, b2, b3, b4, b5, b6, b7] < msb
64 # output in lsb > [b0, b1, b4, b6, b3, b7, b2, b5] < msb
74 # input in lsb > [b0, b1, b2, b3, b4, b5, b6, b7] < msb
75 # output in lsb > [b6, b5, b0, b3, b7, b1, b4, b2] < msb
97 # input in lsb > [b0, b1, b2, b3, b4, b5, b6, b7] < msb
98 # output in lsb > [b6, b1, b2, b4, b7, b0, b3, b5] < msb
118 # input in lsb > [b0, b1, b2, b3, b4, b5, b6, b7] < msb
119 # output in lsb > [b0, b1, b6, b4, b2, b7, b3, b5] < msb
655 my ($a0,$b0,$a1,$b1,$n,$mask,$t0,$t1)=@_;
657 vshr.u64 $t0, $b0, #$n
667 veor $b0, $b0, $t0
/linux-4.1.27/drivers/media/platform/ti-vpe/
H A Dcsc.c25 * a0, b0, c0, a1, b1, c1, a2, b2, c2, d0, d1, d2
/linux-4.1.27/drivers/usb/gadget/udc/
H A Dm66592-udc.h35 #define M66592_USBE 0x0001 /* b0: USB module operation enable */
147 #define M66592_SERR 0x0001 /* b0: Sequence error interrupt */
156 #define M66592_PCSE 0x0001 /* b0: PCUT enable by CS assert */
189 #define M66592_BEMP0 0x0001 /* b0: PIPE0 */
/linux-4.1.27/drivers/video/fbdev/
H A Damba-clcd.c611 static int clcdfb_of_init_tft_panel(struct clcd_fb *fb, u32 r0, u32 g0, u32 b0) clcdfb_of_init_tft_panel() argument
615 u32 r0, g0, b0; clcdfb_of_init_tft_panel() member in struct:__anon10479
643 if (r0 == panels[i].r0 && b0 == panels[i].b0) clcdfb_of_init_tft_panel()
H A Dmx3fb.c357 uint32_t b0, b1, b2; member in struct:di_mapping
611 mx3fb_write_reg(mx3fb, map->b0, DI_DISP3_B0_MAP); sdc_init_panel()
/linux-4.1.27/arch/c6x/include/uapi/asm/
H A Dptrace.h133 REG_PAIR(b1, b0);
/linux-4.1.27/arch/c6x/lib/
H A Ddivremu.S64 || [b0] b .s1 __divremu0
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/
H A Dtypes.h103 * 2 4321b0/b1/c0/c1
120 * 1 4329b0/4329C0
/linux-4.1.27/drivers/net/wireless/ath/wil6210/
H A Dwil6210.h40 * extract bits [@b0:@b1] (inclusive) from the value @x
41 * it should be @b0 <= @b1, or result is incorrect
43 static inline u32 WIL_GET_BITS(u32 x, int b0, int b1) WIL_GET_BITS() argument
45 return (x >> b0) & ((1 << (b1 - b0 + 1)) - 1); WIL_GET_BITS()
/linux-4.1.27/arch/x86/kernel/
H A Duprobes.c58 #define W(row, b0, b1, b2, b3, b4, b5, b6, b7, b8, b9, ba, bb, bc, bd, be, bf)\
59 (((b0##UL << 0x0)|(b1##UL << 0x1)|(b2##UL << 0x2)|(b3##UL << 0x3) | \
112 W(0xb0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1) , /* b0 */
174 W(0xb0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1) , /* b0 */
224 W(0xb0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1) , /* b0 */
/linux-4.1.27/drivers/video/fbdev/matrox/
H A Dmatroxfb_misc.c391 unsigned int b0 = readb(pins); get_pins() local
393 if (b0 == 0x2E && readb(pins+1) == 0x41) { get_pins()
413 } else if (b0 == 0x40 && readb(pins+1) == 0x00) { get_pins()
/linux-4.1.27/net/bluetooth/
H A Decc.c225 u64 b0 = right & 0xffffffffull; mul_64_64() local
227 u64 m0 = a0 * b0; mul_64_64()
229 u64 m2 = a1 * b0; mul_64_64()
/linux-4.1.27/sound/usb/hiface/
H A Dpcm.c157 * 43 b0 43 00 00 00 00 00 hiface_pcm_set_rate()
159 * 43 b0 4b 00 00 00 00 00 hiface_pcm_set_rate()
/linux-4.1.27/drivers/net/ethernet/realtek/
H A Datp.h85 __asm__ __volatile__ ("inb %w1,%b0" : "=a" (_v) : "d" (port)); inbyte()
/linux-4.1.27/drivers/net/wireless/ath/ath10k/
H A Drx_desc.h483 * IPv4 option: dest_addr[31:0], src_addr [31:0], {24'b0,
485 * IPv6 option: dest_addr[127:0], src_addr [127:0], {24'b0,
489 * {header_length[3:0], 6'b0, flags[5:0], window_size[15:0]},
490 * {16'b0, urgent_ptr[15:0]}, all options except 32-bit
/linux-4.1.27/arch/x86/include/asm/
H A Dcmpxchg.h47 asm volatile (lock #op "b %b0, %1\n" \
/linux-4.1.27/drivers/usb/serial/
H A Dwhiteheat.h255 __u8 b0; /* B0 */ member in struct:whiteheat_hw_info::whiteheat_hw_eeprom_info
H A Dkeyspan_pda.c326 7[EOMS]1: 10 bit, b0/b7 is parity keyspan_pda_set_termios()
327 7[EOMS]2: 11 bit, b0/b7 is parity, extra bit always (mark?) keyspan_pda_set_termios()
H A Dcypress_m8.c89 packet_format_1, /* b0:status, b1:payload count */
90 packet_format_2 /* b0[7:3]:status, b0[2:0]:payload count */
/linux-4.1.27/arch/mips/pci/
H A Dpci-bcm63xx.c280 /* 6348 before rev b0 exposes only 16 MB of RAM memory through bcm63xx_register_pci()
/linux-4.1.27/arch/powerpc/include/asm/
H A Dfsl_guts.h67 __be32 rstcr; /* 0x.00b0 - Reset Control Register */
/linux-4.1.27/arch/blackfin/mach-common/
H A Dinterrupt.S56 [--sp] = b0;
/linux-4.1.27/include/linux/usb/
H A Dr8a66597.h150 #define USBE 0x0001 /* b0: USB module operation enable */
286 #define BEMP0 0x0001 /* b0: PIPE0 */
/linux-4.1.27/drivers/dma/sh/
H A Dsudmac.c78 #define SUDMAC_CH0ENDE 0x0001 /* b0: Ch0 DMA Transfer End Int Enable */
/linux-4.1.27/drivers/bcma/
H A Ddriver_mips.c62 /* The 5357b0 hangs when reading USB20H DMP registers */ bcma_core_mips_bcm5357b0_quirk()
H A Ddriver_chipcommon_pmu.c491 /* 5357[ab]0, 43236[ab]0, and 6362b0 */ bcma_pmu_spuravoid_pllupdate()
/linux-4.1.27/arch/m32r/include/asm/
H A Dm32102.h109 #define M32R_MFTCR_MFT0MSK (1UL<<31) /* b0 */
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/phy/
H A Dphy_int.h379 s16 b0; member in struct:nphy_iq_comp
433 s16 b0; member in struct:nphy_pwrctrl
1036 s32 wlc_lcnphy_tssi2dbm(s32 tssi, s32 a1, s32 b0, s32 b1);
H A Dphy_lcn.c2281 s32 wlc_lcnphy_tssi2dbm(s32 tssi, s32 a1, s32 b0, s32 b1) wlc_lcnphy_tssi2dbm() argument
2286 b = (1024 * b0) + (64 * b1 * tssi); wlc_lcnphy_tssi2dbm()
3084 s32 a1, b0, b1; wlc_lcnphy_tx_pwr_ctrl_init() local
3119 b0 = pi->txpa_2g[0]; wlc_lcnphy_tx_pwr_ctrl_init()
3122 maxtargetpwr = wlc_lcnphy_tssi2dbm(10, a1, b0, b1); wlc_lcnphy_tx_pwr_ctrl_init()
3123 mintargetpwr = wlc_lcnphy_tssi2dbm(125, a1, b0, b1); wlc_lcnphy_tx_pwr_ctrl_init()
3131 pwr = wlc_lcnphy_tssi2dbm(tssi, a1, b0, b1); wlc_lcnphy_tx_pwr_ctrl_init()
4219 s32 a1, b0, b1; wlc_lcnphy_periodic_cal() local
4254 b0 = pi->txpa_2g[0]; wlc_lcnphy_periodic_cal()
4257 maxtargetpwr = wlc_lcnphy_tssi2dbm(10, a1, b0, b1); wlc_lcnphy_periodic_cal()
4258 mintargetpwr = wlc_lcnphy_tssi2dbm(125, a1, b0, b1); wlc_lcnphy_periodic_cal()
4266 pwr = wlc_lcnphy_tssi2dbm(tssi, a1, b0, b1); wlc_lcnphy_periodic_cal()
H A Dphy_cmn.c224 u32 b0, b1, b2; read_radio_id() local
227 b0 = (u32) bcma_read16(pi->d11core, D11REGOFFS(radioregdata)); read_radio_id()
233 id = ((b0 & 0xf) << 28) | (((b2 << 8) | b1) << 12) | ((b0 >> 4) read_radio_id()
/linux-4.1.27/arch/x86/kernel/kprobes/
H A Dcore.c70 #define W(row, b0, b1, b2, b3, b4, b5, b6, b7, b8, b9, ba, bb, bc, bd, be, bf)\
71 (((b0##UL << 0x0)|(b1##UL << 0x1)|(b2##UL << 0x2)|(b3##UL << 0x3) | \
97 W(0xb0, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 1, 1, 1, 1, 1) , /* b0 */
/linux-4.1.27/drivers/media/usb/ttusb-budget/
H A Ddvb-ttusb-budget.c402 u8 b0[] = { 0xaa, ++ttusb->c, 0x15, 1, 0 }; ttusb_init_controller() local
417 if ((err = ttusb_cmd(ttusb, b0, sizeof(b0), 0))) ttusb_init_controller()
/linux-4.1.27/drivers/media/usb/gspca/
H A Dzc3xx.c320 {0xbb, 0xd0, 0xb007}, /* b0,d0,07,bb */
333 {0xbb, 0x82, 0xb006}, /* b0,82,06,bb */
346 {0xbb, 0x05, 0xb000}, /* b0,05,00,bb */
1259 {0xaa, 0x0b, 0x00b0}, /* 00,0b,b0,aa */
1261 {0xaa, 0x0d, 0x00b0}, /* 00,0d,b0,aa */
1263 {0xaa, 0x0f, 0x00b0}, /* 00,0f,b0,aa */
1265 {0xaa, 0x11, 0x00b0}, /* 00,11,b0,aa */
1323 {0xaa, 0x0b, 0x00b0}, /* 00,0b,b0,aa */
1325 {0xaa, 0x0d, 0x00b0}, /* 00,0d,b0,aa */
1327 {0xaa, 0x0f, 0x00b0}, /* 00,0f,b0,aa */
1329 {0xaa, 0x11, 0x00b0}, /* 00,11,b0,aa */
2768 {0xa0, 0xb0, ZC3XX_R08B_I2CDEVICEADDR}, /* 00,8b,b0,cc */
2792 {0xaa, 0x43, 0x00b0}, /* 00,43,b0,aa */
2888 {0xa0, 0xb0, ZC3XX_R08B_I2CDEVICEADDR}, /* 00,8b,b0,cc */
2912 {0xaa, 0x43, 0x00b0}, /* 00,43,b0,aa */
5012 {0xaa, 0x1c, 0x00b0}, /* 00,1c,b0,aa */
/linux-4.1.27/drivers/staging/comedi/drivers/
H A Dme_daq.c287 val = chan & 0x0f; /* b3:b0 channel */ me_ai_insn_read()
/linux-4.1.27/drivers/net/wireless/ti/wl12xx/
H A Dreg.h412 b12-b0 - Supported Rate indicator bits as defined below.
/linux-4.1.27/drivers/firmware/
H A Ddcdbas.c273 "outb %b0,%w1\n" dcdbas_smi_request()
/linux-4.1.27/drivers/w1/masters/
H A Dds2482.c296 * @return b0=read1 b1=read2 b3=bit written
/linux-4.1.27/include/video/
H A Dnewport.h27 struct { volatile unsigned char b0, b1, b2, b3; } bybytes; member in struct:np_dcb::__anon13883
/linux-4.1.27/drivers/media/pci/cx23885/
H A Dcx23885-video.c171 u8 b0[] = { reg }; cx23885_flatiron_read() local
175 { .addr = 0x98 >> 1, .flags = 0, .buf = b0, .len = 1 }, cx23885_flatiron_read()
/linux-4.1.27/drivers/media/pci/smipcie/
H A Dsmipcie.c247 u8 b0[2] = { (reg >> 8) & 0xff, reg & 0xff }; smi_read_eeprom() local
251 .buf = b0, .len = 2 }, smi_read_eeprom()
/linux-4.1.27/drivers/scsi/pm8001/
H A Dpm8001_hwi.h183 /* b3-b0: PM Port */
197 /* b3-b0: PM Port */
H A Dpm80xx_hwi.h272 /* b3-b0: PM Port */
286 /* b3-b0: PM Port */
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/
H A Dwmi.h202 * b1:b0 - WMI_MSG_TYPE
215 * b11:b0 - seq_no
223 * b3:b0 - Interface index
/linux-4.1.27/drivers/macintosh/
H A Dvia-pmu68k.c161 /*b0*/ {-1, 0},{-1, 0},{-1, 0},{-1, 0},{-1, 0},{-1, 0},{-1, 0},{-1, 0},
/linux-4.1.27/drivers/media/i2c/
H A Dnoon010pc30.c37 * b15..b8 - page id, b7..b0 - register address
H A Dsr030pc30.c36 * b15..b8 - page id, b7..b0 - register address
H A Dov9650.c786 * [b15:b0] - AECHM (b15:b10), AECH (b9:b2), COM1 (b1:b0) ov965x_set_exposure()
/linux-4.1.27/drivers/net/wireless/ath/ath9k/
H A Dar9002_calib.c477 /* 7828, b0-11, ccom=fff */ ar9271_hw_pa_cal()
/linux-4.1.27/drivers/scsi/sym53c8xx_2/
H A Dsym_defs.h334 /*b0*/ u32 nc_sbms; /* Static Block Move Selector */
/linux-4.1.27/drivers/net/wireless/ti/wl1251/
H A Dreg.h591 b12-b0 - Supported Rate indicator bits as defined below.
/linux-4.1.27/drivers/gpu/drm/i2c/
H A Dadv7511.c96 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* b0 */
/linux-4.1.27/drivers/atm/
H A Dnicstar.h467 /* b0{large buf indicator} */
/linux-4.1.27/drivers/net/ethernet/freescale/
H A Dgianfar.h604 u32 rxcf; /* 0x.6b0 - Receive Control Frame Packet Counter */
826 u32 mac14addr1; /* 0x.5b0 - MAC exact match address 14, part 1*/
/linux-4.1.27/drivers/media/pci/bt8xx/
H A Ddst.c272 dprintk(verbose, DST_INFO, 1, "_write_dst error (err == %i, len == 0x%02x, b0 == 0x%02x)", err, len, data[0]); write_dst()
303 dprintk(verbose, DST_INFO, 1, "read_dst error (err == %i, len == 0x%02x, b0 == 0x%02x)", err, len, ret[0]); read_dst()
/linux-4.1.27/drivers/media/radio/
H A Dradio-wl1273.c148 u8 b0 = WL1273_RDS_DATA_GET, status; wl1273_fm_rds() local
154 .buf = &b0, wl1273_fm_rds()
/linux-4.1.27/drivers/staging/rtl8723au/hal/
H A Dodm.c957 /* RegC70[3]= 1'b0 */ ODM_RF_Saving23a()
976 /* Reg818[28]= 1'b0 */ ODM_RF_Saving23a()
/linux-4.1.27/drivers/staging/rtl8188eu/hal/
H A Dodm.c885 phy_set_bb_reg(adapter, 0xc70, BIT3, 0); /* RegC70[3]=1'b0 */ ODM_RF_Saving()
889 phy_set_bb_reg(adapter, 0x818, BIT28, 0x0); /* Reg818[28]=1'b0 */ ODM_RF_Saving()
/linux-4.1.27/drivers/crypto/ux500/hash/
H A Dhash_core.c706 * ALGO bit. Set to 0b1 for SHA-1 and 0b0 for SHA-256 hash_setconfiguration()
725 * selected algorithm. 0b0 = HASH and 0b1 = HMAC. hash_setconfiguration()
/linux-4.1.27/fs/ocfs2/
H A Ddir.c229 __u32 b0 = buf[0], b1 = buf[1]; TEA_transform() local
235 b0 += ((b1 << 4)+a) ^ (b1+sum) ^ ((b1 >> 5)+b); TEA_transform()
236 b1 += ((b0 << 4)+c) ^ (b0+sum) ^ ((b0 >> 5)+d); TEA_transform()
239 buf[0] += b0; TEA_transform()
/linux-4.1.27/drivers/net/wireless/ath/wcn36xx/
H A Dhal.h1246 b7 b6 b5 b4 b3 b2 b1 b0 =
1357 b7 b6 b5 b4 b3 b2 b1 b0 =
2495 b7 b6 b5 b4 b3 b2 b1 b0 =
2574 /* b0..b3 - Fragment Number - Always set to 0
3684 b7 b6 b5 b4 b3 b2 b1 b0 =
/linux-4.1.27/drivers/video/fbdev/omap2/dss/
H A Ddsi.c1199 int b0, b1, b2; _dsi_print_reset_status() local
1207 b0 = 28; _dsi_print_reset_status()
1211 b0 = 24; _dsi_print_reset_status()
1222 DSI_FLD_GET(DSIPHY_CFG5, b0, b0), _dsi_print_reset_status()
/linux-4.1.27/drivers/media/platform/omap/
H A Domap_vout.c110 * g2 g1 g0 r4 r3 r2 r1 r0 b4 b3 b2 b1 b0 g5 g4 g3
115 * g2 g1 g0 b4 b3 b2 b1 b0 r4 r3 r2 r1 r0 g5 g4 g3
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192ee/
H A Dhw.c1253 * write 0x284 bit[18] = 1'b0 _rtl8192ee_reset_pcie_interface_dma()
1266 * write 0xCC bit[2] = 1'b0 _rtl8192ee_reset_pcie_interface_dma()
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8723be/
H A Dhw.c1324 * write 0x284 bit[18] = 1'b0 _rtl8723be_reset_pcie_interface_dma()
1337 * write 0xCC bit[2] = 1'b0 _rtl8723be_reset_pcie_interface_dma()
/linux-4.1.27/include/linux/mfd/
H A Dcros_ec_commands.h1509 float b0; member in struct:ec_response_tmp006_get_calibration
1521 float b0; member in struct:ec_params_tmp006_set_calibration

Completed in 5709 milliseconds

12