Home
last modified time | relevance | path

Searched refs:mwHost20Bit_Clr_Port2 (Results 1 – 3 of 3) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source2/
H A DdrvHostLib_2.h246 void mwHost20Bit_Clr_Port2(int bByte,int wBitNum);
285 #define mbHost20_USBCMD_InterruptOnAsync_Clr() (mwHost20Bit_Clr_Port2(0x10,BIT6)) //Bit 6
289 #define mbHost20_USBCMD_AsynchronousEnable_Clr() (mwHost20Bit_Clr_Port2(0x10,BIT5)) //Bit 5
293 #define mbHost20_USBCMD_PeriodicEnable_Clr() (mwHost20Bit_Clr_Port2(0x10,BIT4)) //Bit 4
307 #define mbHost20_USBCMD_RunStop_Clr() (mwHost20Bit_Clr_Port2(0x10,BIT0)) //Bit 0
352 #define mwHost20_USBINTR_IntOnAsyncAdvance_Clr() (mwHost20Bit_Clr_Port2(0x18,BIT5)) //Bit 5
356 #define mwHost20_USBINTR_SystemError_Clr() (mwHost20Bit_Clr_Port2(0x18,BIT4)) //Bit 4
360 #define mwHost20_USBINTR_FrameRollover_Clr() (mwHost20Bit_Clr_Port2(0x18,BIT3)) //Bit 3
364 #define mwHost20_USBINTR_PortChangeDetect_Clr() (mwHost20Bit_Clr_Port2(0x18,BIT2)) //Bit 2
368 #define mwHost20_USBINTR_USBError_Clr() (mwHost20Bit_Clr_Port2(0x18,BIT1)) //Bit 1
[all …]
H A DdrvUsbMain_2.h98 #define mbFUSBH200_Interrupt_OutPut_Low_Set() (mwHost20Bit_Clr_Port2(0x40,BIT3))
100 #define mbFUSBH200_VBUS_ON_Set() (mwHost20Bit_Clr_Port2(0x40,BIT4))
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source2/usb_host_p2/
H A DdrvHostLib_2.c214 void mwHost20Bit_Clr_Port2(int bByte,int wBitNum) in mwHost20Bit_Clr_Port2() function