Lines Matching defs:TRACE

28 #	define TRACE(x...) dprintf("\33[33msdhci:\33[0m " x)
30 # define TRACE(x...) ;
34 #define CALLED(x...) TRACE("CALLED %s\n", __PRETTY_FUNCTION__)
155 TRACE("ExecuteCommand(%d, %x)\n", command, argument);
236 TRACE("Wait for command complete...");
240 TRACE("command complete sem acquired, status: %x\n", fCommandResult);
241 TRACE("real status = %x command line busy: %d\n",
246 TRACE("Command response available\n");
253 TRACE("Command line is still busy, clearing it\n");
270 TRACE("Command execution failed, card stalled\n");
296 TRACE("Waiting for data line...\n");
300 TRACE("Dataline is released.\n");
347 TRACE("SDCLK frequency: %dMHz / %d = %dkHz\n", base_clock, divider,
373 TRACE("%s %" B_PRIu64 " bytes at %" B_PRIdOFF "\n",
445 TRACE("Wait for transfer complete...");
448 TRACE("transfer complete OK.\n");
500 TRACE("Card not inserted, not powering on for now\n");
544 TRACE("interrupt not for me.\n");
557 TRACE("interrupt function called %x\n", intmask);
566 TRACE("Card removed interrupt, but card is inserted\n");
569 TRACE("Card removal interrupt handled\n");
580 TRACE("Card insertion interrupt, but card is removed\n");
583 TRACE("Card presence interrupt handled\n");
594 TRACE("Command complete interrupt handled\n");
601 TRACE("Transfer complete interrupt handled\n");
607 TRACE("card is consuming too much power\n");
637 TRACE("poller thread terminating");
669 TRACE("Could not find required attribute device/bus\n");
699 TRACE("Could not find required attribute device/bus\n");
717 TRACE("Could not find required attribute device/bus\n");
749 TRACE("Could not find required attribute device/bus\n");