Home
last modified time | relevance | path

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

/openbmc/linux/include/drm/i2c/
H A Dtda998x.h26 u8 swap_a:3; member
/openbmc/linux/drivers/net/usb/
H A Dr8152.c7627 u16 swap_a, swap_b; in r8156_hw_phy_cfg() local
7633 swap_a = ocp_reg_read(tp, 0xd06a); in r8156_hw_phy_cfg()
7641 (swap_a & ~0x7ff) | (swap_b & 0x7ff)); in r8156_hw_phy_cfg()
7645 (swap_b & ~0x7ff) | (swap_a & 0x7ff)); in r8156_hw_phy_cfg()
7649 swap_a = ocp_reg_read(tp, 0xd06a); in r8156_hw_phy_cfg()
7664 swap_a = ocp_reg_read(tp, 0xbd5a); in r8156_hw_phy_cfg()
7670 ((swap_a & 0x1f) << 8) | in r8156_hw_phy_cfg()
7671 ((swap_a >> 8) & 0x1f)); in r8156_hw_phy_cfg()
7672 swap_a = ocp_reg_read(tp, 0xbc18); in r8156_hw_phy_cfg()
7678 ((swap_a & 0x1f) << 8) | in r8156_hw_phy_cfg()
[all …]
/openbmc/linux/drivers/gpu/drm/i2c/
H A Dtda998x_drv.c1751 priv->vip_cntrl_0 = VIP_CNTRL_0_SWAP_A(p->swap_a) | in tda998x_set_config()