Searched defs:ins_format2 (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/sys/dev/microcode/aic7xxx/ |
H A D | aicasm_insformat.h | 63 struct ins_format2 { struct 65 uint32_t shift_control : 8, 66 source : 9, 67 destination : 9, 68 ret : 1, 69 opcode : 4, 70 parity : 1;
|
/netbsd-src/sys/dev/ic/ |
H A D | aic7xxxvar.h | 100 struct ins_format2 { struct 102 uint32_t shift_control : 8, 103 source : 9, 104 destination : 9, 105 ret : 1, 106 opcode : 4, 107 parity : 1;
|