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.c477 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()
1004 DMSG("%s, bad ep\n", __func__); in pxa25x_ep_set_halt()
1056 DMSG("%s, bad ep\n", __func__); in pxa25x_ep_fifo_status()
1075 DMSG("%s, bad ep\n", __func__); in pxa25x_ep_fifo_flush()
1159 DMSG("disconnect %s\n", udc->driver in pullup()
1637 DMSG("SETUP %d!\n", i); in handle_ep0()
[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)