Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvPCIMEM.c181kdbg("Created Mem info: size=%d,allocation=%d bytes, %d blocks per page", retval->size, retval->al… in pci_pool_create()
337kdbg("The allocated addr is %p, block size is %d ,bit_map[%d] is 0x%08X",retval, pool->size ,map,(… in pci_pool_alloc()
505 kdbg("Free Block: addr=0x%08X bitmap is 0x%08X",dma,(U32)page->bitmap [map]); in pci_pool_free()
H A DdrvEHCI.h449 kdbg("%d sw_tmr",action); in timer_action_done()
483 kdbg("register %d sw_tmr",action); in timer_action()
485 kdbg("%s",""); in timer_action()
H A DdrvMassStor.c1173 kdbg("WARNING: USB Mass Storage data integrity not assured%s\n",""); in storage_probe()
H A DdrvEhciHcd.c6372 kdbg("action: 0x%08X %s",(U32)ehci->actions,"\n"); in ehci_watchdog()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/
H A DdrvUSB.h754 #define kdbg dbg macro
756 #define kdbg(format, ...) do {} while (0) macro