Lines Matching defs:shift
491 * clk_shift is the shift value to get the timings in 35 ns units
1602 short clk_shift, vshift, fstrt, fsize, fstop, fconst, shift, move, mod;
1613 shift = modx(fconst, fstrt);
1633 par->bplcon1 = hscroll2hw(shift);
2595 int shift = dst_idx - src_idx, left, right;
2602 shift = dst_idx - src_idx;
2606 if (!shift) {
2647 right = shift & (BITS_PER_LONG - 1);
2648 left = -shift & (BITS_PER_LONG - 1);
2654 if (shift > 0) {
2671 if (shift > 0) {
2735 int shift = dst_idx - src_idx, left, right;
2753 shift = dst_idx - src_idx;
2757 if (!shift) {
2798 right = shift & (BITS_PER_LONG - 1);
2799 left = -shift & (BITS_PER_LONG - 1);
2805 if (shift < 0) {
2822 if (shift < 0) {
2887 int shift = dst_idx - src_idx, left, right;
2894 shift = dst_idx - src_idx;
2898 if (!shift) {
2939 right = shift & (BITS_PER_LONG - 1);
2940 left = -shift & (BITS_PER_LONG - 1);
2946 if (shift > 0) {
2963 if (shift > 0) {