Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/realtek/
H A Dr8169_main.c756 static bool rtl_loop_wait_high(struct rtl8169_private *tp, in rtl_loop_wait_high() function
812 return rtl_loop_wait_high(tp, &rtl_ocp_gphy_cond, 25, 10) ? in r8168_phy_ocp_read()
904 value = rtl_loop_wait_high(tp, &rtl_phyar_cond, 25, 20) ? in r8169_mdio_read()
944 return rtl_loop_wait_high(tp, &rtl_ocpar_cond, 1000, 100) ? in r8168dp_1_mdio_read()
1039 return rtl_loop_wait_high(tp, &rtl_ephyar_cond, 10, 100) ? in rtl_ephy_read()
1081 return rtl_loop_wait_high(tp, &rtl_eriar_cond, 100, 100) ? in _rtl_eri_read()
1110 return rtl_loop_wait_high(tp, &rtl_ocpar_cond, 100, 20) ? in r8168dp_ocp_read()
1172 rtl_loop_wait_high(tp, &rtl_ocp_tx_cond, 50000, 2000); in rtl8168ep_stop_cmac()
1180 rtl_loop_wait_high(tp, &rtl_dp_ocp_read_cond, 10000, 10); in rtl8168dp_driver_start()
1187 rtl_loop_wait_high(tp, &rtl_ep_ocp_read_cond, 10000, 10); in rtl8168ep_driver_start()
[all …]