Home | History | Annotate | Download | only in aic7xxx

Lines Matching refs:shift_control

1686 	uint8_t shift_control;
1711 shift_control = 0xf0;
1713 shift_control = (places->value << 4) | places->value;
1717 shift_control = 0xf8;
1719 shift_control = (places->value << 4)
1725 shift_control = places->value & 0x7;
1728 shift_control = (8 - places->value) | 0x08;
1731 shift_control = 0; /* Quiet Compiler */
1736 f2_instr->shift_control = shift_control;