Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source4/usb_hid_p4/
H A Ddrvhidcore_4.c132 U8 *pUsbIntrData_Port4; variable
785 pUsbIntrData_Port4=(U8*) KSEG02KSEG1(UsbIntrData_Port4); in drvUSBHost_HID_Initial_Port4()
797 memset(pUsbIntrData_Port4, 0, 8); in MDrv_GET_JOYSTICK_STATUS_Port4()
798 if (flib_Host20_Issue_Interrupt_Port4((U32)pUsbIntrData_Port4,8)==HOST20_OK) in MDrv_GET_JOYSTICK_STATUS_Port4()
799 tmp=Parse_Joystick_Report_Port4(pUsbIntrData_Port4); in MDrv_GET_JOYSTICK_STATUS_Port4()
811 if (flib_Host20_Issue_Interrupt_Port4((U32)pUsbIntrData_Port4,8)==HOST20_OK) in MDrv_Get_HID_Report_Raw_Data_Port4()
815 ReportData_Port4[i]=pUsbIntrData_Port4[i]; in MDrv_Get_HID_Report_Raw_Data_Port4()