Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source3/usb_hid_p3/
H A Ddrvhidcore_3.c132 U8 *pUsbIntrData_Port3; variable
785 pUsbIntrData_Port3=(U8*) KSEG02KSEG1(UsbIntrData_Port3); in drvUSBHost_HID_Initial_Port3()
797 memset(pUsbIntrData_Port3, 0, 8); in MDrv_GET_JOYSTICK_STATUS_Port3()
798 if (flib_Host20_Issue_Interrupt_Port3((U32)pUsbIntrData_Port3,8)==HOST20_OK) in MDrv_GET_JOYSTICK_STATUS_Port3()
799 tmp=Parse_Joystick_Report_Port3(pUsbIntrData_Port3); in MDrv_GET_JOYSTICK_STATUS_Port3()
811 if (flib_Host20_Issue_Interrupt_Port3((U32)pUsbIntrData_Port3,8)==HOST20_OK) in MDrv_Get_HID_Report_Raw_Data_Port3()
815 ReportData_Port3[i]=pUsbIntrData_Port3[i]; in MDrv_Get_HID_Report_Raw_Data_Port3()