Home
last modified time | relevance | path

Searched refs:USB_Write_REG32 (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source/
H A DdrvHostLib.h122 extern void USB_Write_REG32(UINT8 addr,UINT32 val);
392 #define mwHost20_PeriodicBaseAddr_Set(wValue) USB_Write_REG32(0x24,wValue)
396 #define mwHost20_CurrentAsynchronousAddr_Set(wValue) USB_Write_REG32(0x28,wValue)
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source/usb_host_p1/
H A DdrvHostLib.c318 void USB_Write_REG32(UINT8 addr,UINT32 val) in USB_Write_REG32() function