Searched refs:mwHost20Bit_Rd_Port3 (Results 1 – 2 of 2) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source3/ |
| H A D | drvHostLib_3.h | 244 int mwHost20Bit_Rd_Port3(int bByte,int wBitNum); 268 #define mbHost20_ProgrammableFrameListFlag_Rd() (mwHost20Bit_Rd_Port3(0x08,BIT1)) //Bit 1 283 #define mbHost20_USBCMD_InterruptOnAsync_Rd() (mwHost20Bit_Rd_Port3(0x10,BIT6)) //Bit 6 287 …#define mbHost20_USBCMD_AsynchronousEnable_Rd() (mwHost20Bit_Rd_Port3(0x10,BIT5)) //Bit… 291 …#define mbHost20_USBCMD_PeriodicEnable_Rd() (mwHost20Bit_Rd_Port3(0x10,BIT4) ) //Bit… 302 #define mbHost20_USBCMD_HCReset_Rd() (mwHost20Bit_Rd_Port3(0x10,BIT1)) //Bit 1 305 #define mbHost20_USBCMD_RunStop_Rd() (mwHost20Bit_Rd_Port3(0x10,BIT0) ) //Bit 0 320 …#define mwHost20_USBSTS_AsynchronousStatus_Rd() (mwHost20Bit_Rd_Port3(0x15,BIT7)) //14->Bi… 322 #define mwHost20_USBSTS_PeriodicStatus_Rd() (mwHost20Bit_Rd_Port3(0x15,BIT6)) //Bit 14 328 #define mwHost20_USBSTS_IntOnAsyncAdvance_Rd() (mwHost20Bit_Rd_Port3(0x14,BIT5)) //Bit 5 [all …]
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source3/usb_host_p3/ |
| H A D | drvHostLib_3.c | 202 int mwHost20Bit_Rd_Port3(int bByte,int wBitNum) in mwHost20Bit_Rd_Port3() function
|