Searched refs:IFX_PRINT (Results 1 - 6 of 6) sorted by relevance

/openwrt/package/kernel/lantiq/ltq-hcd/src/
H A Difxusb_cif.c140 IFX_PRINT("%s Allocation Failed size:%d\n",__func__,size);
332 IFX_PRINT("Waiting for PHY Clock Lock!\n");
338 IFX_PRINT("PHY Clock Locked!\n");
340 IFX_PRINT("PHY Clock Not Locked! %08X\n",ifxusb_rreg(&_core_if->core_global_regs->grxfsiz));
620 IFX_PRINT("USB core #%d soft-reset\n",_core_if->core_no);
1420 IFX_PRINT( "%6x: %s\n", start, line);
1440 IFX_PRINT("SPRAM Data:\n");
1442 IFX_PRINT("Base Address: 0x%8X\n", (uint32_t)start_addr);
1445 IFX_PRINT("Starting Address: 0x%8X\n", (uint32_t)start_addr);
1457 IFX_PRINT("
[all...]
H A Difxusb_driver.c577 IFX_PRINT("IFX USB platform_dev release\n");
619 IFX_PRINT("%s: version %s\n", ifxusb_hcd_driver_name, IFXUSB_VERSION);
621 IFX_PRINT("%s: version %s\n", ifxusb_pcd_driver_name, IFXUSB_VERSION);
626 IFX_PRINT(" OPTION: __IS_TWINPASS__\n");
628 IFX_PRINT(" OPTION: __IS_DANUBE__\n");
630 IFX_PRINT(" OPTION: __IS_AMAZON_SE__\n");
632 IFX_PRINT(" OPTION: __IS_AR9__\n");
634 IFX_PRINT(" OPTION: __IS_VR9__\n");
636 IFX_PRINT(" OPTION: __IS_AR10__\n");
638 IFX_PRINT(" OPTIO
[all...]
H A Difxhcd.c219 IFX_PRINT("%s: ehqh %p _urbd %p, urb %p,"
232 IFX_PRINT(" ISO Desc %d status: %d\n", i, _urbd->urb->iso_frame_desc[i].status);
329 IFX_PRINT("%s: ehqh %p _urbd %p, urb %p, device %d, ep %d %s/%s, status=%d\n",
340 IFX_PRINT(" ISO Desc %d status: %d\n", i, _urbd->urb->iso_frame_desc[i].status);
811 IFX_PRINT("Init: Power Port (%d)\n", hprt0.b.prtpwr);
850 IFX_PRINT("PortPower off\n");
1383 //IFX_PRINT( "SUSPEND: HPRT0=%0x\n", hprt0.d32);
1922 IFX_PRINT("*** %s: Channel %d, double halt a channel***\n",
1978 IFX_PRINT("%s, urb %p\n" , _fn_name, _urb);
1979 IFX_PRINT(" Devic
[all...]
H A Difxusb_ctl.c3682 IFX_PRINT("%s proc initialization failed! \n", ifxusb_hcd_driver_name);
3688 IFX_PRINT("%s proc initialization failed! \n", ifxusb_pcd_driver_name);
3707 IFX_PRINT("ERROR in creating read proc entry (%s)! \n", funcname);
3721 IFX_PRINT("ERROR in creating proc entry (%s)! \n", funcname);
3745 IFX_PRINT("IFXUSB Dump Parameters ( Host Mode) \n");
3748 IFX_PRINT("IFXUSB Dump Parameters ( Device Mode) \n");
3752 IFX_PRINT("DMA: Hermes DMA\n");
3754 IFX_PRINT("DMA: Non-Desc DMA\n");
3756 IFX_PRINT(" Burst size: %d\n",params->dma_burst_size);
3759 IFX_PRINT("Ful
[all...]
H A Difxusb_cif_h.c522 IFX_PRINT("Register USB VBus Failed!!\n");
1291 IFX_PRINT("Can't enable USB1 5.5V power!!\n");
1307 IFX_PRINT("Can't enable USB2 5.5V power!!\n");
1421 IFX_PRINT("Can't Disable USB1 5.5V power!!\n");
1436 IFX_PRINT("Can't Disable USB2 5.5V power!!\n");
H A Difxusb_plat.h1178 #define IFX_PRINT(x...) printk( KERN_INFO IFXUSB x ) macro

Completed in 55 milliseconds