Lines Matching refs:debug_msg
131 #define debug_msg(npe, fmt, ...) \
134 #define debug_msg(npe, fmt, ...)
417 debug_msg(npe, "Trying to send message %s [%08X:%08X]\n",
421 debug_msg(npe, "NPE input FIFO not empty\n");
428 debug_msg(npe, "NPE input FIFO full\n");
441 debug_msg(npe, "Timeout sending message\n");
446 debug_msg(npe, "Sending a message took %i cycles\n", cycles);
456 debug_msg(npe, "Trying to receive message %s\n", what);
471 debug_msg(npe, "Received [%08X]\n", recv[0]);
474 debug_msg(npe, "Received [%08X:%08X]\n", recv[0], recv[1]);
479 debug_msg(npe, "Timeout waiting for message\n");
484 debug_msg(npe, "Receiving a message took %i cycles\n", cycles);
500 debug_msg(npe, "Message %s: unexpected message received\n",