Searched refs:swap_a (Results 1 – 3 of 3) sorted by relevance
26 u8 swap_a:3; member
7438 u16 swap_a, swap_b; in r8156_hw_phy_cfg() local7444 swap_a = ocp_reg_read(tp, 0xd06a); in r8156_hw_phy_cfg()7452 (swap_a & ~0x7ff) | (swap_b & 0x7ff)); in r8156_hw_phy_cfg()7456 (swap_b & ~0x7ff) | (swap_a & 0x7ff)); in r8156_hw_phy_cfg()7460 swap_a = ocp_reg_read(tp, 0xd06a); in r8156_hw_phy_cfg()7469 (swap_a & ~0x7ff) | (swap_b & 0x7ff)); in r8156_hw_phy_cfg()7474 (swap_b & ~0x7ff) | (swap_a & 0x7ff)); in r8156_hw_phy_cfg()7475 swap_a = ocp_reg_read(tp, 0xbd5a); in r8156_hw_phy_cfg()7477 ocp_reg_write(tp, 0xbd5a, (swap_a & ~0x1f1f) | in r8156_hw_phy_cfg()7481 ((swap_a & 0x1f) << 8) | in r8156_hw_phy_cfg()[all …]
1748 priv->vip_cntrl_0 = VIP_CNTRL_0_SWAP_A(p->swap_a) | in tda998x_set_config()