Searched refs:shift_control (Results 1 - 3 of 3) sorted by relevance

/drivers/scsi/aic7xxx_old/
H A Dsequencer.h52 shift_control : 8, member in struct:ins_format2
86 shift_control : 8; member in struct:ins_format2
/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_insformat.h69 uint32_t shift_control : 8, member in struct:ins_format2
81 shift_control : 8;
H A Daicasm_gram.y1732 uint8_t shift_control;
1757 shift_control = 0xf0;
1759 shift_control = (places->value << 4) | places->value;
1763 shift_control = 0xf8;
1765 shift_control = (places->value << 4)
1771 shift_control = places->value & 0x7;
1774 shift_control = (8 - places->value) | 0x08;
1777 shift_control = 0; /* Quiet Compiler */
1782 f2_instr->shift_control = shift_control;
[all...]

Completed in 12 milliseconds