Searched refs:mwHost20Bit_Clr_Port3 (Results 1 – 3 of 3) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source3/ |
| H A D | drvHostLib_3.h | 246 void mwHost20Bit_Clr_Port3(int bByte,int wBitNum); 285 #define mbHost20_USBCMD_InterruptOnAsync_Clr() (mwHost20Bit_Clr_Port3(0x10,BIT6)) //Bit 6 289 #define mbHost20_USBCMD_AsynchronousEnable_Clr() (mwHost20Bit_Clr_Port3(0x10,BIT5)) //Bit 5 293 #define mbHost20_USBCMD_PeriodicEnable_Clr() (mwHost20Bit_Clr_Port3(0x10,BIT4)) //Bit 4 307 #define mbHost20_USBCMD_RunStop_Clr() (mwHost20Bit_Clr_Port3(0x10,BIT0)) //Bit 0 352 #define mwHost20_USBINTR_IntOnAsyncAdvance_Clr() (mwHost20Bit_Clr_Port3(0x18,BIT5)) //Bit 5 356 #define mwHost20_USBINTR_SystemError_Clr() (mwHost20Bit_Clr_Port3(0x18,BIT4)) //Bit 4 360 #define mwHost20_USBINTR_FrameRollover_Clr() (mwHost20Bit_Clr_Port3(0x18,BIT3)) //Bit 3 364 #define mwHost20_USBINTR_PortChangeDetect_Clr() (mwHost20Bit_Clr_Port3(0x18,BIT2)) //Bit 2 368 #define mwHost20_USBINTR_USBError_Clr() (mwHost20Bit_Clr_Port3(0x18,BIT1)) //Bit 1 [all …]
|
| H A D | drvUsbMain_3.h | 98 #define mbFUSBH200_Interrupt_OutPut_Low_Set() (mwHost20Bit_Clr_Port3(0x40,BIT3)) 100 #define mbFUSBH200_VBUS_ON_Set() (mwHost20Bit_Clr_Port3(0x40,BIT4))
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source3/usb_host_p3/ |
| H A D | drvHostLib_3.c | 214 void mwHost20Bit_Clr_Port3(int bByte,int wBitNum) in mwHost20Bit_Clr_Port3() function
|