Home
last modified time | relevance | path

Searched refs:UINT8 (Results 1 – 25 of 37) sorted by relevance

12

/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source2/
H A DdrvHostLib_2.h100 typedef unsigned char UINT8; // 1 byte
116 #define BOOLEAN UINT8
119 #define INT8U UINT8
122 extern void USB_Write_REG32_Port2(UINT8 addr,UINT32 val);
281 …e) (mwHost20Port_Port2(0x011)=(mwHost20Port_Port2(0x011)&0xFC)|(( (UINT8) bValue )<<8) ) /…
296 …e) (mwHost20Port_wr_Port2(0x10, (mwHost20Port_Port2(0x10)&0xF3)|(((UINT8)(bValue))<<2)) ) /…
644 UINT8 bStructureEnable; //Enable = 0x66 Disable=>Others
645 UINT8 bInterruptThreshod; //01,02,04,08,10,20,40
646 UINT8 bAsynchronousParkMode; //00=>Disable,01=>Enable
647 UINT8 bAsynchronousParkModeCounter; //01,02,03
[all …]
H A DdrvHost200_2.h115 UINT8 bDataCounter_IN; //0~255
116 UINT8 bDataCounter_OUT; //0~255
125 UINT8 bDataCounterIn; //0~255
126 UINT8 bDataCounterOut; //0~255
127 UINT8 bMaxSize; //Assume 13
128 UINT8 bINT_Dir; //0:Init 1:IN 2:Out
129 UINT8 bInQHDArrayNum;
130 UINT8 bOutQHDArrayNum;
137 UINT8 bDataMax; //252
138 UINT8 bDataCounter; //Dynamic index
[all …]
H A Ddrvscsi_2.h111 #define BOOLEAN UINT8
115 #define INT8U UINT8
277 UINT8 u8DeviceType;
313 UINT8 u8LunNum;
322 UINT8 bDeviceReady;
323 UINT8 bDeviceValid;
325 UINT8 bWriteProtect;
326 UINT8 bRMB;
328 UINT8 u8VendorID[8];
329 UINT8 u8ProductID[16];
[all …]
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source4/
H A DdrvHostLib_4.h100 typedef unsigned char UINT8; // 1 byte
116 #define BOOLEAN UINT8
119 #define INT8U UINT8
122 extern void USB_Write_REG32_Port4(UINT8 addr,UINT32 val);
281 …e) (mwHost20Port_Port4(0x011)=(mwHost20Port_Port4(0x011)&0xFC)|(( (UINT8) bValue )<<8) ) /…
296 …e) (mwHost20Port_wr_Port4(0x10, (mwHost20Port_Port4(0x10)&0xF3)|(((UINT8)(bValue))<<2)) ) /…
644 UINT8 bStructureEnable; //Enable = 0x66 Disable=>Others
645 UINT8 bInterruptThreshod; //01,02,04,08,10,20,40
646 UINT8 bAsynchronousParkMode; //00=>Disable,01=>Enable
647 UINT8 bAsynchronousParkModeCounter; //01,02,03
[all …]
H A DdrvHost200_4.h115 UINT8 bDataCounter_IN; //0~255
116 UINT8 bDataCounter_OUT; //0~255
125 UINT8 bDataCounterIn; //0~255
126 UINT8 bDataCounterOut; //0~255
127 UINT8 bMaxSize; //Assume 13
128 UINT8 bINT_Dir; //0:Init 1:IN 2:Out
129 UINT8 bInQHDArrayNum;
130 UINT8 bOutQHDArrayNum;
137 UINT8 bDataMax; //252
138 UINT8 bDataCounter; //Dynamic index
[all …]
H A Ddrvscsi_4.h111 #define BOOLEAN UINT8
115 #define INT8U UINT8
291 UINT8 u8DeviceType;
327 UINT8 u8LunNum;
336 UINT8 bDeviceReady;
337 UINT8 bDeviceValid;
339 UINT8 bWriteProtect;
340 UINT8 bRMB;
342 UINT8 u8VendorID[8];
343 UINT8 u8ProductID[16];
[all …]
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source/
H A DdrvHostLib.h100 typedef unsigned char UINT8; // 1 byte
116 #define BOOLEAN UINT8
119 #define INT8U UINT8
122 extern void USB_Write_REG32(UINT8 addr,UINT32 val);
284 …NT_Set(bValue) (mwHost20Port(0x011)=(mwHost20Port(0x011)&0xFC)|(( (UINT8) bValue )<<8) ) /…
300 …ze_Set(bValue) (mwHost20Port_wr(0x10, (mwHost20Port(0x10)&0xF3)|(((UINT8)(bValue))<<2)) ) /…
648 UINT8 bStructureEnable; //Enable = 0x66 Disable=>Others
649 UINT8 bInterruptThreshod; //01,02,04,08,10,20,40
650 UINT8 bAsynchronousParkMode; //00=>Disable,01=>Enable
651 UINT8 bAsynchronousParkModeCounter; //01,02,03
[all …]
H A DdrvHost200.h115 UINT8 bDataCounter_IN; //0~255
116 UINT8 bDataCounter_OUT; //0~255
125 UINT8 bDataCounterIn; //0~255
126 UINT8 bDataCounterOut; //0~255
127 UINT8 bMaxSize; //Assume 13
128 UINT8 bINT_Dir; //0:Init 1:IN 2:Out
129 UINT8 bInQHDArrayNum;
130 UINT8 bOutQHDArrayNum;
137 UINT8 bDataMax; //252
138 UINT8 bDataCounter; //Dynamic index
[all …]
H A Ddrvscsi.h111 #define BOOLEAN UINT8
115 #define INT8U UINT8
277 UINT8 u8DeviceType;
315 UINT8 u8LunNum;
324 UINT8 bDeviceReady;
325 UINT8 bDeviceValid;
327 UINT8 bWriteProtect;
328 UINT8 bRMB;
330 UINT8 u8VendorID[8];
331 UINT8 u8ProductID[16];
[all …]
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source3/
H A DdrvHostLib_3.h100 typedef unsigned char UINT8; // 1 byte
116 #define BOOLEAN UINT8
119 #define INT8U UINT8
122 extern void USB_Write_REG32_Port3(UINT8 addr,UINT32 val);
281 …e) (mwHost20Port_Port3(0x011)=(mwHost20Port_Port3(0x011)&0xFC)|(( (UINT8) bValue )<<8) ) /…
296 …e) (mwHost20Port_wr_Port3(0x10, (mwHost20Port_Port3(0x10)&0xF3)|(((UINT8)(bValue))<<2)) ) /…
644 UINT8 bStructureEnable; //Enable = 0x66 Disable=>Others
645 UINT8 bInterruptThreshod; //01,02,04,08,10,20,40
646 UINT8 bAsynchronousParkMode; //00=>Disable,01=>Enable
647 UINT8 bAsynchronousParkModeCounter; //01,02,03
[all …]
H A DdrvHost200_3.h115 UINT8 bDataCounter_IN; //0~255
116 UINT8 bDataCounter_OUT; //0~255
125 UINT8 bDataCounterIn; //0~255
126 UINT8 bDataCounterOut; //0~255
127 UINT8 bMaxSize; //Assume 13
128 UINT8 bINT_Dir; //0:Init 1:IN 2:Out
129 UINT8 bInQHDArrayNum;
130 UINT8 bOutQHDArrayNum;
137 UINT8 bDataMax; //252
138 UINT8 bDataCounter; //Dynamic index
[all …]
H A Ddrvscsi_3.h111 #define BOOLEAN UINT8
115 #define INT8U UINT8
291 UINT8 u8DeviceType;
327 UINT8 u8LunNum;
336 UINT8 bDeviceReady;
337 UINT8 bDeviceValid;
339 UINT8 bWriteProtect;
340 UINT8 bRMB;
342 UINT8 u8VendorID[8];
343 UINT8 u8ProductID[16];
[all …]
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source4/usb_host_p4/
H A DdrvHostLib_4.c122 code UINT8 OTGH_GETDESCRIPTOR_DEVICE_8_PORT4[] = {0x80,0x06,0x00,0x01,0x00,0x00,0x08,0x00};
123 code UINT8 OTGH_GETDESCRIPTOR_DEVICE_PORT4[] = {0x80,0x06,0x00,0x01,0x00,0x00,0x12,0x00};
124 code UINT8 OTGH_GETDESCRIPTOR_CONFIG_PORT4[] = {0x80,0x06,0x00,0x02,0x00,0x00,0x08,0x00};
126 code UINT8 OTGH_SETADDRESS_PORT4[] = {0x00,0x05,03,0x00,0x00,0x00,0x00,0x00};
128 code UINT8 OTGH_SETCONFIGURATION_PORT4[] = {0x00,0x09,0x01,0x00,0x00,0x00,0x00,0x00};
129 code UINT8 OTGH_GETDESCRIPTOR_STR_PORT4[] = {0x80,0x06,0x00,0x03,0x00,0x00,0x02,0x00}; //Get St…
155 UINT8 xdata Host20_qTD_Manage_Port4[Host20_qTD_MAX]; //1=>Free 2=>used
164 UINT8 pUsbData_Port4[CONTROL_BUF_LEN] __attribute__ ((aligned (16))) ;
169 UINT8 gSpeed_Port4;
249 UINT8 flib_OTGH_Init_Port4(UINT8 wForDevice_B) in flib_OTGH_Init_Port4()
[all …]
H A DdrvMassStorage_4.c147 code UINT8 HOST20_CLEAR_FEATURE_PORT4[8] = {0x02,0x01,0x00,0x00,0x81,0x00,0x00,0x00}; //
149 UINT8 Host20_MSCD_ClearFeature_Port4(struct us_data *psMassStorage) in Host20_MSCD_ClearFeature_Port4()
151 UINT8 bTemp; in Host20_MSCD_ClearFeature_Port4()
152 UINT8 bCMD[8]; in Host20_MSCD_ClearFeature_Port4()
180 code UINT8 HOST20_MSCD_GET_MAX_LUN_PORT4[8] = {0xA1,0xFE,0x00,0x00,0x00,0x00,0x01,0x00}; //Ge…
189 UINT8 Host20_MSCD_GetMaxLUN_Port4(void) in Host20_MSCD_GetMaxLUN_Port4()
191 UINT8 bMaxLun; in Host20_MSCD_GetMaxLUN_Port4()
192 UINT8 bCMD[8]; in Host20_MSCD_GetMaxLUN_Port4()
242 UINT8 Host20_MSCD_issue_CBW_Port4(struct us_data *psMassStorage) in Host20_MSCD_issue_CBW_Port4()
294 UINT8 Host20_MSCD_issue_CSW_Port4(void) in Host20_MSCD_issue_CSW_Port4()
[all …]
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source3/usb_host_p3/
H A DdrvHostLib_3.c122 code UINT8 OTGH_GETDESCRIPTOR_DEVICE_8_PORT3[] = {0x80,0x06,0x00,0x01,0x00,0x00,0x08,0x00};
123 code UINT8 OTGH_GETDESCRIPTOR_DEVICE_PORT3[] = {0x80,0x06,0x00,0x01,0x00,0x00,0x12,0x00};
124 code UINT8 OTGH_GETDESCRIPTOR_CONFIG_PORT3[] = {0x80,0x06,0x00,0x02,0x00,0x00,0x08,0x00};
126 code UINT8 OTGH_SETADDRESS_PORT3[] = {0x00,0x05,03,0x00,0x00,0x00,0x00,0x00};
128 code UINT8 OTGH_SETCONFIGURATION_PORT3[] = {0x00,0x09,0x01,0x00,0x00,0x00,0x00,0x00};
129 code UINT8 OTGH_GETDESCRIPTOR_STR_PORT3[] = {0x80,0x06,0x00,0x03,0x00,0x00,0x02,0x00}; //Get St…
155 UINT8 xdata Host20_qTD_Manage_Port3[Host20_qTD_MAX]; //1=>Free 2=>used
164 UINT8 pUsbData_Port3[CONTROL_BUF_LEN] __attribute__ ((aligned (16))) ;
169 UINT8 gSpeed_Port3;
249 UINT8 flib_OTGH_Init_Port3(UINT8 wForDevice_B) in flib_OTGH_Init_Port3()
[all …]
H A DdrvMassStorage_3.c147 code UINT8 HOST20_CLEAR_FEATURE_PORT3[8] = {0x02,0x01,0x00,0x00,0x81,0x00,0x00,0x00}; //
149 UINT8 Host20_MSCD_ClearFeature_Port3(struct us_data *psMassStorage) in Host20_MSCD_ClearFeature_Port3()
151 UINT8 bTemp; in Host20_MSCD_ClearFeature_Port3()
152 UINT8 bCMD[8]; in Host20_MSCD_ClearFeature_Port3()
180 code UINT8 HOST20_MSCD_GET_MAX_LUN_PORT3[8] = {0xA1,0xFE,0x00,0x00,0x00,0x00,0x01,0x00}; //Ge…
189 UINT8 Host20_MSCD_GetMaxLUN_Port3(void) in Host20_MSCD_GetMaxLUN_Port3()
191 UINT8 bMaxLun; in Host20_MSCD_GetMaxLUN_Port3()
192 UINT8 bCMD[8]; in Host20_MSCD_GetMaxLUN_Port3()
242 UINT8 Host20_MSCD_issue_CBW_Port3(struct us_data *psMassStorage) in Host20_MSCD_issue_CBW_Port3()
294 UINT8 Host20_MSCD_issue_CSW_Port3(void) in Host20_MSCD_issue_CSW_Port3()
[all …]
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source2/usb_host_p2/
H A DdrvHostLib_2.c122 code UINT8 OTGH_GETDESCRIPTOR_DEVICE_8_PORT2[] = {0x80,0x06,0x00,0x01,0x00,0x00,0x08,0x00};
123 code UINT8 OTGH_GETDESCRIPTOR_DEVICE_PORT2[] = {0x80,0x06,0x00,0x01,0x00,0x00,0x12,0x00};
124 code UINT8 OTGH_GETDESCRIPTOR_CONFIG_PORT2[] = {0x80,0x06,0x00,0x02,0x00,0x00,0x08,0x00};
126 code UINT8 OTGH_SETADDRESS_PORT2[] = {0x00,0x05,03,0x00,0x00,0x00,0x00,0x00};
128 code UINT8 OTGH_SETCONFIGURATION_PORT2[] = {0x00,0x09,0x01,0x00,0x00,0x00,0x00,0x00};
129 code UINT8 OTGH_GETDESCRIPTOR_STR_PORT2[] = {0x80,0x06,0x00,0x03,0x00,0x00,0x02,0x00}; //Get St…
155 UINT8 xdata Host20_qTD_Manage_Port2[Host20_qTD_MAX]; //1=>Free 2=>used
164 UINT8 pUsbData_Port2[CONTROL_BUF_LEN] __attribute__ ((aligned (16))) ;
169 UINT8 gSpeed_Port2;
249 UINT8 flib_OTGH_Init_Port2(UINT8 wForDevice_B) in flib_OTGH_Init_Port2()
[all …]
H A DdrvMassStorage_2.c147 code UINT8 HOST20_CLEAR_FEATURE_PORT2[8] = {0x02,0x01,0x00,0x00,0x81,0x00,0x00,0x00}; //
149 UINT8 Host20_MSCD_ClearFeature_Port2(struct us_data *psMassStorage) in Host20_MSCD_ClearFeature_Port2()
151 UINT8 bTemp; in Host20_MSCD_ClearFeature_Port2()
152 UINT8 bCMD[8]; in Host20_MSCD_ClearFeature_Port2()
180 code UINT8 HOST20_MSCD_GET_MAX_LUN_PORT2[8] = {0xA1,0xFE,0x00,0x00,0x00,0x00,0x01,0x00}; //Ge…
189 UINT8 Host20_MSCD_GetMaxLUN_Port2(void) in Host20_MSCD_GetMaxLUN_Port2()
191 UINT8 bMaxLun; in Host20_MSCD_GetMaxLUN_Port2()
192 UINT8 bCMD[8]; in Host20_MSCD_GetMaxLUN_Port2()
242 UINT8 Host20_MSCD_issue_CBW_Port2(struct us_data *psMassStorage) in Host20_MSCD_issue_CBW_Port2()
294 UINT8 Host20_MSCD_issue_CSW_Port2(void) in Host20_MSCD_issue_CSW_Port2()
[all …]
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source/usb_host_p1/
H A DdrvHostLib.c114 code UINT8 OTGH_GETDESCRIPTOR_DEVICE_8[] = {0x80,0x06,0x00,0x01,0x00,0x00,0x08,0x00};
115 code UINT8 OTGH_GETDESCRIPTOR_DEVICE[] = {0x80,0x06,0x00,0x01,0x00,0x00,0x12,0x00};
116 code UINT8 OTGH_GETDESCRIPTOR_CONFIG[] = {0x80,0x06,0x00,0x02,0x00,0x00,0x08,0x00};
118 code UINT8 OTGH_SETADDRESS[] = {0x00,0x05,03,0x00,0x00,0x00,0x00,0x00};
120 code UINT8 OTGH_SETCONFIGURATION[] = {0x00,0x09,0x01,0x00,0x00,0x00,0x00,0x00};
121 code UINT8 OTGH_GETDESCRIPTOR_STR[] = {0x80,0x06,0x00,0x03,0x00,0x00,0x02,0x00}; //Get String D…
138 UINT8 Host20_qTD_Manage[Host20_qTD_MAX]; //1=>Free 2=>used
144 UINT8 pUsbData[CONTROL_BUF_LEN] __attribute__ ((aligned (16))) ;
149 UINT8 gSpeed;
235 UINT8 flib_OTGH_Init(UINT8 wForDevice_B) in flib_OTGH_Init()
[all …]
H A DdrvMassStorage.c148 code UINT8 HOST20_CLEAR_FEATURE[8] = {0x02,0x01,0x00,0x00,0x81,0x00,0x00,0x00}; //
150 UINT8 Host20_MSCD_ClearFeature(struct us_data *psMassStorage) in Host20_MSCD_ClearFeature()
152 UINT8 bTemp; in Host20_MSCD_ClearFeature()
153 UINT8 bCMD[8]; in Host20_MSCD_ClearFeature()
181 code UINT8 HOST20_MSCD_GET_MAX_LUN[8] = {0xA1,0xFE,0x00,0x00,0x00,0x00,0x01,0x00}; //Get MAX …
190 UINT8 Host20_MSCD_GetMaxLUN(void) in Host20_MSCD_GetMaxLUN()
192 UINT8 bMaxLun; in Host20_MSCD_GetMaxLUN()
193 UINT8 bCMD[8]; in Host20_MSCD_GetMaxLUN()
243 UINT8 Host20_MSCD_issue_CBW(struct us_data *psMassStorage) in Host20_MSCD_issue_CBW()
296 UINT8 Host20_MSCD_issue_CSW(void) in Host20_MSCD_issue_CSW()
[all …]
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source/usb_hid_p1/
H A Ddrvintpipe.c108 extern UINT8 gSpeed;
111 extern UINT8 flib_Host20_CheckingForResult_QHD(qHD_Structure *spTempqHD);
115 void SetFrameList(UINT8 i) in SetFrameList()
134 void flib_Host20_Interrupt_Init(UINT8 bAddr) in flib_Host20_Interrupt_Init()
138 UINT8 *pData; in flib_Host20_Interrupt_Init()
140 UINT8 EndPaddr; in flib_Host20_Interrupt_Init()
157 pData=(UINT8*)pHost20_qHD_List_Intr; in flib_Host20_Interrupt_Init()
185 pData=(UINT8 *)pHost20_FramList; in flib_Host20_Interrupt_Init()
245 void flib_Host20_Periodic_Setting(UINT8 bOption) in flib_Host20_Periodic_Setting()
279 UINT8 flib_Host20_Send_qTD2(qTD_Structure *spHeadqTD ,qHD_Structure *spTempqHD,U16 wTimeOutSec) in flib_Host20_Send_qTD2()
[all …]
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source2/usb_hid_p2/
H A Ddrvintpipe_2.c108 extern UINT8 gSpeed_Port2;
111 extern UINT8 flib_Host20_CheckingForResult_QHD_Port2(qHD_Structure *spTempqHD);
115 void SetFrameList_Port2(UINT8 i) in SetFrameList_Port2()
134 void flib_Host20_Interrupt_Init_Port2(UINT8 bAddr) in flib_Host20_Interrupt_Init_Port2()
138 UINT8 *pData; in flib_Host20_Interrupt_Init_Port2()
140 UINT8 EndPaddr; in flib_Host20_Interrupt_Init_Port2()
157 pData=(UINT8*)pHost20_qHD_List_Intr_Port2; in flib_Host20_Interrupt_Init_Port2()
185 pData=(UINT8 *)pHost20_FramList_Port2; in flib_Host20_Interrupt_Init_Port2()
245 void flib_Host20_Periodic_Setting_Port2(UINT8 bOption) in flib_Host20_Periodic_Setting_Port2()
279 UINT8 flib_Host20_Send_qTD2_Port2(qTD_Structure *spHeadqTD ,qHD_Structure *spTempqHD,U16 wTimeOut… in flib_Host20_Send_qTD2_Port2()
[all …]
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source3/usb_hid_p3/
H A Ddrvintpipe_3.c108 extern UINT8 gSpeed_Port3;
111 extern UINT8 flib_Host20_CheckingForResult_QHD_Port3(qHD_Structure *spTempqHD);
115 void SetFrameList_Port3(UINT8 i) in SetFrameList_Port3()
134 void flib_Host20_Interrupt_Init_Port3(UINT8 bAddr) in flib_Host20_Interrupt_Init_Port3()
138 UINT8 *pData; in flib_Host20_Interrupt_Init_Port3()
140 UINT8 EndPaddr; in flib_Host20_Interrupt_Init_Port3()
157 pData=(UINT8*)pHost20_qHD_List_Intr_Port3; in flib_Host20_Interrupt_Init_Port3()
185 pData=(UINT8 *)pHost20_FramList_Port3; in flib_Host20_Interrupt_Init_Port3()
245 void flib_Host20_Periodic_Setting_Port3(UINT8 bOption) in flib_Host20_Periodic_Setting_Port3()
279 UINT8 flib_Host20_Send_qTD2_Port3(qTD_Structure *spHeadqTD ,qHD_Structure *spTempqHD,U16 wTimeOut… in flib_Host20_Send_qTD2_Port3()
[all …]
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source4/usb_hid_p4/
H A Ddrvintpipe_4.c108 extern UINT8 gSpeed_Port4;
111 extern UINT8 flib_Host20_CheckingForResult_QHD_Port4(qHD_Structure *spTempqHD);
115 void SetFrameList_Port4(UINT8 i) in SetFrameList_Port4()
134 void flib_Host20_Interrupt_Init_Port4(UINT8 bAddr) in flib_Host20_Interrupt_Init_Port4()
138 UINT8 *pData; in flib_Host20_Interrupt_Init_Port4()
140 UINT8 EndPaddr; in flib_Host20_Interrupt_Init_Port4()
157 pData=(UINT8*)pHost20_qHD_List_Intr_Port4; in flib_Host20_Interrupt_Init_Port4()
185 pData=(UINT8 *)pHost20_FramList_Port4; in flib_Host20_Interrupt_Init_Port4()
245 void flib_Host20_Periodic_Setting_Port4(UINT8 bOption) in flib_Host20_Periodic_Setting_Port4()
279 UINT8 flib_Host20_Send_qTD2_Port4(qTD_Structure *spHeadqTD ,qHD_Structure *spTempqHD,U16 wTimeOut… in flib_Host20_Send_qTD2_Port4()
[all …]
H A Ddrvhidcore_4.c133 extern UINT8 pUsbData_Port4[1024];
751 code UINT8 GET_REPORT_DESCRIPTOR_PORT4[] = {0x81,0x06,0x00,0x22,0x00,0x00,0x65,0x00};
755 UINT8 bCMD[8]; in GetReportDescriptor_Port4()
756 UINT8 i; in GetReportDescriptor_Port4()

12