Searched refs:ephy_data (Results 1 – 1 of 1) sorted by relevance
8955 u16 ephy_data; in rtl8168_hw_ephy_config() local8961 ephy_data = rtl8168_ephy_read(tp, 0x02); in rtl8168_hw_ephy_config()8962 ephy_data &= ~BIT_11; in rtl8168_hw_ephy_config()8963 ephy_data |= BIT_12; in rtl8168_hw_ephy_config()8964 rtl8168_ephy_write(tp, 0x02, ephy_data); in rtl8168_hw_ephy_config()8967 ephy_data = rtl8168_ephy_read(tp, 0x03); in rtl8168_hw_ephy_config()8968 ephy_data |= (1 << 1); in rtl8168_hw_ephy_config()8969 rtl8168_ephy_write(tp, 0x03, ephy_data); in rtl8168_hw_ephy_config()8972 ephy_data = rtl8168_ephy_read(tp, 0x06); in rtl8168_hw_ephy_config()8973 ephy_data &= ~(1 << 7); in rtl8168_hw_ephy_config()[all …]