RTL_W8
RTL_W8(ChipCmd, CmdReset);
RTL_W8(TxPoll, (RTL_R8(TxPoll) | 0x01));
RTL_W8(TxPoll, 0x40); /* set polling bit */
RTL_W8(ChipCmd, CmdReset);
RTL_W8(Cfg9346, Cfg9346_Unlock);
RTL_W8(ChipCmd, CmdTxEnb | CmdRxEnb);
RTL_W8(EarlyTxThres, EarlyTxThld);
RTL_W8(Cfg9346, Cfg9346_Lock);
RTL_W8(ChipCmd, 0x00);