Lines Matching refs:B_PRIx32

277 			TRACE_ALWAYS("device status error 0x%08" B_PRIx32 "\n", fStatusRead);
290 TRACE_ALWAYS("Received unexpected packet type %08" B_PRIx32 " on data link\n",
298 TRACE_ALWAYS("Received frame at %ld length %08" B_PRIx32 " out of bounds of receive buffer"
299 "%08" B_PRIx32 "\n", (uint8*) fReadHeader - fReadBuffer, fReadHeader[1],
309 TRACE_ALWAYS("Received frame has out of band data: off %08" B_PRIx32 " len %08" B_PRIx32
310 " count %08" B_PRIx32 "\n", fReadHeader[4], fReadHeader[5], fReadHeader[6]);
314 TRACE_ALWAYS("Received frame has per-packet info: off %08" B_PRIx32 " len %08" B_PRIx32
319 TRACE_ALWAYS("Received frame has non-0 reserved field %08" B_PRIx32 "\n", fReadHeader[9]);
326 TRACE("Received data packet len %08" B_PRIx32 " data [off %08" B_PRIx32 " len %08" B_PRIx32 "]\n",
405 TRACE_ALWAYS("device status error 0x%08" B_PRIx32 "\n", fStatusWrite);
581 TRACE("Type %" B_PRIx32 "\n", response[0]);
582 TRACE("Length %" B_PRIx32 "\n", response[1]);
583 TRACE("Req ID %" B_PRIx32 "\n", response[2]);
584 TRACE("Status %" B_PRIx32 "\n", response[3]);
585 TRACE("Vers Maj %" B_PRIx32 "\n", response[4]);
586 TRACE("Vers Min %" B_PRIx32 "\n", response[5]);
587 TRACE("DevFlags %" B_PRIx32 "\n", response[6]);
588 TRACE("Medium %" B_PRIx32 "\n", response[7]);
589 TRACE("Max Pkts %" B_PRIx32 "\n", response[8]);
590 TRACE("Max Bytes %" B_PRIx32 "\n", response[9]);
591 TRACE("Alignment %" B_PRIx32 "\n", response[10]);
594 TRACE("%" B_PRIx32 " ", response[i]);
841 TRACE_ALWAYS("Unexpected error code %" B_PRIx32 "\n", response[3]);
881 TRACE_ALWAYS("device status error 0x%08" B_PRIx32 "\n", status);
893 TRACE("Received notification %" B_PRIx32 " %" B_PRIx32 "\n", notification, reserved);