cpw8
cpw8(Cmd, RxOn | TxOn);
cpw8(TxThresh, 0x06); /* XXX convert magic num to a constant */
cpw8(Config1, cpr8(Config1) | DriverLoaded | PMEnable);
cpw8(Config3, PARMEnable);
cpw8(Config5, cpr8(Config5) & PMEStatus);
cpw8(Cfg9346, Cfg9346_Unlock);
cpw8(Cfg9346, Cfg9346_Lock);
cpw8 (Cfg9346, Cfg9346_Unlock);
cpw8 (Config3, options);
cpw8 (Cfg9346, Cfg9346_Lock);
cpw8 (Config5, options);
cpw8 (Cmd, cpr8 (Cmd) & (~RxOn | ~TxOn));
cpw8(TxPoll, NormalTxPoll);
cpw8(Cmd, 0);
cpw8(Cmd, CmdReset);