Searched refs:mwHost20Bit_Rd (Results 1 – 2 of 2) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source/ |
| H A D | drvHostLib.h | 246 int mwHost20Bit_Rd(int bByte,int wBitNum); 271 #define mbHost20_ProgrammableFrameListFlag_Rd() (mwHost20Bit_Rd(0x08,BIT1)) //Bit 1 286 #define mbHost20_USBCMD_InterruptOnAsync_Rd() (mwHost20Bit_Rd(0x10,BIT6)) //Bit 6 290 #define mbHost20_USBCMD_AsynchronousEnable_Rd() (mwHost20Bit_Rd(0x10,BIT5)) //Bit 5 294 #define mbHost20_USBCMD_PeriodicEnable_Rd() (mwHost20Bit_Rd(0x10,BIT4) ) //Bit 4 306 #define mbHost20_USBCMD_HCReset_Rd() (mwHost20Bit_Rd(0x10,BIT1)) //Bit 1 309 #define mbHost20_USBCMD_RunStop_Rd() (mwHost20Bit_Rd(0x10,BIT0) ) //Bit 0 324 #define mwHost20_USBSTS_AsynchronousStatus_Rd() (mwHost20Bit_Rd(0x15,BIT7)) //14->Bit 15 326 #define mwHost20_USBSTS_PeriodicStatus_Rd() (mwHost20Bit_Rd(0x15,BIT6)) //Bit 14 332 #define mwHost20_USBSTS_IntOnAsyncAdvance_Rd() (mwHost20Bit_Rd(0x14,BIT5)) //Bit 5 [all …]
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source/usb_host_p1/ |
| H A D | drvHostLib.c | 187 int mwHost20Bit_Rd(int bByte,int wBitNum) in mwHost20Bit_Rd() function
|