Lines Matching refs:op
69 unsigned msg, op, n; in process_txn() local
80 op = RSWD_MSG_OP(msg); in process_txn()
83 printf("> %02x %02x %04x <\n", RSWD_MSG_CMD(msg), op, n); in process_txn()
91 status = swd_write(optable[op], *rx++); in process_txn()
100 status = swd_read(optable[op], tx + txc); in process_txn()
113 status = swd_read(optable[op], &tmp); in process_txn()
124 swd_reset(op); in process_txn()
160 unsigned tms = (op & 1) ? 0xFFFFFFFF : 0; in process_txn()
175 unsigned tms = (op & 1) ? 0xFFFFFFFF : 0; in process_txn()
176 unsigned tdi = (op & 2) ? 0xFFFFFFFF : 0; in process_txn()
208 swdp_trace = op; in process_txn()