| /openbmc/u-boot/cmd/aspeed/ |
| H A D | dptest.c | 49 #define DBG(Level, format, args...) if ((Level) & DBG_LEVEL) printf(format, ##args) macro 51 #define DBG(Level, format, args...) macro 391 DBG(DBG_A_EDID, "R EDID Offset %d\n", Offset); in Read_EDID_128() 406 DBG(DBG_A_EDID, "EDID read %d!\n", i); in Read_EDID_128() 426 DBG(DBG_STAGE, "Apply EDID Reading!\n"); in Apply_EDID_Reading() 442 …DBG(DBG_A_EDID, "EDID First 4 is 0x%X_0x%X_0x%X_0x%X\n", AUX_Data[0], AUX_Data[1], AUX_Data[2], AU… in Apply_EDID_Reading() 447 DBG(DBG_A_EDID, "Read 128!\n"); in Apply_EDID_Reading() 452 DBG(DBG_A_EDID, "Read 256!\n"); in Apply_EDID_Reading() 475 DBG(DBG_A_SUB, "1.A_C_E Set Link Pattern\n"); in Adjust_CR_EQ_Train() 485 DBG(DBG_A_SUB, "2.A_C_E W 0x102 set 0x%x\n", AUX_Data[0]); in Adjust_CR_EQ_Train() [all …]
|
| /openbmc/u-boot/drivers/usb/gadget/ |
| H A D | atmel_usba_udc.c | 41 DBG(DBG_QUEUE, "%s: submit_transaction, req %p (length %d)%s\n", in next_fifo_transaction() 52 DBG(DBG_QUEUE, "%s: submit_request: req %p (length %d), dma: %d\n", in submit_request() 100 DBG(DBG_QUEUE, "receive data: nr_busy=%u\n", nr_busy); in receive_data() 125 DBG(DBG_QUEUE, "%s: request done\n", ep->ep.name); in receive_data() 150 DBG(DBG_GADGET | DBG_REQ, "%s: req %p complete: status %d, actual %u\n", in request_complete() 175 DBG(DBG_GADGET, "%s: ep_enable: desc=%p\n", ep->ep.name, desc); in usba_ep_enable() 185 DBG(DBG_ERR, "ep_enable: Invalid argument"); in usba_ep_enable() 198 DBG(DBG_HW, "%s: EPT_SIZE = %lu (maxpacket = %lu)\n", in usba_ep_enable() 213 DBG(DBG_ERR, "ep_enable: %s is not isoc capable\n", in usba_ep_enable() 262 DBG(DBG_HW, "EPT_CFG%d after init: %#08lx\n", ep->index, in usba_ep_enable() [all …]
|
| H A D | ci_udc.c | 55 #define DBG(x...) do {} while (0) macro 57 #define DBG(x...) printf(x) macro 342 DBG("%s: from %d to %d\n", __func__, in ci_ep_enable() 348 DBG("%s: num=%d maxpacket=%d\n", __func__, num, ep->maxpacket); in ci_ep_enable() 519 DBG("ept%d %s queue len %x, req %p, buffer %p\n", in ci_ep_submit_next_request() 585 DBG("ept%d %s pre-queue req %p, buffer %p\n", in ci_ep_queue() 598 DBG("%s: Flipping ep0 to OUT\n", __func__); in flip_ep0_direction() 601 DBG("%s: Flipping ep0 to IN\n", __func__); in flip_ep0_direction() 643 DBG("ept%d %s req %p, complete %x\n", in handle_ep_complete() 652 DBG("%s: flip ep0 dir for Status Stage\n", __func__); in handle_ep_complete() [all …]
|
| H A D | at91_udc.h | 150 # define VDBG DBG 164 #define DBG(stuff...) debug("udc: " stuff) macro
|
| H A D | at91_udc.c | 145 DBG("%s buffer overflow\n", ep->ep.name); in read_fifo() 296 DBG("bad ep or descriptor\n"); in at91_ep_enable() 302 DBG("bogus device state\n"); in at91_ep_enable() 309 DBG("only one control endpoint\n"); in at91_ep_enable() 324 DBG("bogus maxpacket %d\n", maxpacket); in at91_ep_enable() 328 DBG("iso requires double buffering\n"); in at91_ep_enable() 429 DBG("invalid request\n"); in at91_ep_queue() 434 DBG("invalid ep\n"); in at91_ep_queue() 441 DBG("invalid device\n"); in at91_ep_queue() 613 DBG("%s\n", __func__ ); in at91_wakeup() [all …]
|
| H A D | f_mass_storage.c | 442 DBG(fsg, "%s set halt\n", name); in fsg_set_halt() 495 DBG(common, "%s --> %d, %u/%u\n", __func__, in bulk_in_complete() 513 DBG(common, "%s --> %d, %u/%u\n", __func__, in bulk_out_complete() 552 DBG(fsg, "bulk reset request\n"); in fsg_setup() 1401 DBG(fsg, "bulk-in set wedge\n"); in wedge_bulk_in_endpoint() 1622 DBG(common, "sending phase-error status\n"); in send_status() 1626 DBG(common, "sending command-failure status\n"); in send_status() 1712 DBG(common, "%s is buggy! Expected length %d " in check_command() 1724 DBG(common, "using LUN %d from CBW, not LUN %d from CDB\n", in check_command() 1742 DBG(common, "unsupported LUN %d\n", common->lun); in check_command() [all …]
|
| H A D | storage_common.c | 109 #define DBG(d, fmt, args...) debug(fmt , ## args) macro 126 DBG(fsg, "%s, length %u:\n", label, length); \
|
| H A D | atmel_usba_udc.h | 228 #define DBG(level, fmt, ...) \ macro
|
| /openbmc/qemu/scripts/codeconverter/ |
| H A D | converter.py | 25 DBG = logger.debug variable 30 DBG("filenames: %r", args.filenames) 35 DBG('opening %s', f.filename) 47 DBG('values: %r', values) 68 DBG("classes: %r", classes) 119 DBG("args: %r", args)
|
| /openbmc/qemu/scripts/codeconverter/codeconverter/ |
| H A D | patching.py | 19 DBG = logger.debug variable 251 DBG("Applying patch at position %d (%s) - %d (%s): %r", 329 DBG("%s: scanning for %s", self.filename, klass.__name__) 330 DBG("regexp: %s", klass.regexp) 332 DBG('%s: %d matches found for %s: %s', self.filename, len(matches), 363 DBG("Generating patches for %r", m) 365 DBG("patch %d generated by %r:", i, m) 366 DBG("replace contents at %s-%s with %r", 371 DBG("class names: %r", class_names) 374 DBG("default class names") [all …]
|
| H A D | qom_macros.py | 18 DBG = logger.debug variable 180 DBG("other_td: %r", other_td) 186 DBG("other td: %r", td.match.groupdict()) 190 DBG("other td: %r", td.match.groupdict()) 262 DBG("groups: %r", self.match.groups()) 266 DBG("type identifiers: %r", self.type_identifiers) 358 DBG("found %d matching macros: %s", len(matches), ' '.join(m.name for m in matches)) 361 DBG("skipping %s (will patch when handling %s)", self.name, matches[0].name) 367 DBG("type identifier mismatch, won't patch %s", self.name) 713 DBG("groups: %r", self.match.groupdict()) [all …]
|
| H A D | utils.py | 12 DBG = logger.debug variable
|
| H A D | qom_type_info.py | 815 DBG("function for %s: %s", self.name, fn) 865 DBG("%r is inside %r", self, fn) 912 DBG("type info vars: %r", ti) 914 DBG("multiple TypeInfo vars found for %s", name) 917 DBG("no TypeInfo var found for %s", name) 925 DBG("looking for TypeInfo variable for %s", typename)
|
| H A D | regexps.py | 13 DBG = logger.debug variable
|
| /openbmc/openbmc/poky/meta/recipes-connectivity/connman/connman-gnome/ |
| H A D | connman-gnome-fix-dbus-interface-name.patch | 61 DBG("client %p", client); 155 DBG("getting manager properties"); 160 DBG("getting technologies"); 165 DBG("getting services");
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/hplip/hplip/ |
| H A D | 030-replace_unsafe_memcpy_with_memmove.patch | 16 DBG("read actual device_id successfully fd=%d len=%d\n", fd, len);
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/libpfm/ |
| H A D | libpfm4_4.13.0.bb | 23 EXTRA_OEMAKE = "DESTDIR=\"${D}\" PREFIX=\"${prefix}\" LIBDIR=\"${libdir}\" LDCONFIG=\"true\" DBG='-…
|
| /openbmc/qemu/scripts/coccinelle/ |
| H A D | tcg_gen_extract.cocci | 31 fd.write("[DBG] " + msg + trailer)
|
| /openbmc/openbmc/poky/meta/recipes-graphics/menu-cache/files/ |
| H A D | 0001-Support-gcc10-compilation.patch | 107 #define DBG if (verbose) g_debug
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench/ |
| H A D | 0001-Fix-build-errors-related-to-incorrect-function-param.patch | 165 #ifdef DBG
|
| /openbmc/qemu/target/loongarch/ |
| H A D | disas.c | 112 CSR_NAME(DBG),
|