|
@@ -1395,7 +1395,7 @@ DECLARE_RTL_COND(rtl_ocp_tx_cond)
|
|
|
{
|
|
|
void __iomem *ioaddr = tp->mmio_addr;
|
|
|
|
|
|
- return RTL_R8(IBISR0) & 0x02;
|
|
|
+ return RTL_R8(IBISR0) & 0x20;
|
|
|
}
|
|
|
|
|
|
static void rtl8168ep_stop_cmac(struct rtl8169_private *tp)
|
|
@@ -1403,7 +1403,7 @@ static void rtl8168ep_stop_cmac(struct rtl8169_private *tp)
|
|
|
void __iomem *ioaddr = tp->mmio_addr;
|
|
|
|
|
|
RTL_W8(IBCR2, RTL_R8(IBCR2) & ~0x01);
|
|
|
- rtl_msleep_loop_wait_low(tp, &rtl_ocp_tx_cond, 50, 2000);
|
|
|
+ rtl_msleep_loop_wait_high(tp, &rtl_ocp_tx_cond, 50, 2000);
|
|
|
RTL_W8(IBISR0, RTL_R8(IBISR0) | 0x20);
|
|
|
RTL_W8(IBCR0, RTL_R8(IBCR0) & ~0x01);
|
|
|
}
|