Searched refs:swap_b (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/drm/i2c/
H A Dtda998x.h24 u8 swap_b:3; member in struct:tda998x_encoder_params
/linux-master/drivers/net/usb/
H A Dr8152.c7652 u16 swap_a, swap_b; local
7662 swap_b = ocp_reg_read(tp, 0xd06a);
7666 (swap_a & ~0x7ff) | (swap_b & 0x7ff));
7670 (swap_b & ~0x7ff) | (swap_a & 0x7ff));
7678 swap_b = ocp_reg_read(tp, 0xd06a);
7683 (swap_a & ~0x7ff) | (swap_b & 0x7ff));
7688 (swap_b & ~0x7ff) | (swap_a & 0x7ff));
7690 swap_b = ocp_reg_read(tp, 0xbd5c);
7692 ((swap_b & 0x1f) << 8) |
7693 ((swap_b >>
[all...]
/linux-master/drivers/gpu/drm/i2c/
H A Dtda998x_drv.c1753 VIP_CNTRL_0_SWAP_B(p->swap_b) |

Completed in 145 milliseconds