Searched refs:shift_control (Results 1 - 2 of 2) sorted by last modified time

/linux-master/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_gram.y1727 uint8_t shift_control;
1752 shift_control = 0xf0;
1754 shift_control = (places->value << 4) | places->value;
1758 shift_control = 0xf8;
1760 shift_control = (places->value << 4)
1766 shift_control = places->value & 0x7;
1769 shift_control = (8 - places->value) | 0x08;
1772 shift_control = 0; /* Quiet Compiler */
1777 f2_instr->shift_control = shift_control;
[all...]
H A Daicasm_insformat.h69 uint32_t shift_control : 8, member in struct:ins_format2
81 shift_control : 8;

Completed in 291 milliseconds