Home
last modified time | relevance | path

Searched refs:vdbg (Results 1 – 5 of 5) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvEHCI_MEM.cxx288 vdbg("Creat Page memory poof for qtd%s","\n"); in ehci_mem_init()
299 vdbg("Creat Page memory poof for qh%s","\n"); in ehci_mem_init()
315 vdbg("Creat Page memory poof for itd%s","\n"); in ehci_mem_init()
325 vdbg("Creat Page memory poof for sitd%s","\n"); in ehci_mem_init()
348 vdbg("Allocate a non-cacheable memory poof for periodic frame list array %p\n",ehci->periodic); in ehci_mem_init()
H A DdrvEHCI_SCHD.cxx341 vdbg ("periodic schedule still enabled%s%s","",""); in intr_deschedule()
351 vdbg ("intr_deschedule...%s%s","",""); in intr_deschedule()
989 vdbg ("[ISO] urb %p (%d packets period %d) starting %d.%d", in itd_schedule()
H A DdrvConfig.c169 vdbg("OTG descriptor found, bmAttributes=0x%08X\n",buffer[2]); in usb_parse_endpoint()
H A DdrvEhciHcd.c4280 vdbg ("clear toggle, dev %d ep 0x%x-%s", in clear_toggle()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/
H A DdrvUSB.h748 #define vdbg dbg macro
750 #define vdbg(format, ...) do {} while (0) macro