Home
last modified time | relevance | path

Searched refs:DMSG (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/usb/gadget/udc/
H A Dpxa25x_udc.h140 #define DMSG(stuff...) pr_debug("udc: " stuff) macro
160 DMSG("%s %02X =%s%s%s%s%s%s%s%s\n", in dump_udccr()
177 DMSG("%s %s %02X =%s%s%s%s%s%s%s%s\n", in dump_udccs0()
197 DMSG("%s, uicr %02X.%02X, usir %02X.%02x, ufnr %02X.%02X\n", in dump_state()
203 DMSG("udccfr %02X =%s%s\n", tmp, in dump_state()
209 DMSG("no gadget driver bound\n"); in dump_state()
212 DMSG("ep0 driver '%s'\n", dev->driver->driver.name); in dump_state()
215 DMSG("ep0 IN %lu/%lu, OUT %lu/%lu\n", in dump_state()
222 DMSG ("udccs%d = %02x\n", i, udc_ep_get_UDCCS(&dev->ep[i])); in dump_state()
236 #define DBG(lvl, stuff...) do{if ((lvl) <= UDC_DEBUG) DMSG(stuff);}while(0)
H A Dpxa25x_udc.c429 DMSG("%s, bad ep or descriptor\n", __func__); in pxa25x_ep_enable()
437 DMSG("%s, %s type mismatch\n", __func__, _ep->name); in pxa25x_ep_enable()
446 DMSG("%s, bad %s maxpacket\n", __func__, _ep->name); in pxa25x_ep_enable()
452 DMSG("%s, bogus device state\n", __func__); in pxa25x_ep_enable()
477 DMSG("%s, %s not enabled\n", __func__, in pxa25x_ep_disable()
758 DMSG("%s overflow %d\n", in read_fifo()
814 DMSG("%s overflow\n", ep->ep.name); in read_ep0_fifo()
846 DMSG("%s, bad params\n", __func__); in pxa25x_ep_queue()
852 DMSG("%s, bad ep\n", __func__); in pxa25x_ep_queue()
859 DMSG("%s, bogus device state\n", __func__); in pxa25x_ep_queue()
[all …]
/openbmc/linux/drivers/net/wireless/intersil/orinoco/
H A Dhermes.c78 #define DMSG(stuff...) do {printk(KERN_DEBUG "hermes @ %p: " , hw->iobase); \ macro
84 #define DEBUG(lvl, stuff...) if ((lvl) <= HERMES_DEBUG) DMSG(stuff)