Searched refs:rtl_udelay_loop_wait_high (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/realtek/ |
D | r8169.c | 929 static bool rtl_udelay_loop_wait_high(struct rtl8169_private *tp, in rtl_udelay_loop_wait_high() function 1004 return rtl_udelay_loop_wait_high(tp, &rtl_ocp_gphy_cond, 25, 10) ? in r8168_phy_ocp_read() 1096 value = rtl_udelay_loop_wait_high(tp, &rtl_phyar_cond, 25, 20) ? in r8169_mdio_read() 1142 return rtl_udelay_loop_wait_high(tp, &rtl_ocpar_cond, 1000, 100) ? in r8168dp_1_mdio_read() 1246 return rtl_udelay_loop_wait_high(tp, &rtl_ephyar_cond, 10, 100) ? in rtl_ephy_read() 1275 return rtl_udelay_loop_wait_high(tp, &rtl_eriar_cond, 100, 100) ? in rtl_eri_read() 1293 return rtl_udelay_loop_wait_high(tp, &rtl_ocpar_cond, 100, 20) ? in r8168dp_ocp_read() 1523 return rtl_udelay_loop_wait_high(tp, &rtl_efusear_cond, 100, 300) ? in rtl8168d_efuse_read() 5238 rtl_udelay_loop_wait_high(tp, &rtl_txcfg_empty_cond, 100, 666); in rtl8169_hw_reset() 5498 return rtl_udelay_loop_wait_high(tp, &rtl_csiar_cond, 10, 100) ? in r8169_csi_read() [all …]
|