Lines Matching refs:__u8
343 __u8 Length; // Descriptor Length (per USB spec)
344 __u8 DescType; // Descriptor Type (per USB spec, =DEVICE type)
345 __u8 EpicVer; // Version of EPiC spec supported
347 __u8 NumPorts; // Number of serial ports supported
348 __u8 iDownloadFile; // Index of string containing download code filename
350 __u8 Unused[3]; // Available for future expansion, must be 0
352 __u8 MajorVersion; // Firmware version: xx.
353 __u8 MinorVersion; // yy.
429 __u8 DescriptorArea[0x2E0]; // C20 Descriptors go here, up to 2E0h (just a placeholder)
432 __u8 Length; // F00 Desc length for what follows, per USB (= C0h )
433 __u8 DescType; // F01 Desc type, per USB (=DEVICE type)
434 __u8 DescVer; // F02 Desc version/format (currently 2)
435 __u8 NumRootDescEntries; // F03 # entries in RootDescTable
437 __u8 RomSize; // F04 Size of ROM/E2PROM in K
438 __u8 RamSize; // F05 Size of external RAM in K
439 __u8 CpuRev; // F06 CPU revision level (chg only if s/w visible)
440 __u8 BoardRev; // F07 PCB revision level (chg only if s/w visible)
442 __u8 NumPorts; // F08 Number of ports
443 __u8 DescDate[3]; // F09 MM/DD/YY when descriptor template was compiler,
446 __u8 SerNumLength; // F0C USB string descriptor len
447 __u8 SerNumDescType; // F0D USB descriptor type (=STRING type)
450 __u8 AssemblyNumLength; // F26 USB string descriptor len
451 __u8 AssemblyNumDescType; // F27 USB descriptor type (=STRING type)
454 __u8 OemAssyNumLength; // F44 USB string descriptor len
455 __u8 OemAssyNumDescType; // F45 USB descriptor type (=STRING type)
458 __u8 ManufDateLength; // F62 USB string descriptor len
459 __u8 ManufDateDescType; // F63 USB descriptor type (=STRING type)
462 __u8 Reserved3[0x4D]; // F70 -- unused, set to 0 --
464 __u8 UartType; // FBD Uart Type
465 __u8 IonPid; // FBE Product ID, == LSB of USB DevDesc.PID
468 __u8 IonConfig; // FBF Config byte for ION manufacturing use
532 __u8 Length; // C0 Desc length, per USB (= 40h)
533 __u8 DescType; // C1 Desc type, per USB (= DEVICE type)
534 __u8 DescVer; // C2 Desc version/format
535 __u8 Reserved1; // C3 -- unused, set to 0 --
540 __u8 MajorVersion; // C6 Firmware version: xx.
541 __u8 MinorVersion; // C7 yy.
545 __u8 NumDescTypes; // CC Number of supported descriptor types
547 __u8 Reserved4; // CD Fix Compiler Packing
550 __u8 Reserved2[0x28]; // D0 -- unused, set to 0 --
551 __u8 UConfig0; // F8 930-defined CPU configuration byte 0
552 __u8 UConfig1; // F9 930-defined CPU configuration byte 1
553 __u8 Reserved3[6]; // FA -- unused, set to 0 --
596 __u8 Type; // Type of descriptor
598 __u8 CheckSum; // Checksum (8 bit sum of data only)
599 __u8 Data[0]; // Data starts here
605 __u8 Ver_Major; // Firmware Major version number
606 __u8 Ver_Minor; // Firmware Minor version number
607 __u8 Data[0]; // Download starts here
613 __u8 Version_Major; // Download Version (for Watchport)
614 __u8 Version_Minor;
621 __u8 CheckSum;
625 __u8 Power; // Self powered
636 __u8 HubTime; // Time for power on to power good
637 __u8 HubCurrent; // HUB Current = 100ma
650 #define TI_GET_CPU_REVISION(x) (__u8)((((x)>>4)&0x0f))
651 #define TI_GET_BOARD_REVISION(x) (__u8)(((x)&0x0f))
670 __u8 IonConfig; // Config byte for ION manufacturing use
671 __u8 IonConfig2; // Expansion
672 __u8 Version; // Version
673 __u8 CpuRev_BoardRev; // CPU revision level (0xF0) and Board Rev Level (0x0F)
674 __u8 NumPorts; // Number of ports for this UMP
675 __u8 NumVirtualPorts; // Number of Virtual ports
676 __u8 HubConfig1; // Used to configure the Hub
677 __u8 HubConfig2; // Used to configure the Hub
678 __u8 TotalPorts; // Total Number of Com Ports for the entire device (All UMPs)
679 __u8 Reserved; // Reserved