Searched refs:mwHost20Bit_Set (Results 1 – 3 of 3) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source/ |
| H A D | drvHostLib.h | 247 void mwHost20Bit_Set(int bByte,int wBitNum); 287 #define mbHost20_USBCMD_InterruptOnAsync_Set() (mwHost20Bit_Set(0x10,BIT6)) //Bit 6 291 #define mbHost20_USBCMD_AsynchronousEnable_Set() (mwHost20Bit_Set(0x10,BIT5)) //Bit 5 295 #define mbHost20_USBCMD_PeriodicEnable_Set() (mwHost20Bit_Set(0x10,BIT4)) //Bit 4 307 #define mbHost20_USBCMD_HCReset_Set() (mwHost20Bit_Set(0x10,BIT1)) //Bit 1 310 #define mbHost20_USBCMD_RunStop_Set() (mwHost20Bit_Set(0x10,BIT0)) //Bit 0 333 #define mwHost20_USBSTS_IntOnAsyncAdvance_Set() (mwHost20Bit_Set(0x14,BIT5)) //Bit 5 336 #define mwHost20_USBSTS_SystemError_Set() (mwHost20Bit_Set(0x14,BIT4)) //Bit 4 339 #define mwHost20_USBSTS_FrameRollover_Set() (mwHost20Bit_Set(0x14,BIT3)) //Bit 3 342 #define mwHost20_USBSTS_PortChangeDetect_Set() (mwHost20Bit_Set(0x14,BIT2)) //Bit 2 [all …]
|
| H A D | drvUsbMain.h | 96 #define mbFUSBH200_HALFSPEEDEnable_Set() (mwHost20Bit_Set(0x40,BIT2)) 97 #define mbFUSBH200_Interrupt_OutPut_High_Set() (mwHost20Bit_Set(0x40,BIT3)) 99 #define mbFUSBH200_VBUS_OFF_Set() (mwHost20Bit_Set(0x40,BIT4))
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source/usb_host_p1/ |
| H A D | drvHostLib.c | 191 void mwHost20Bit_Set(int bByte,int wBitNum) in mwHost20Bit_Set() function 264 mwHost20Bit_Set(0x81,(BIT6|BIT7)); in flib_OTGH_Init()
|