Searched refs:AHCI_DEBUG (Results 1 - 4 of 4) sorted by relevance

/barrelfish-2018-10-04/lib/ahci/
H A Dahci_debug.h20 #define AHCI_DEBUG(x...) printf("ahci: " x) macro
22 #define AHCI_DEBUG(x...) ((void)0) macro
H A Dahci_dma_pool.c98 AHCI_DEBUG("realloc failed for pool.virt_addrs");
104 AHCI_DEBUG("realloc failed for pool.phys_addrs");
110 AHCI_DEBUG("realloc failed for pool.frame_caps\n");
116 AHCI_DEBUG("realloc failed for pool.first_free");
278 AHCI_DEBUG("backing region = %zd\n", f->backing_region);
290 AHCI_DEBUG("rem: %zd; size: %zd; f->size: %zd\n", rem, size, f->size);
294 AHCI_DEBUG("vaddr_unaligned = 0x%zx\n", vaddr_unaligned);
307 AHCI_DEBUG("too small\n");
311 AHCI_DEBUG("vaddr = 0x%zx\n", vaddr);
319 AHCI_DEBUG("re
[all...]
H A Dahci.c47 AHCI_DEBUG("got identify data for unbound port\n");
70 AHCI_DEBUG("enabling all port interrupts\n");
79 AHCI_DEBUG("ahci_mgmt_identify_response_cb: exiting\n");
85 AHCI_DEBUG("open cb\n");
119 AHCI_DEBUG("mapping port in our address space\n");
140 AHCI_DEBUG("enabling rFIS area + start running commands\n");
185 AHCI_DEBUG("ahci_mgmt_open_cb: exiting\n");
191 AHCI_DEBUG("got command completed message\n");
200 AHCI_DEBUG("interrupt status = 0x%"PRIx32"\n", interrupt_status);
236 AHCI_DEBUG("freein
[all...]
H A Dahci_util.c82 AHCI_DEBUG("ahci_setup_command(%p, %p, %p, %zu, %zu, %d): entering\n",
101 AHCI_DEBUG("Using command slot: %d\n", command_slot);
117 AHCI_DEBUG("ahci_setup_command: exiting\n");
124 //AHCI_DEBUG("ahci_set_physical_region: entering\n");
135 //AHCI_DEBUG("ahci_set_physical_region: exiting\n");
147 AHCI_DEBUG("ahci_add_physical_regions: entering\n");
154 AHCI_DEBUG("prd_count = %zd\n", prd_count);
168 AHCI_DEBUG("#prds = %zd\n", num_prds_needed);
173 AHCI_DEBUG("not enough prd space left.\n");
177 AHCI_DEBUG("PRD
[all...]

Completed in 64 milliseconds