Searched refs:RSWD_MSG_CMD (Results 1 – 2 of 2) sorted by relevance
83 printf("> %02x %02x %04x <\n", RSWD_MSG_CMD(msg), op, n); in process_txn()85 switch (RSWD_MSG_CMD(msg)) { in process_txn()245 printf("unknown command %02x\n", RSWD_MSG_CMD(msg)); in process_txn()
38 #define RSWD_MSG_CMD(n) (((n) >> 24) & 0xFF) macro
Completed in 3 milliseconds