Home
last modified time | relevance | path

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

/linux/drivers/net/usb/
H A Dr8152.c7616 u16 swap_a, swap_b; in r8156_hw_phy_cfg() local
7622 swap_a = ocp_reg_read(tp, 0xd06a); in r8156_hw_phy_cfg()
7630 (swap_a & ~0x7ff) | (swap_b & 0x7ff)); in r8156_hw_phy_cfg()
7634 (swap_b & ~0x7ff) | (swap_a & 0x7ff)); in r8156_hw_phy_cfg()
7638 swap_a = ocp_reg_read(tp, 0xd06a); in r8156_hw_phy_cfg()
7647 (swap_a & ~0x7ff) | (swap_b & 0x7ff)); in r8156_hw_phy_cfg()
7652 (swap_b & ~0x7ff) | (swap_a & 0x7ff)); in r8156_hw_phy_cfg()
7653 swap_a = ocp_reg_read(tp, 0xbd5a); in r8156_hw_phy_cfg()
7655 ocp_reg_write(tp, 0xbd5a, (swap_a & ~0x1f1f) | in r8156_hw_phy_cfg()
7659 ((swap_a & 0x1f) << 8) | in r8156_hw_phy_cfg()
[all …]