Home
last modified time | relevance | path

Searched refs:ms_debug_msg (Results 1 – 6 of 6) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvUsbd.c128 #undef ms_debug_msg
133 #define ms_debug_msg(fmt, arg...) \ macro
136 #define ms_debug_msg(fmt, arg...) do {} while (0) macro
339 ms_debug_msg ("no device features set yet\n"); in ms_rh_call_control()
382 ms_debug_msg ("[root hub] device address %d\n", u16Value); in ms_rh_call_control()
389 ms_debug_msg ("[no endpoint features yet]\n"); in ms_rh_call_control()
397ms_debug_msg ("[unsupported hub control message] (maxchild %d)\n", (int)pUrb->dev->u32MaxChild); in ms_rh_call_control()
586 ms_debug_msg ("remove: %s, state %x\n", pHcd->self.bus_name, pHcd->state); in ms_usb_hcd_cpe_ehci_remove()
596 ms_debug_msg ("%s: roothub graceful disconnect\n", pHcd->self.bus_name); in ms_usb_hcd_cpe_ehci_remove()
600 ms_debug_msg ("%s: roothub disconnect done\n", pHcd->self.bus_name); in ms_usb_hcd_cpe_ehci_remove()
[all …]
H A DdrvEHCI_SCHD.cxx99 ms_debug_msg ("[periodic_unlink] entry %p no longer on u32Frame [%d]\n", ptr, (int)u32Frame); in ms_periodic_unlink()
231 ms_debug_msg ("periodic schedule still enabled\n"); in ms_intr_deschedule()
254 ms_debug_msg ("ms_intr_deschedule...\n"); in ms_intr_deschedule()
549 ms_debug_msg("[USB] first fit (frame,uframe)=(%d,%d)\n", u32Frame1, u32uFrame1); in ms_qh_schedule()
562 ms_debug_msg("[USB] no time slot fit\n"); in ms_qh_schedule()
571 ms_debug_msg ("reused previous pQh %p schedule", pQh); in ms_qh_schedule()
576ms_debug_msg ("[ms_qh_schedule] qh->hw_info2:%x ,usecs %d/%d, period %d.0 starting %d.%d (gap %d)\… in ms_qh_schedule()
580ms_debug_msg ("[ms_qh_schedule] scheduled pQh %p usecs %d/%d period %d.0 starting %d.%d (gap %d)\n… in ms_qh_schedule()
674 ms_debug_msg ("[intr qh] %p no TDs?", pQh); in ms_intr_complete()
729 ms_debug_msg ("corrupt u32Type %d u32Frame %d shadow %p", in ms_scan_periodic()
H A DdrvEhciHcd.c144 #undef ms_debug_msg
149 #define ms_debug_msg(fmt, arg...) \ macro
152 #define ms_debug_msg(fmt, arg...) do {} while (0) macro
653 ms_debug_msg("RootHub SPEED: %s\n", speed_name_list[u32Speed]); in ms_hub_control()
747 ms_debug_msg("SetPortFeature suspend\n"); in ms_hub_control()
991 ms_debug_msg(" [ USB QTD_STS_XACTERR ] \n "); in ms_qtd_copy_status()
1038 ms_debug_msg ("clear tt buffer port %d, a%d ep%d t%08x\n", in ms_qtd_copy_status()
1673 ms_debug_msg ("usb dev %p speed %d", pUrb->dev, pUrb->dev->eSpeed); in ms_qh_make()
2387 ms_debug_msg("qh dma addr: %p\n", (void *)ehci->stAsync->qh_dma_addr); in ms_ehci_begin()
2410 ms_debug_msg("[EHCI] Enable Park Mode: %d\n", (int)park_eco); in ms_ehci_begin()
[all …]
H A DdrvUsbHostConfig.h537 #undef ms_debug_msg
544 #define ms_debug_msg(fmt, arg...) \ macro
547 #define ms_debug_msg(fmt, arg...) do {} while (0) macro
578 #define ms_usbhost_msg ms_debug_msg
H A DdrvMsg.c600 ms_debug_msg("manual set interface for pIntf %d, alt %d", in ms_usb_set_interface()
729 ms_debug_msg("string descriptor 0 too short!\n"); in ms_usb_string()
H A DdrvEHCI_MEM.cxx236ms_debug_msg("Allocate a non-cacheable memory pool for periodic frame list array %p, size %d\n",pE… in ms_ehci_mem_init()