Lines Matching refs:__u8

340 	__u8	Length;				// Descriptor Length (per USB spec)
341 __u8 DescType; // Descriptor Type (per USB spec, =DEVICE type)
342 __u8 EpicVer; // Version of EPiC spec supported
344 __u8 NumPorts; // Number of serial ports supported
345 __u8 iDownloadFile; // Index of string containing download code filename
347 __u8 Unused[3]; // Available for future expansion, must be 0
349 __u8 MajorVersion; // Firmware version: xx.
350 __u8 MinorVersion; // yy.
426 __u8 DescriptorArea[0x2E0]; // C20 Descriptors go here, up to 2E0h (just a placeholder)
429 __u8 Length; // F00 Desc length for what follows, per USB (= C0h )
430 __u8 DescType; // F01 Desc type, per USB (=DEVICE type)
431 __u8 DescVer; // F02 Desc version/format (currently 2)
432 __u8 NumRootDescEntries; // F03 # entries in RootDescTable
434 __u8 RomSize; // F04 Size of ROM/E2PROM in K
435 __u8 RamSize; // F05 Size of external RAM in K
436 __u8 CpuRev; // F06 CPU revision level (chg only if s/w visible)
437 __u8 BoardRev; // F07 PCB revision level (chg only if s/w visible)
439 __u8 NumPorts; // F08 Number of ports
440 __u8 DescDate[3]; // F09 MM/DD/YY when descriptor template was compiler,
443 __u8 SerNumLength; // F0C USB string descriptor len
444 __u8 SerNumDescType; // F0D USB descriptor type (=STRING type)
447 __u8 AssemblyNumLength; // F26 USB string descriptor len
448 __u8 AssemblyNumDescType; // F27 USB descriptor type (=STRING type)
451 __u8 OemAssyNumLength; // F44 USB string descriptor len
452 __u8 OemAssyNumDescType; // F45 USB descriptor type (=STRING type)
455 __u8 ManufDateLength; // F62 USB string descriptor len
456 __u8 ManufDateDescType; // F63 USB descriptor type (=STRING type)
459 __u8 Reserved3[0x4D]; // F70 -- unused, set to 0 --
461 __u8 UartType; // FBD Uart Type
462 __u8 IonPid; // FBE Product ID, == LSB of USB DevDesc.PID
465 __u8 IonConfig; // FBF Config byte for ION manufacturing use
529 __u8 Length; // C0 Desc length, per USB (= 40h)
530 __u8 DescType; // C1 Desc type, per USB (= DEVICE type)
531 __u8 DescVer; // C2 Desc version/format
532 __u8 Reserved1; // C3 -- unused, set to 0 --
537 __u8 MajorVersion; // C6 Firmware version: xx.
538 __u8 MinorVersion; // C7 yy.
542 __u8 NumDescTypes; // CC Number of supported descriptor types
544 __u8 Reserved4; // CD Fix Compiler Packing
547 __u8 Reserved2[0x28]; // D0 -- unused, set to 0 --
548 __u8 UConfig0; // F8 930-defined CPU configuration byte 0
549 __u8 UConfig1; // F9 930-defined CPU configuration byte 1
550 __u8 Reserved3[6]; // FA -- unused, set to 0 --
593 __u8 Type; // Type of descriptor
595 __u8 CheckSum; // Checksum (8 bit sum of data only)
596 __u8 Data[]; // Data starts here
602 __u8 Ver_Major; // Firmware Major version number
603 __u8 Ver_Minor; // Firmware Minor version number
604 __u8 Data[]; // Download starts here
610 __u8 Version_Major; // Download Version (for Watchport)
611 __u8 Version_Minor;
618 __u8 CheckSum;
622 __u8 Power; // Self powered
633 __u8 HubTime; // Time for power on to power good
634 __u8 HubCurrent; // HUB Current = 100ma
647 #define TI_GET_CPU_REVISION(x) (__u8)((((x)>>4)&0x0f))
648 #define TI_GET_BOARD_REVISION(x) (__u8)(((x)&0x0f))
667 __u8 IonConfig; // Config byte for ION manufacturing use
668 __u8 IonConfig2; // Expansion
669 __u8 Version; // Version
670 __u8 CpuRev_BoardRev; // CPU revision level (0xF0) and Board Rev Level (0x0F)
671 __u8 NumPorts; // Number of ports for this UMP
672 __u8 NumVirtualPorts; // Number of Virtual ports
673 __u8 HubConfig1; // Used to configure the Hub
674 __u8 HubConfig2; // Used to configure the Hub
675 __u8 TotalPorts; // Total Number of Com Ports for the entire device (All UMPs)
676 __u8 Reserved; // Reserved