Searched defs:DBG_AHCI (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/PC/BIOS/
H A Dahci.c27 # define DBG_AHCI(...) BX_INFO(__VA_ARGS__) macro
29 # define DBG_AHCI(...) macro
318 DBG_AHCI("AHCI: Waiting for D2H FIS\n");
334 DBG_AHCI("AHCI: Invalid port given\n");
371 DBG_AHCI("AHCI: S/G list for %lu bytes (skip %u)\n",
392 DBG_AHCI("S/G entry %u: %5lu bytes @ %08lX\n", prdt_idx,
412 DBG_AHCI("AHCI: ERR=%02x, STAT=%02x, SCNT=%02x\n", d2h->error, d2h->status, d2h->sec_cn);
439 DBG_AHCI("AHCI: Waiting for the port to idle\n");
480 DBG_AHCI("AHCI: Waiting for the port to idle\n");
492 DBG_AHCI("AHC
[all...]

Completed in 32 milliseconds