Searched refs:rtl8168_set_eth_phy_bit (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/realtek/r8168/ |
| H A D | r8168_n.c | 2180 void rtl8168_set_eth_phy_bit(struct rtl8168_private *tp, u8 addr, u16 mask) in rtl8168_set_eth_phy_bit() function 6057 rtl8168_set_eth_phy_bit(tp, 0x11, BIT_9); in rtl8168_enable_EEE() 6059 rtl8168_set_eth_phy_bit(tp, 0x14, BIT_7); in rtl8168_enable_EEE() 6656 rtl8168_set_eth_phy_bit( tp, 0x14, BIT_14 ); 6674 rtl8168_set_eth_phy_bit( tp, 0x14, BIT_15 ); 6752 rtl8168_set_eth_phy_bit( tp, 0x14, BIT_15 ); 7215 rtl8168_set_eth_phy_bit(tp, 0x14, BIT_0); in rtl8168_test_phy_ocp() 7225 rtl8168_set_eth_phy_bit(tp, 0x11, (BIT_15 | BIT_14)); in rtl8168_test_phy_ocp() 7244 rtl8168_set_eth_phy_bit(tp, 0x14, BIT_0); in rtl8168_test_phy_ocp() 9315 rtl8168_set_eth_phy_bit(tp, 0x10, BIT_4); in rtl8168_set_phy_mcu_patch_request() [all …]
|
| H A D | r8168.h | 1808 void rtl8168_set_eth_phy_bit(struct rtl8168_private *tp, u8 addr, u16 mask);
|