Home
last modified time | relevance | path

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

/linux-3.3/drivers/scsi/aic7xxx_old/
Dsequencer.h50 struct ins_format2 { struct
52 shift_control : 8,
53 source : 9,
54 destination : 9,
55 ret : 1,
79 struct ins_format2 { argument
101 struct ins_format2 format2; argument
/linux-3.3/drivers/scsi/aic7xxx/aicasm/
Daicasm_insformat.h67 struct ins_format2 { struct
69 uint32_t shift_control : 8,
70 source : 9,
71 destination : 9,
72 ret : 1,
73 opcode : 4,
74 parity : 1;