Lines Matching refs:cpu_to_be32
73 #define Z(x) cpu_to_be32(x << 3)
110 #define Z(x) cpu_to_be32(((x & 0x1f) << 27) | (x >> 5))
147 #define Z(x) cpu_to_be32(x << 11)
184 #define Z(x) cpu_to_be32(x << 19)
328 ctx->sched[0x0] = cpu_to_be32(k); ror56_64(k, 11);
329 ctx->sched[0x1] = cpu_to_be32(k); ror56_64(k, 11);
330 ctx->sched[0x2] = cpu_to_be32(k); ror56_64(k, 11);
331 ctx->sched[0x3] = cpu_to_be32(k); ror56_64(k, 11);
332 ctx->sched[0x4] = cpu_to_be32(k); ror56_64(k, 11);
333 ctx->sched[0x5] = cpu_to_be32(k); ror56_64(k, 11);
334 ctx->sched[0x6] = cpu_to_be32(k); ror56_64(k, 11);
335 ctx->sched[0x7] = cpu_to_be32(k); ror56_64(k, 11);
336 ctx->sched[0x8] = cpu_to_be32(k); ror56_64(k, 11);
337 ctx->sched[0x9] = cpu_to_be32(k); ror56_64(k, 11);
338 ctx->sched[0xa] = cpu_to_be32(k); ror56_64(k, 11);
339 ctx->sched[0xb] = cpu_to_be32(k); ror56_64(k, 11);
340 ctx->sched[0xc] = cpu_to_be32(k); ror56_64(k, 11);
341 ctx->sched[0xd] = cpu_to_be32(k); ror56_64(k, 11);
342 ctx->sched[0xe] = cpu_to_be32(k); ror56_64(k, 11);
343 ctx->sched[0xf] = cpu_to_be32(k);
369 ctx->sched[0x0] = cpu_to_be32(lo); ror56(hi, lo, 11);
370 ctx->sched[0x1] = cpu_to_be32(lo); ror56(hi, lo, 11);
371 ctx->sched[0x2] = cpu_to_be32(lo); ror56(hi, lo, 11);
372 ctx->sched[0x3] = cpu_to_be32(lo); ror56(hi, lo, 11);
373 ctx->sched[0x4] = cpu_to_be32(lo); ror56(hi, lo, 11);
374 ctx->sched[0x5] = cpu_to_be32(lo); ror56(hi, lo, 11);
375 ctx->sched[0x6] = cpu_to_be32(lo); ror56(hi, lo, 11);
376 ctx->sched[0x7] = cpu_to_be32(lo); ror56(hi, lo, 11);
377 ctx->sched[0x8] = cpu_to_be32(lo); ror56(hi, lo, 11);
378 ctx->sched[0x9] = cpu_to_be32(lo); ror56(hi, lo, 11);
379 ctx->sched[0xa] = cpu_to_be32(lo); ror56(hi, lo, 11);
380 ctx->sched[0xb] = cpu_to_be32(lo); ror56(hi, lo, 11);
381 ctx->sched[0xc] = cpu_to_be32(lo); ror56(hi, lo, 11);
382 ctx->sched[0xd] = cpu_to_be32(lo); ror56(hi, lo, 11);
383 ctx->sched[0xe] = cpu_to_be32(lo); ror56(hi, lo, 11);
384 ctx->sched[0xf] = cpu_to_be32(lo);