Lines Matching refs:mwHost20Bit_Clr
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
376 #define mwHost20_USBINTR_CompletionOfTransaction_Clr() (mwHost20Bit_Clr(0x18,BIT0)) //Bit 0
405 #define mwHost20_PORTSC_PortReset_Clr() mwHost20Bit_Clr(0x31,BIT0)
412 #define mwHost20_PORTSC_ForceResume_Clr() mwHost20Bit_Clr(0x30,BIT6)
419 #define mwHost20_PORTSC_EnableDisable_Clr() mwHost20Bit_Clr(0x30,BIT2)
436 #define mwHost20_Control_LineStatus_Clr() (mwHost20Bit_Clr(0x40,BIT11))
442 #define mwHost20_Control_ForceFullSpeed_Clr() (mwHost20Bit_Clr(0x40,BIT7))
446 #define mwHost20_Control_ForceHighSpeed_Clr() (mwHost20Bit_Clr(0x40,BIT6))
449 #define mwOTG20_Control_Phy_Reset_Clr() (mwHost20Bit_Clr(0x40,BIT5))