Lines Matching refs:RSWD_MSG
98 tx[txc++] = RSWD_MSG(CMD_SWD_DATA, 0, n); in process_txn()
131 tx[txc++] = RSWD_MSG(CMD_JTAG_DATA, 0, n); in process_txn()
181 tx[txc++] = RSWD_MSG(CMD_JTAG_DATA, 0, n); in process_txn()
216 tx[txc++] = RSWD_MSG(CMD_CLOCK_KHZ, 0, n); in process_txn()
222 tx[txc++] = RSWD_MSG(CMD_CLOCK_KHZ, 1, n); in process_txn()
227 tx[txc++] = RSWD_MSG(CMD_VERSION, 0, RSWD_VERSION); in process_txn()
232 tx[txc++] = RSWD_MSG(CMD_BOARD_STR, 0, n); in process_txn()
238 tx[txc++] = RSWD_MSG(CMD_BUILD_STR, 0, n); in process_txn()
241 tx[txc++] = RSWD_MSG(CMD_RX_MAXDATA, 0, 8192); in process_txn()
252 tx[txc++] = RSWD_MSG(CMD_STATUS, status, count); in process_txn()
259 tx[txc++] = RSWD_MSG(CMD_NULL, 0, 0); in process_txn()