Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/realtek/
H A Dr8169_phy_config.c878 u16 dout_tapbin; in rtl8168h_1_hw_phy_config() local
900 dout_tapbin = 0; in rtl8168h_1_hw_phy_config()
904 dout_tapbin |= data; in rtl8168h_1_hw_phy_config()
908 dout_tapbin |= data; in rtl8168h_1_hw_phy_config()
909 dout_tapbin = ~(dout_tapbin ^ 0x08); in rtl8168h_1_hw_phy_config()
910 dout_tapbin <<= 12; in rtl8168h_1_hw_phy_config()
911 dout_tapbin &= 0xf000; in rtl8168h_1_hw_phy_config()
913 r8168g_phy_param(phydev, 0x827a, 0xf000, dout_tapbin); in rtl8168h_1_hw_phy_config()
914 r8168g_phy_param(phydev, 0x827b, 0xf000, dout_tapbin); in rtl8168h_1_hw_phy_config()
915 r8168g_phy_param(phydev, 0x827c, 0xf000, dout_tapbin); in rtl8168h_1_hw_phy_config()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/realtek/r8168/
H A Dr8168_n.c22980 u16 dout_tapbin; in rtl8168_hw_phy_config() local
22982 dout_tapbin = 0x0000; in rtl8168_hw_phy_config()
22987 dout_tapbin |= gphy_val; in rtl8168_hw_phy_config()
22992 dout_tapbin |= gphy_val; in rtl8168_hw_phy_config()
22994 dout_tapbin = ~( dout_tapbin^BIT_3 ); in rtl8168_hw_phy_config()
22995 dout_tapbin <<= 12; in rtl8168_hw_phy_config()
22996 dout_tapbin &= 0xF000; in rtl8168_hw_phy_config()
23004 dout_tapbin in rtl8168_hw_phy_config()
23012 dout_tapbin in rtl8168_hw_phy_config()
23020 dout_tapbin in rtl8168_hw_phy_config()
[all …]