CmdRxEnb
RTL_W8 (ChipCmd, CmdRxEnb | CmdTxEnb);
if ((!(tmp & CmdRxEnb)) || (!(tmp & CmdTxEnb)))
RTL_W8 (ChipCmd, CmdRxEnb | CmdTxEnb);
RTL_W8 (ChipCmd, CmdRxEnb);
RTL_W8 (ChipCmd, tmp8 & ~CmdRxEnb);
if (!(tmp8 & CmdRxEnb))
RTL_W8_F (ChipCmd, CmdRxEnb | CmdTxEnb);
if ((tmp8 & CmdRxEnb) && (tmp8 & CmdTxEnb))
RTL_W8 (ChipCmd, CmdRxEnb | CmdTxEnb);
if (val & CmdRxEnb && val != 0xff)
RTL_W8(tp, ChipCmd, CmdTxEnb | CmdRxEnb);
RTL_W8(tp, ChipCmd, RTL_R8(tp, ChipCmd) & ~(CmdTxEnb | CmdRxEnb));
RTL_W8(tp, ChipCmd, RTL_R8(tp, ChipCmd) & ~(CmdTxEnb | CmdRxEnb));