Symbol: rtl_loop_wait_high
drivers/net/ethernet/realtek/r8169_main.c
1080
return rtl_loop_wait_high(tp, &rtl_eriar_cond, 100, 100) ?
drivers/net/ethernet/realtek/r8169_main.c
1137
return rtl_loop_wait_high(tp, &rtl_ocp_gphy_cond, 25, 10) ?
drivers/net/ethernet/realtek/r8169_main.c
1314
value = rtl_loop_wait_high(tp, &rtl_phyar_cond, 25, 20) ?
drivers/net/ethernet/realtek/r8169_main.c
1417
return rtl_loop_wait_high(tp, &rtl_ephyar_cond, 10, 100) ?
drivers/net/ethernet/realtek/r8169_main.c
1424
return rtl_loop_wait_high(tp, &rtl_ocpar_cond, 100, 20) ?
drivers/net/ethernet/realtek/r8169_main.c
1486
rtl_loop_wait_high(tp, &rtl_ocp_tx_cond, 50000, 2000);
drivers/net/ethernet/realtek/r8169_main.c
1495
rtl_loop_wait_high(tp, &rtl_dp_ocp_read_cond, 10000, 10);
drivers/net/ethernet/realtek/r8169_main.c
1503
rtl_loop_wait_high(tp, &rtl_ep_ocp_read_cond, 10000, 30);
drivers/net/ethernet/realtek/r8169_main.c
1633
return rtl_loop_wait_high(tp, &rtl_efusear_cond, 100, 300) ?
drivers/net/ethernet/realtek/r8169_main.c
2738
rtl_loop_wait_high(tp, &rtl_txcfg_empty_cond, 100, 42);
drivers/net/ethernet/realtek/r8169_main.c
2739
rtl_loop_wait_high(tp, &rtl_rxtx_empty_cond, 100, 42);
drivers/net/ethernet/realtek/r8169_main.c
2742
rtl_loop_wait_high(tp, &rtl_rxtx_empty_cond, 100, 42);
drivers/net/ethernet/realtek/r8169_main.c
2746
rtl_loop_wait_high(tp, &rtl_rxtx_empty_cond, 100, 42);
drivers/net/ethernet/realtek/r8169_main.c
2747
rtl_loop_wait_high(tp, &rtl_rxtx_empty_cond_2, 100, 42);
drivers/net/ethernet/realtek/r8169_main.c
2898
return rtl_loop_wait_high(tp, &rtl_csiar_cond, 10, 100) ?
drivers/net/ethernet/realtek/r8169_main.c
4288
rtl_loop_wait_high(tp, &rtl_txcfg_empty_cond, 100, 666);
drivers/net/ethernet/realtek/r8169_main.c
5373
rtl_loop_wait_high(tp, &rtl_link_list_ready_cond, 100, 42);