Searched refs:PHY_new (Results 1 – 1 of 1) sorted by relevance
715 uint32_t PHY_new; in phy_broadcom0() local730 PHY_new = eng->phy.PHY_18h & ~((0x7 << 12) | 0x7 | BIT(8)); in phy_broadcom0()731 PHY_new |= (0x7 << 12) | 0x7 | BIT(15); in phy_broadcom0()733 PHY_new |= BIT(8); in phy_broadcom0()734 phy_write(eng, 0x18, PHY_new); in phy_broadcom0()743 PHY_new = eng->phy.PHY_1ch & ~((0x1f << 10) | BIT(9)); in phy_broadcom0()744 PHY_new |= (0x3 << 10) | BIT(15); in phy_broadcom0()746 PHY_new |= BIT(9); in phy_broadcom0()747 phy_write(eng, 0x1c, PHY_new); in phy_broadcom0()