Home
last modified time | relevance | path

Searched defs:ins_format1 (Results 1 – 2 of 2) sorted by relevance

/linux-3.3/drivers/scsi/aic7xxx_old/
Dsequencer.h40 struct ins_format1 { struct
42 immediate : 8,
43 source : 9,
44 destination : 9,
45 ret : 1,
69 struct ins_format1 { struct
71 parity : 1,
72 opcode : 4,
73 ret : 1,
74 destination : 9,
[all …]
/linux-3.3/drivers/scsi/aic7xxx/aicasm/
Daicasm_insformat.h48 struct ins_format1 { struct
50 uint32_t immediate : 8,
51 source : 9,
52 destination : 9,
53 ret : 1,
54 opcode : 4,
55 parity : 1;