Searched refs:rtl8168_ephy_write (Results 1 – 3 of 3) sorted by relevance
/device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/realtek/r8168/ |
D | r8168_n.c | 2603 void rtl8168_ephy_write(struct rtl8168_private *tp, int RegAddr, int value) in rtl8168_ephy_write() function 2653 rtl8168_ephy_write(tp, addr, EphyValue); in ClearAndSetPCIePhyBit() 8964 rtl8168_ephy_write(tp, 0x02, ephy_data); in rtl8168_hw_ephy_config() 8969 rtl8168_ephy_write(tp, 0x03, ephy_data); in rtl8168_hw_ephy_config() 8974 rtl8168_ephy_write(tp, 0x06, ephy_data); in rtl8168_hw_ephy_config() 8991 rtl8168_ephy_write(tp, 0x01, 0x7C7F); in rtl8168_hw_ephy_config() 8992 rtl8168_ephy_write(tp, 0x02, 0x011F); in rtl8168_hw_ephy_config() 9006 rtl8168_ephy_write(tp, 0x06, 0xB271); in rtl8168_hw_ephy_config() 9007 rtl8168_ephy_write(tp, 0x07, 0xCE00); in rtl8168_hw_ephy_config() 9012 rtl8168_ephy_write(tp, 0x01, 0x6C7F); in rtl8168_hw_ephy_config() [all …]
|
D | rtltool.c | 140 rtl8168_ephy_write(tp, my_cmd.offset, my_cmd.data); in rtl8168_tool_ioctl()
|
D | r8168.h | 1804 void rtl8168_ephy_write(struct rtl8168_private *tp, int RegAddr, int value);
|