Searched refs:rtl8168_ephy_read (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/realtek/r8168/ |
| H A D | rtltool.c | 125 my_cmd.data = rtl8168_ephy_read(tp, my_cmd.offset); in rtl8168_tool_ioctl()
|
| H A D | r8168_n.c | 1131 word_rd = rtl8168_ephy_read(tp, n); in proc_get_pcie_phy() 1568 word_rd = rtl8168_ephy_read(tp, n); in proc_get_pcie_phy() 2623 u16 rtl8168_ephy_read(struct rtl8168_private *tp, int RegAddr) in rtl8168_ephy_read() function 2650 EphyValue = rtl8168_ephy_read(tp, addr); in ClearAndSetPCIePhyBit() 5679 *(u16*)data = rtl8168_ephy_read(tp, i); in rtl8168_get_regs() 8961 ephy_data = rtl8168_ephy_read(tp, 0x02); in rtl8168_hw_ephy_config() 8967 ephy_data = rtl8168_ephy_read(tp, 0x03); in rtl8168_hw_ephy_config() 8972 ephy_data = rtl8168_ephy_read(tp, 0x06); in rtl8168_hw_ephy_config() 9027 ephy_data = rtl8168_ephy_read(tp, 0x0B); in rtl8168_hw_ephy_config() 9029 ephy_data = rtl8168_ephy_read(tp, 0x19); in rtl8168_hw_ephy_config() [all …]
|
| H A D | r8168.h | 1820 u16 rtl8168_ephy_read(struct rtl8168_private *tp, int RegAddr);
|