Lines Matching refs:debug_msg
128 #define debug_msg(npe, fmt, ...) \
131 #define debug_msg(npe, fmt, ...)
410 debug_msg(npe, "Trying to send message %s [%08X:%08X]\n",
414 debug_msg(npe, "NPE input FIFO not empty\n");
421 debug_msg(npe, "NPE input FIFO full\n");
434 debug_msg(npe, "Timeout sending message\n");
439 debug_msg(npe, "Sending a message took %i cycles\n", cycles);
449 debug_msg(npe, "Trying to receive message %s\n", what);
464 debug_msg(npe, "Received [%08X]\n", recv[0]);
467 debug_msg(npe, "Received [%08X:%08X]\n", recv[0], recv[1]);
472 debug_msg(npe, "Timeout waiting for message\n");
477 debug_msg(npe, "Receiving a message took %i cycles\n", cycles);
493 debug_msg(npe, "Message %s: unexpected message received\n",