Lines Matching defs:swap_b
7618 u16 swap_a, swap_b;
7628 swap_b = ocp_reg_read(tp, 0xd06a);
7632 (swap_a & ~0x7ff) | (swap_b & 0x7ff));
7636 (swap_b & ~0x7ff) | (swap_a & 0x7ff));
7644 swap_b = ocp_reg_read(tp, 0xd06a);
7649 (swap_a & ~0x7ff) | (swap_b & 0x7ff));
7654 (swap_b & ~0x7ff) | (swap_a & 0x7ff));
7656 swap_b = ocp_reg_read(tp, 0xbd5c);
7658 ((swap_b & 0x1f) << 8) |
7659 ((swap_b >> 8) & 0x1f));
7660 ocp_reg_write(tp, 0xbd5c, (swap_b & ~0x1f1f) |
7664 swap_b = ocp_reg_read(tp, 0xbc1a);
7666 ((swap_b & 0x1f) << 8) |
7667 ((swap_b >> 8) & 0x1f));
7668 ocp_reg_write(tp, 0xbc1a, (swap_b & ~0x1f1f) |