Lines Matching refs:__u8
96 __u8 asic_addr; /* ASIC address; Level 4 */
97 __u8 asic_type; /* ASIC type */
98 __u8 asic_id; /* ASIC id */
99 __u8 jtag_id[4]; /* JTAG id */
100 __u8 asic_location; /* Location within scan path; start w/ 0 */
101 __u8 bit_location; /* Location within bit stream; start w/ 0 */
102 __u8 ireg_length; /* Instruction register length */
108 __u8 module_addr; /* Module address */
109 __u8 scan_path_connected; /* Scan path connected */
121 __u8 module_id[4];
122 __u8 version_id;
123 __u8 config_id;
126 __u8 assembly[11]; /* assembly # */
127 __u8 assembly_rev; /* assembly rev */
128 __u8 tracer[4]; /* tracer number */
139 __u8 reserved[4];
140 __u8 sflag; /* starting sentinal */
141 __u8 part_number[13]; /* prom part number */
142 __u8 version[10]; /* version number */
143 __u8 signature[8];
146 __u8 eflag ; /* ending sentinal */
158 __u8 asic_id;
159 __u8 bypass_flag;
165 __u8 icode[4];
166 __u8 runbist[4];
167 __u8 intest[4];
168 __u8 samp_preld[4];
169 __u8 ireg_len;
173 __u8 jtag_id[4];
309 __u8 len;
310 __u8 major;
311 __u8 minor;
312 __u8 debug;
313 __u8 num_classes;
314 __u8 class_1;
315 __u8 class_2;
331 __u8 MC_Slot;
332 __u8 POS_Values[NUMBER_OF_POS_REGS];
336 __u8 Type; /* for type 0 (DYADIC or MONADIC) all fields
338 __u8 StructureVersion;
342 __u8 Slot; /* Processor slots 1 - 4 */
346 __u8 Type;
347 __u8 StructureVersion;
348 __u8 NumberOfBoards;
353 __u8 Level;
356 __u8 Associativity;
357 __u8 CacheType;
358 __u8 WriteType;
359 __u8 Number_CPUs_SharedBy;
360 __u8 Shared_CPUs_Hardware_IDs[MAX_SHARED_CPUS];
365 __u8 CPU_HardwareId;
367 __u8 NumberOfCacheLevels;
372 __u8 Type;
373 __u8 StructureVersion;
374 __u8 NumberOf_CPUs;
385 __u8 Mailbox_SUS; /* Written to by SUS to give commands/response to the OS */
386 __u8 Mailbox_OS; /* Written to by the OS to give commands/response to SUS */
387 __u8 SUS_MailboxVersion; /* Tells the OS which iteration of the interface SUS supports */
388 __u8 OS_MailboxVersion; /* Tells SUS which iteration of the interface the OS supports */
420 __u8 cat_id;
421 __u8 cat_dev;
422 __u8 cat_control;
423 __u8 subaddr;
424 __u8 dummy4;
425 __u8 checkbit;
426 __u8 subaddr_low;
427 __u8 subaddr_high;
428 __u8 intstatus;
429 __u8 stat1;
430 __u8 stat3;
431 __u8 fault;
432 __u8 tms;
433 __u8 gen;
434 __u8 sysconf;
435 __u8 dummy15;
439 __u8 supply;
440 __u8 mask;
441 __u8 present;
442 __u8 DCfail;
443 __u8 ACfail;
444 __u8 fail;
445 __u8 UPSfail;
446 __u8 genstatus;
458 __u8 SUS_mbox;
465 __u8 kernel_mbox;
467 __u8 SUS_version;
468 __u8 kernel_version;
495 extern int voyager_cat_readb(__u8 module, __u8 asic, int reg);
502 extern __u8 voyager_extended_cmos_read(__u16 cmos_address);
517 extern void voyager_cat_psi(__u8, __u16, __u8 *);