rtl_writephy(tp, reg_addr, rtl_readphy(tp, reg_addr) | value);
 }
 
-static void rtl_w1w0_phy(struct rtl8169_private *tp, int reg_addr, int p, int m)
+static void rtl_w0w1_phy(struct rtl8169_private *tp, int reg_addr, int p, int m)
 {
        int val;
 
        val = rtl_readphy(tp, reg_addr);
-       rtl_writephy(tp, reg_addr, (val | p) & ~m);
+       rtl_writephy(tp, reg_addr, (val & ~m) | p);
 }
 
 static void rtl_mdio_write(struct net_device *dev, int phy_id, int location,
         * Fine Tune Switching regulator parameter
         */
        rtl_writephy(tp, 0x1f, 0x0002);
-       rtl_w1w0_phy(tp, 0x0b, 0x0010, 0x00ef);
-       rtl_w1w0_phy(tp, 0x0c, 0xa200, 0x5d00);
+       rtl_w0w1_phy(tp, 0x0b, 0x0010, 0x00ef);
+       rtl_w0w1_phy(tp, 0x0c, 0xa200, 0x5d00);
 
        if (rtl8168d_efuse_read(tp, 0x01) == 0xb1) {
                static const struct phy_reg phy_reg_init[] = {
 
        /* Fine tune PLL performance */
        rtl_writephy(tp, 0x1f, 0x0002);
-       rtl_w1w0_phy(tp, 0x02, 0x0100, 0x0600);
-       rtl_w1w0_phy(tp, 0x03, 0x0000, 0xe000);
+       rtl_w0w1_phy(tp, 0x02, 0x0100, 0x0600);
+       rtl_w0w1_phy(tp, 0x03, 0x0000, 0xe000);
 
        rtl_writephy(tp, 0x1f, 0x0005);
        rtl_writephy(tp, 0x05, 0x001b);
 
        /* Fine tune PLL performance */
        rtl_writephy(tp, 0x1f, 0x0002);
-       rtl_w1w0_phy(tp, 0x02, 0x0100, 0x0600);
-       rtl_w1w0_phy(tp, 0x03, 0x0000, 0xe000);
+       rtl_w0w1_phy(tp, 0x02, 0x0100, 0x0600);
+       rtl_w0w1_phy(tp, 0x03, 0x0000, 0xe000);
 
        /* Switching regulator Slew rate */
        rtl_writephy(tp, 0x1f, 0x0002);
        /* DCO enable for 10M IDLE Power */
        rtl_writephy(tp, 0x1f, 0x0007);
        rtl_writephy(tp, 0x1e, 0x0023);
-       rtl_w1w0_phy(tp, 0x17, 0x0006, 0x0000);
+       rtl_w0w1_phy(tp, 0x17, 0x0006, 0x0000);
        rtl_writephy(tp, 0x1f, 0x0000);
 
        /* For impedance matching */
        rtl_writephy(tp, 0x1f, 0x0002);
-       rtl_w1w0_phy(tp, 0x08, 0x8000, 0x7f00);
+       rtl_w0w1_phy(tp, 0x08, 0x8000, 0x7f00);
        rtl_writephy(tp, 0x1f, 0x0000);
 
        /* PHY auto speed down */
        rtl_writephy(tp, 0x1f, 0x0007);
        rtl_writephy(tp, 0x1e, 0x002d);
-       rtl_w1w0_phy(tp, 0x18, 0x0050, 0x0000);
+       rtl_w0w1_phy(tp, 0x18, 0x0050, 0x0000);
        rtl_writephy(tp, 0x1f, 0x0000);
-       rtl_w1w0_phy(tp, 0x14, 0x8000, 0x0000);
+       rtl_w0w1_phy(tp, 0x14, 0x8000, 0x0000);
 
        rtl_writephy(tp, 0x1f, 0x0005);
        rtl_writephy(tp, 0x05, 0x8b86);
-       rtl_w1w0_phy(tp, 0x06, 0x0001, 0x0000);
+       rtl_w0w1_phy(tp, 0x06, 0x0001, 0x0000);
        rtl_writephy(tp, 0x1f, 0x0000);
 
        rtl_writephy(tp, 0x1f, 0x0005);
        rtl_writephy(tp, 0x05, 0x8b85);
-       rtl_w1w0_phy(tp, 0x06, 0x0000, 0x2000);
+       rtl_w0w1_phy(tp, 0x06, 0x0000, 0x2000);
        rtl_writephy(tp, 0x1f, 0x0007);
        rtl_writephy(tp, 0x1e, 0x0020);
-       rtl_w1w0_phy(tp, 0x15, 0x0000, 0x1100);
+       rtl_w0w1_phy(tp, 0x15, 0x0000, 0x1100);
        rtl_writephy(tp, 0x1f, 0x0006);
        rtl_writephy(tp, 0x00, 0x5a00);
        rtl_writephy(tp, 0x1f, 0x0000);
        /* For 4-corner performance improve */
        rtl_writephy(tp, 0x1f, 0x0005);
        rtl_writephy(tp, 0x05, 0x8b80);
-       rtl_w1w0_phy(tp, 0x17, 0x0006, 0x0000);
+       rtl_w0w1_phy(tp, 0x17, 0x0006, 0x0000);
        rtl_writephy(tp, 0x1f, 0x0000);
 
        /* PHY auto speed down */
        rtl_writephy(tp, 0x1f, 0x0004);
        rtl_writephy(tp, 0x1f, 0x0007);
        rtl_writephy(tp, 0x1e, 0x002d);
-       rtl_w1w0_phy(tp, 0x18, 0x0010, 0x0000);
+       rtl_w0w1_phy(tp, 0x18, 0x0010, 0x0000);
        rtl_writephy(tp, 0x1f, 0x0002);
        rtl_writephy(tp, 0x1f, 0x0000);
-       rtl_w1w0_phy(tp, 0x14, 0x8000, 0x0000);
+       rtl_w0w1_phy(tp, 0x14, 0x8000, 0x0000);
 
        /* improve 10M EEE waveform */
        rtl_writephy(tp, 0x1f, 0x0005);
        rtl_writephy(tp, 0x05, 0x8b86);
-       rtl_w1w0_phy(tp, 0x06, 0x0001, 0x0000);
+       rtl_w0w1_phy(tp, 0x06, 0x0001, 0x0000);
        rtl_writephy(tp, 0x1f, 0x0000);
 
        /* Improve 2-pair detection performance */
        rtl_writephy(tp, 0x1f, 0x0005);
        rtl_writephy(tp, 0x05, 0x8b85);
-       rtl_w1w0_phy(tp, 0x06, 0x4000, 0x0000);
+       rtl_w0w1_phy(tp, 0x06, 0x4000, 0x0000);
        rtl_writephy(tp, 0x1f, 0x0000);
 
        /* EEE setting */
        rtl_w1w0_eri(tp, 0x1b0, ERIAR_MASK_1111, 0x0000, 0x0003, ERIAR_EXGMAC);
        rtl_writephy(tp, 0x1f, 0x0005);
        rtl_writephy(tp, 0x05, 0x8b85);
-       rtl_w1w0_phy(tp, 0x06, 0x0000, 0x2000);
+       rtl_w0w1_phy(tp, 0x06, 0x0000, 0x2000);
        rtl_writephy(tp, 0x1f, 0x0004);
        rtl_writephy(tp, 0x1f, 0x0007);
        rtl_writephy(tp, 0x1e, 0x0020);
-       rtl_w1w0_phy(tp, 0x15, 0x0000, 0x0100);
+       rtl_w0w1_phy(tp, 0x15, 0x0000, 0x0100);
        rtl_writephy(tp, 0x1f, 0x0002);
        rtl_writephy(tp, 0x1f, 0x0000);
        rtl_writephy(tp, 0x0d, 0x0007);
 
        /* Green feature */
        rtl_writephy(tp, 0x1f, 0x0003);
-       rtl_w1w0_phy(tp, 0x19, 0x0000, 0x0001);
-       rtl_w1w0_phy(tp, 0x10, 0x0000, 0x0400);
+       rtl_w0w1_phy(tp, 0x19, 0x0000, 0x0001);
+       rtl_w0w1_phy(tp, 0x10, 0x0000, 0x0400);
        rtl_writephy(tp, 0x1f, 0x0000);
 
        /* Broken BIOS workaround: feed GigaMAC registers with MAC address. */
        /* For 4-corner performance improve */
        rtl_writephy(tp, 0x1f, 0x0005);
        rtl_writephy(tp, 0x05, 0x8b80);
-       rtl_w1w0_phy(tp, 0x06, 0x0006, 0x0000);
+       rtl_w0w1_phy(tp, 0x06, 0x0006, 0x0000);
        rtl_writephy(tp, 0x1f, 0x0000);
 
        /* PHY auto speed down */
        rtl_writephy(tp, 0x1f, 0x0007);
        rtl_writephy(tp, 0x1e, 0x002d);
-       rtl_w1w0_phy(tp, 0x18, 0x0010, 0x0000);
+       rtl_w0w1_phy(tp, 0x18, 0x0010, 0x0000);
        rtl_writephy(tp, 0x1f, 0x0000);
-       rtl_w1w0_phy(tp, 0x14, 0x8000, 0x0000);
+       rtl_w0w1_phy(tp, 0x14, 0x8000, 0x0000);
 
        /* Improve 10M EEE waveform */
        rtl_writephy(tp, 0x1f, 0x0005);
        rtl_writephy(tp, 0x05, 0x8b86);
-       rtl_w1w0_phy(tp, 0x06, 0x0001, 0x0000);
+       rtl_w0w1_phy(tp, 0x06, 0x0001, 0x0000);
        rtl_writephy(tp, 0x1f, 0x0000);
 }
 
        /* Improve 2-pair detection performance */
        rtl_writephy(tp, 0x1f, 0x0005);
        rtl_writephy(tp, 0x05, 0x8b85);
-       rtl_w1w0_phy(tp, 0x06, 0x4000, 0x0000);
+       rtl_w0w1_phy(tp, 0x06, 0x4000, 0x0000);
        rtl_writephy(tp, 0x1f, 0x0000);
 }
 
        /* Improve 2-pair detection performance */
        rtl_writephy(tp, 0x1f, 0x0005);
        rtl_writephy(tp, 0x05, 0x8b85);
-       rtl_w1w0_phy(tp, 0x06, 0x4000, 0x0000);
+       rtl_w0w1_phy(tp, 0x06, 0x4000, 0x0000);
        rtl_writephy(tp, 0x1f, 0x0000);
 
        rtl_writephy_batch(tp, phy_reg_init, ARRAY_SIZE(phy_reg_init));
        /* Modify green table for giga */
        rtl_writephy(tp, 0x1f, 0x0005);
        rtl_writephy(tp, 0x05, 0x8b54);
-       rtl_w1w0_phy(tp, 0x06, 0x0000, 0x0800);
+       rtl_w0w1_phy(tp, 0x06, 0x0000, 0x0800);
        rtl_writephy(tp, 0x05, 0x8b5d);
-       rtl_w1w0_phy(tp, 0x06, 0x0000, 0x0800);
+       rtl_w0w1_phy(tp, 0x06, 0x0000, 0x0800);
        rtl_writephy(tp, 0x05, 0x8a7c);
-       rtl_w1w0_phy(tp, 0x06, 0x0000, 0x0100);
+       rtl_w0w1_phy(tp, 0x06, 0x0000, 0x0100);
        rtl_writephy(tp, 0x05, 0x8a7f);
-       rtl_w1w0_phy(tp, 0x06, 0x0100, 0x0000);
+       rtl_w0w1_phy(tp, 0x06, 0x0100, 0x0000);
        rtl_writephy(tp, 0x05, 0x8a82);
-       rtl_w1w0_phy(tp, 0x06, 0x0000, 0x0100);
+       rtl_w0w1_phy(tp, 0x06, 0x0000, 0x0100);
        rtl_writephy(tp, 0x05, 0x8a85);
-       rtl_w1w0_phy(tp, 0x06, 0x0000, 0x0100);
+       rtl_w0w1_phy(tp, 0x06, 0x0000, 0x0100);
        rtl_writephy(tp, 0x05, 0x8a88);
-       rtl_w1w0_phy(tp, 0x06, 0x0000, 0x0100);
+       rtl_w0w1_phy(tp, 0x06, 0x0000, 0x0100);
        rtl_writephy(tp, 0x1f, 0x0000);
 
        /* uc same-seed solution */
        rtl_writephy(tp, 0x1f, 0x0005);
        rtl_writephy(tp, 0x05, 0x8b85);
-       rtl_w1w0_phy(tp, 0x06, 0x8000, 0x0000);
+       rtl_w0w1_phy(tp, 0x06, 0x8000, 0x0000);
        rtl_writephy(tp, 0x1f, 0x0000);
 
        /* eee setting */
        rtl_w1w0_eri(tp, 0x1b0, ERIAR_MASK_0001, 0x00, 0x03, ERIAR_EXGMAC);
        rtl_writephy(tp, 0x1f, 0x0005);
        rtl_writephy(tp, 0x05, 0x8b85);
-       rtl_w1w0_phy(tp, 0x06, 0x0000, 0x2000);
+       rtl_w0w1_phy(tp, 0x06, 0x0000, 0x2000);
        rtl_writephy(tp, 0x1f, 0x0004);
        rtl_writephy(tp, 0x1f, 0x0007);
        rtl_writephy(tp, 0x1e, 0x0020);
-       rtl_w1w0_phy(tp, 0x15, 0x0000, 0x0100);
+       rtl_w0w1_phy(tp, 0x15, 0x0000, 0x0100);
        rtl_writephy(tp, 0x1f, 0x0000);
        rtl_writephy(tp, 0x0d, 0x0007);
        rtl_writephy(tp, 0x0e, 0x003c);
 
        /* Green feature */
        rtl_writephy(tp, 0x1f, 0x0003);
-       rtl_w1w0_phy(tp, 0x19, 0x0000, 0x0001);
-       rtl_w1w0_phy(tp, 0x10, 0x0000, 0x0400);
+       rtl_w0w1_phy(tp, 0x19, 0x0000, 0x0001);
+       rtl_w0w1_phy(tp, 0x10, 0x0000, 0x0400);
        rtl_writephy(tp, 0x1f, 0x0000);
 }
 
        rtl_writephy(tp, 0x1f, 0x0a46);
        if (rtl_readphy(tp, 0x10) & 0x0100) {
                rtl_writephy(tp, 0x1f, 0x0bcc);
-               rtl_w1w0_phy(tp, 0x12, 0x0000, 0x8000);
+               rtl_w0w1_phy(tp, 0x12, 0x0000, 0x8000);
        } else {
                rtl_writephy(tp, 0x1f, 0x0bcc);
-               rtl_w1w0_phy(tp, 0x12, 0x8000, 0x0000);
+               rtl_w0w1_phy(tp, 0x12, 0x8000, 0x0000);
        }
 
        rtl_writephy(tp, 0x1f, 0x0a46);
        if (rtl_readphy(tp, 0x13) & 0x0100) {
                rtl_writephy(tp, 0x1f, 0x0c41);
-               rtl_w1w0_phy(tp, 0x15, 0x0002, 0x0000);
+               rtl_w0w1_phy(tp, 0x15, 0x0002, 0x0000);
        } else {
                rtl_writephy(tp, 0x1f, 0x0c41);
-               rtl_w1w0_phy(tp, 0x15, 0x0000, 0x0002);
+               rtl_w0w1_phy(tp, 0x15, 0x0000, 0x0002);
        }
 
        /* Enable PHY auto speed down */
        rtl_writephy(tp, 0x1f, 0x0a44);
-       rtl_w1w0_phy(tp, 0x11, 0x000c, 0x0000);
+       rtl_w0w1_phy(tp, 0x11, 0x000c, 0x0000);
 
        rtl_writephy(tp, 0x1f, 0x0bcc);
-       rtl_w1w0_phy(tp, 0x14, 0x0100, 0x0000);
+       rtl_w0w1_phy(tp, 0x14, 0x0100, 0x0000);
        rtl_writephy(tp, 0x1f, 0x0a44);
-       rtl_w1w0_phy(tp, 0x11, 0x00c0, 0x0000);
+       rtl_w0w1_phy(tp, 0x11, 0x00c0, 0x0000);
        rtl_writephy(tp, 0x1f, 0x0a43);
        rtl_writephy(tp, 0x13, 0x8084);
-       rtl_w1w0_phy(tp, 0x14, 0x0000, 0x6000);
-       rtl_w1w0_phy(tp, 0x10, 0x1003, 0x0000);
+       rtl_w0w1_phy(tp, 0x14, 0x0000, 0x6000);
+       rtl_w0w1_phy(tp, 0x10, 0x1003, 0x0000);
 
        /* EEE auto-fallback function */
        rtl_writephy(tp, 0x1f, 0x0a4b);
-       rtl_w1w0_phy(tp, 0x11, 0x0004, 0x0000);
+       rtl_w0w1_phy(tp, 0x11, 0x0004, 0x0000);
 
        /* Enable UC LPF tune function */
        rtl_writephy(tp, 0x1f, 0x0a43);
        rtl_writephy(tp, 0x13, 0x8012);
-       rtl_w1w0_phy(tp, 0x14, 0x8000, 0x0000);
+       rtl_w0w1_phy(tp, 0x14, 0x8000, 0x0000);
 
        rtl_writephy(tp, 0x1f, 0x0c42);
-       rtl_w1w0_phy(tp, 0x11, 0x4000, 0x2000);
+       rtl_w0w1_phy(tp, 0x11, 0x4000, 0x2000);
 
        /* Improve SWR Efficiency */
        rtl_writephy(tp, 0x1f, 0x0bcd);
        /* Check ALDPS bit, disable it if enabled */
        rtl_writephy(tp, 0x1f, 0x0a43);
        if (rtl_readphy(tp, 0x10) & 0x0004)
-               rtl_w1w0_phy(tp, 0x10, 0x0000, 0x0004);
+               rtl_w0w1_phy(tp, 0x10, 0x0000, 0x0004);
 
        rtl_writephy(tp, 0x1f, 0x0000);
 }
        /* CHN EST parameters adjust - giga master */
        rtl_writephy(tp, 0x1f, 0x0a43);
        rtl_writephy(tp, 0x13, 0x809b);
-       rtl_w1w0_phy(tp, 0x14, 0x8000, 0xf800);
+       rtl_w0w1_phy(tp, 0x14, 0x8000, 0xf800);
        rtl_writephy(tp, 0x13, 0x80a2);
-       rtl_w1w0_phy(tp, 0x14, 0x8000, 0xff00);
+       rtl_w0w1_phy(tp, 0x14, 0x8000, 0xff00);
        rtl_writephy(tp, 0x13, 0x80a4);
-       rtl_w1w0_phy(tp, 0x14, 0x8500, 0xff00);
+       rtl_w0w1_phy(tp, 0x14, 0x8500, 0xff00);
        rtl_writephy(tp, 0x13, 0x809c);
-       rtl_w1w0_phy(tp, 0x14, 0xbd00, 0xff00);
+       rtl_w0w1_phy(tp, 0x14, 0xbd00, 0xff00);
        rtl_writephy(tp, 0x1f, 0x0000);
 
        /* CHN EST parameters adjust - giga slave */
        rtl_writephy(tp, 0x1f, 0x0a43);
        rtl_writephy(tp, 0x13, 0x80ad);
-       rtl_w1w0_phy(tp, 0x14, 0x7000, 0xf800);
+       rtl_w0w1_phy(tp, 0x14, 0x7000, 0xf800);
        rtl_writephy(tp, 0x13, 0x80b4);
-       rtl_w1w0_phy(tp, 0x14, 0x5000, 0xff00);
+       rtl_w0w1_phy(tp, 0x14, 0x5000, 0xff00);
        rtl_writephy(tp, 0x13, 0x80ac);
-       rtl_w1w0_phy(tp, 0x14, 0x4000, 0xff00);
+       rtl_w0w1_phy(tp, 0x14, 0x4000, 0xff00);
        rtl_writephy(tp, 0x1f, 0x0000);
 
        /* CHN EST parameters adjust - fnet */
        rtl_writephy(tp, 0x1f, 0x0a43);
        rtl_writephy(tp, 0x13, 0x808e);
-       rtl_w1w0_phy(tp, 0x14, 0x1200, 0xff00);
+       rtl_w0w1_phy(tp, 0x14, 0x1200, 0xff00);
        rtl_writephy(tp, 0x13, 0x8090);
-       rtl_w1w0_phy(tp, 0x14, 0xe500, 0xff00);
+       rtl_w0w1_phy(tp, 0x14, 0xe500, 0xff00);
        rtl_writephy(tp, 0x13, 0x8092);
-       rtl_w1w0_phy(tp, 0x14, 0x9f00, 0xff00);
+       rtl_w0w1_phy(tp, 0x14, 0x9f00, 0xff00);
        rtl_writephy(tp, 0x1f, 0x0000);
 
        /* enable R-tune & PGA-retune function */
        dout_tapbin &= 0xf000;
        rtl_writephy(tp, 0x1f, 0x0a43);
        rtl_writephy(tp, 0x13, 0x827a);
-       rtl_w1w0_phy(tp, 0x14, dout_tapbin, 0xf000);
+       rtl_w0w1_phy(tp, 0x14, dout_tapbin, 0xf000);
        rtl_writephy(tp, 0x13, 0x827b);
-       rtl_w1w0_phy(tp, 0x14, dout_tapbin, 0xf000);
+       rtl_w0w1_phy(tp, 0x14, dout_tapbin, 0xf000);
        rtl_writephy(tp, 0x13, 0x827c);
-       rtl_w1w0_phy(tp, 0x14, dout_tapbin, 0xf000);
+       rtl_w0w1_phy(tp, 0x14, dout_tapbin, 0xf000);
        rtl_writephy(tp, 0x13, 0x827d);
-       rtl_w1w0_phy(tp, 0x14, dout_tapbin, 0xf000);
+       rtl_w0w1_phy(tp, 0x14, dout_tapbin, 0xf000);
 
        rtl_writephy(tp, 0x1f, 0x0a43);
        rtl_writephy(tp, 0x13, 0x0811);
-       rtl_w1w0_phy(tp, 0x14, 0x0800, 0x0000);
+       rtl_w0w1_phy(tp, 0x14, 0x0800, 0x0000);
        rtl_writephy(tp, 0x1f, 0x0a42);
-       rtl_w1w0_phy(tp, 0x16, 0x0002, 0x0000);
+       rtl_w0w1_phy(tp, 0x16, 0x0002, 0x0000);
        rtl_writephy(tp, 0x1f, 0x0000);
 
        /* enable GPHY 10M */
        rtl_writephy(tp, 0x1f, 0x0a44);
-       rtl_w1w0_phy(tp, 0x11, 0x0800, 0x0000);
+       rtl_w0w1_phy(tp, 0x11, 0x0800, 0x0000);
        rtl_writephy(tp, 0x1f, 0x0000);
 
        /* SAR ADC performance */
        rtl_writephy(tp, 0x1f, 0x0bca);
-       rtl_w1w0_phy(tp, 0x17, 0x4000, 0x3000);
+       rtl_w0w1_phy(tp, 0x17, 0x4000, 0x3000);
        rtl_writephy(tp, 0x1f, 0x0000);
 
        rtl_writephy(tp, 0x1f, 0x0a43);
        rtl_writephy(tp, 0x13, 0x803f);
-       rtl_w1w0_phy(tp, 0x14, 0x0000, 0x3000);
+       rtl_w0w1_phy(tp, 0x14, 0x0000, 0x3000);
        rtl_writephy(tp, 0x13, 0x8047);
-       rtl_w1w0_phy(tp, 0x14, 0x0000, 0x3000);
+       rtl_w0w1_phy(tp, 0x14, 0x0000, 0x3000);
        rtl_writephy(tp, 0x13, 0x804f);
-       rtl_w1w0_phy(tp, 0x14, 0x0000, 0x3000);
+       rtl_w0w1_phy(tp, 0x14, 0x0000, 0x3000);
        rtl_writephy(tp, 0x13, 0x8057);
-       rtl_w1w0_phy(tp, 0x14, 0x0000, 0x3000);
+       rtl_w0w1_phy(tp, 0x14, 0x0000, 0x3000);
        rtl_writephy(tp, 0x13, 0x805f);
-       rtl_w1w0_phy(tp, 0x14, 0x0000, 0x3000);
+       rtl_w0w1_phy(tp, 0x14, 0x0000, 0x3000);
        rtl_writephy(tp, 0x13, 0x8067);
-       rtl_w1w0_phy(tp, 0x14, 0x0000, 0x3000);
+       rtl_w0w1_phy(tp, 0x14, 0x0000, 0x3000);
        rtl_writephy(tp, 0x13, 0x806f);
-       rtl_w1w0_phy(tp, 0x14, 0x0000, 0x3000);
+       rtl_w0w1_phy(tp, 0x14, 0x0000, 0x3000);
        rtl_writephy(tp, 0x1f, 0x0000);
 
        /* disable phy pfm mode */
        rtl_writephy(tp, 0x1f, 0x0a44);
-       rtl_w1w0_phy(tp, 0x14, 0x0000, 0x0080);
+       rtl_w0w1_phy(tp, 0x14, 0x0000, 0x0080);
        rtl_writephy(tp, 0x1f, 0x0000);
 
        /* Check ALDPS bit, disable it if enabled */
        rtl_writephy(tp, 0x1f, 0x0a43);
        if (rtl_readphy(tp, 0x10) & 0x0004)
-               rtl_w1w0_phy(tp, 0x10, 0x0000, 0x0004);
+               rtl_w0w1_phy(tp, 0x10, 0x0000, 0x0004);
 
        rtl_writephy(tp, 0x1f, 0x0000);
 }
        /* CHIN EST parameter update */
        rtl_writephy(tp, 0x1f, 0x0a43);
        rtl_writephy(tp, 0x13, 0x808a);
-       rtl_w1w0_phy(tp, 0x14, 0x000a, 0x003f);
+       rtl_w0w1_phy(tp, 0x14, 0x000a, 0x003f);
        rtl_writephy(tp, 0x1f, 0x0000);
 
        /* enable R-tune & PGA-retune function */
        rtl_writephy(tp, 0x1f, 0x0a43);
        rtl_writephy(tp, 0x13, 0x0811);
-       rtl_w1w0_phy(tp, 0x14, 0x0800, 0x0000);
+       rtl_w0w1_phy(tp, 0x14, 0x0800, 0x0000);
        rtl_writephy(tp, 0x1f, 0x0a42);
-       rtl_w1w0_phy(tp, 0x16, 0x0002, 0x0000);
+       rtl_w0w1_phy(tp, 0x16, 0x0002, 0x0000);
        rtl_writephy(tp, 0x1f, 0x0000);
 
        /* enable GPHY 10M */
        rtl_writephy(tp, 0x1f, 0x0a44);
-       rtl_w1w0_phy(tp, 0x11, 0x0800, 0x0000);
+       rtl_w0w1_phy(tp, 0x11, 0x0800, 0x0000);
        rtl_writephy(tp, 0x1f, 0x0000);
 
        r8168_mac_ocp_write(tp, 0xdd02, 0x807d);
 
        /* disable phy pfm mode */
        rtl_writephy(tp, 0x1f, 0x0a44);
-       rtl_w1w0_phy(tp, 0x14, 0x0000, 0x0080);
+       rtl_w0w1_phy(tp, 0x14, 0x0000, 0x0080);
        rtl_writephy(tp, 0x1f, 0x0000);
 
        /* Check ALDPS bit, disable it if enabled */
        rtl_writephy(tp, 0x1f, 0x0a43);
        if (rtl_readphy(tp, 0x10) & 0x0004)
-               rtl_w1w0_phy(tp, 0x10, 0x0000, 0x0004);
+               rtl_w0w1_phy(tp, 0x10, 0x0000, 0x0004);
 
        rtl_writephy(tp, 0x1f, 0x0000);
 }