Searched refs:mwHost20Bit_Clr (Results 1 – 3 of 3) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source/ |
| H A D | drvHostLib.h | 248 void mwHost20Bit_Clr(int bByte,int wBitNum); 288 #define mbHost20_USBCMD_InterruptOnAsync_Clr() (mwHost20Bit_Clr(0x10,BIT6)) //Bit 6 292 #define mbHost20_USBCMD_AsynchronousEnable_Clr() (mwHost20Bit_Clr(0x10,BIT5)) //Bit 5 296 #define mbHost20_USBCMD_PeriodicEnable_Clr() (mwHost20Bit_Clr(0x10,BIT4)) //Bit 4 311 #define mbHost20_USBCMD_RunStop_Clr() (mwHost20Bit_Clr(0x10,BIT0)) //Bit 0 356 #define mwHost20_USBINTR_IntOnAsyncAdvance_Clr() (mwHost20Bit_Clr(0x18,BIT5)) //Bit 5 360 #define mwHost20_USBINTR_SystemError_Clr() (mwHost20Bit_Clr(0x18,BIT4)) //Bit 4 364 #define mwHost20_USBINTR_FrameRollover_Clr() (mwHost20Bit_Clr(0x18,BIT3)) //Bit 3 368 #define mwHost20_USBINTR_PortChangeDetect_Clr() (mwHost20Bit_Clr(0x18,BIT2)) //Bit 2 372 #define mwHost20_USBINTR_USBError_Clr() (mwHost20Bit_Clr(0x18,BIT1)) //Bit 1 [all …]
|
| H A D | drvUsbMain.h | 98 #define mbFUSBH200_Interrupt_OutPut_Low_Set() (mwHost20Bit_Clr(0x40,BIT3)) 100 #define mbFUSBH200_VBUS_ON_Set() (mwHost20Bit_Clr(0x40,BIT4))
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source/usb_host_p1/ |
| H A D | drvHostLib.c | 199 void mwHost20Bit_Clr(int bByte,int wBitNum) in mwHost20Bit_Clr() function
|