Searched refs:rtl_udelay_loop_wait_high (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/realtek/ |
D | r8169.c | 917 static bool rtl_udelay_loop_wait_high(struct rtl8169_private *tp, in rtl_udelay_loop_wait_high() function 992 return rtl_udelay_loop_wait_high(tp, &rtl_ocp_gphy_cond, 25, 10) ? in r8168_phy_ocp_read() 1084 value = rtl_udelay_loop_wait_high(tp, &rtl_phyar_cond, 25, 20) ? in r8169_mdio_read() 1130 return rtl_udelay_loop_wait_high(tp, &rtl_ocpar_cond, 1000, 100) ? in r8168dp_1_mdio_read() 1234 return rtl_udelay_loop_wait_high(tp, &rtl_ephyar_cond, 10, 100) ? in rtl_ephy_read() 1263 return rtl_udelay_loop_wait_high(tp, &rtl_eriar_cond, 100, 100) ? in rtl_eri_read() 1281 return rtl_udelay_loop_wait_high(tp, &rtl_ocpar_cond, 100, 20) ? in r8168dp_ocp_read() 1511 return rtl_udelay_loop_wait_high(tp, &rtl_efusear_cond, 100, 300) ? in rtl8168d_efuse_read() 5168 rtl_udelay_loop_wait_high(tp, &rtl_txcfg_empty_cond, 100, 666); in rtl8169_hw_reset() 5428 return rtl_udelay_loop_wait_high(tp, &rtl_csiar_cond, 10, 100) ? in r8169_csi_read() [all …]
|