Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/realtek/
Dr8169.c788 static bool rtl_udelay_loop_wait_high(struct rtl8169_private *tp, in rtl_udelay_loop_wait_high() function
857 return rtl_udelay_loop_wait_high(tp, &rtl_ocp_gphy_cond, 25, 10) ? in r8168_phy_ocp_read()
940 value = rtl_udelay_loop_wait_high(tp, &rtl_phyar_cond, 25, 20) ? in r8169_mdio_read()
980 return rtl_udelay_loop_wait_high(tp, &rtl_ocpar_cond, 1000, 100) ? in r8168dp_1_mdio_read()
1060 return rtl_udelay_loop_wait_high(tp, &rtl_ephyar_cond, 10, 100) ? in rtl_ephy_read()
1083 return rtl_udelay_loop_wait_high(tp, &rtl_eriar_cond, 100, 100) ? in rtl_eri_read()
1099 return rtl_udelay_loop_wait_high(tp, &rtl_ocpar_cond, 100, 20) ? in r8168dp_ocp_read()
1319 return rtl_udelay_loop_wait_high(tp, &rtl_efusear_cond, 100, 300) ? in rtl8168d_efuse_read()
4525 rtl_udelay_loop_wait_high(tp, &rtl_txcfg_empty_cond, 100, 666); in rtl8169_hw_reset()
4718 return rtl_udelay_loop_wait_high(tp, &rtl_csiar_cond, 10, 100) ? in rtl_csi_read()
[all …]