Home
last modified time | relevance | path

Searched refs:shift_control (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/scsi/aic7xxx/aicasm/
Daicasm_insformat.h69 uint32_t shift_control : 8, member
81 shift_control : 8;
Daicasm_gram.y1728 uint8_t shift_control; in format_2_instr() local
1753 shift_control = 0xf0; in format_2_instr()
1755 shift_control = (places->value << 4) | places->value; in format_2_instr()
1759 shift_control = 0xf8; in format_2_instr()
1761 shift_control = (places->value << 4) in format_2_instr()
1767 shift_control = places->value & 0x7; in format_2_instr()
1770 shift_control = (8 - places->value) | 0x08; in format_2_instr()
1773 shift_control = 0; /* Quiet Compiler */ in format_2_instr()
1778 f2_instr->shift_control = shift_control; in format_2_instr()