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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_gram.y1703 uint8_t shift_control;
1728 shift_control = 0xf0;
1730 shift_control = (places->value << 4) | places->value;
1734 shift_control = 0xf8;
1736 shift_control = (places->value << 4)
1742 shift_control = places->value & 0x7;
1745 shift_control = (8 - places->value) | 0x08;
1748 shift_control = 0; /* Quiet Compiler */
1753 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;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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

Completed in 138 milliseconds