Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_insformat.h69 uint32_t shift_control : 8, member
81 shift_control : 8;
H A Daicasm_gram.y1728 uint8_t shift_control;
1753 shift_control = 0xf0;
1755 shift_control = (places->value << 4) | places->value;
1759 shift_control = 0xf8;
1761 shift_control = (places->value << 4)
1767 shift_control = places->value & 0x7;
1770 shift_control = (8 - places->value) | 0x08;
1773 shift_control = 0; /* Quiet Compiler */
1778 f2_instr->shift_control = shift_control;
[all...]
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_insformat.h69 uint32_t shift_control : 8, member
81 shift_control : 8;
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...]

Completed in 4 milliseconds