TS_INIT
if ((ldcp->tstate & ~TS_IN_RESET) > TS_INIT) {
if (ldcp->tstate < TS_INIT) {
ldcp->tstate = TS_IN_RESET|TS_INIT;
if ((ldcp->tstate & ~TS_IN_RESET) < TS_INIT) {
if ((ldcp->tstate & ~TS_IN_RESET) < TS_INIT) {
#define TS_OPEN (TS_INIT | TS_QCONF_RDY | TS_CNEX_RDY)