Home
last modified time | relevance | path

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

/linux-5.19.10/include/drm/i2c/
Dtda998x.h24 u8 swap_b:3; member
/linux-5.19.10/drivers/net/usb/
Dr8152.c7480 u16 swap_a, swap_b; in r8156_hw_phy_cfg() local
7490 swap_b = ocp_reg_read(tp, 0xd06a); in r8156_hw_phy_cfg()
7494 (swap_a & ~0x7ff) | (swap_b & 0x7ff)); in r8156_hw_phy_cfg()
7498 (swap_b & ~0x7ff) | (swap_a & 0x7ff)); in r8156_hw_phy_cfg()
7506 swap_b = ocp_reg_read(tp, 0xd06a); in r8156_hw_phy_cfg()
7511 (swap_a & ~0x7ff) | (swap_b & 0x7ff)); in r8156_hw_phy_cfg()
7516 (swap_b & ~0x7ff) | (swap_a & 0x7ff)); in r8156_hw_phy_cfg()
7518 swap_b = ocp_reg_read(tp, 0xbd5c); in r8156_hw_phy_cfg()
7520 ((swap_b & 0x1f) << 8) | in r8156_hw_phy_cfg()
7521 ((swap_b >> 8) & 0x1f)); in r8156_hw_phy_cfg()
[all …]
/linux-5.19.10/drivers/gpu/drm/i2c/
Dtda998x_drv.c1750 VIP_CNTRL_0_SWAP_B(p->swap_b) | in tda998x_set_config()