Home
last modified time | relevance | path

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

/linux-2.4.37.9/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 { argument
71 parity : 1,
72 opcode : 4,
73 ret : 1,
74 destination : 9,
[all …]
/linux-2.4.37.9/drivers/scsi/aic7xxx/aicasm/
Daicasm_insformat.h45 struct ins_format1 { struct
47 uint32_t immediate : 8,
48 source : 9,
49 destination : 9,
50 ret : 1,
51 opcode : 4,
52 parity : 1;