Searched refs:shift_amount (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/qla4xxx/
H A Dql4_nx.c1173 int shift_amount; local
1194 shift_amount = 4;
1196 loop = ((off0[0] + size - 1) >> shift_amount) + 1;
1201 temp = off8 + (i << shift_amount);
1264 int scale, shift_amount, startword; local
1286 shift_amount = 4;
1292 (i << shift_amount), &word[i * scale], 8))
1326 temp = off8 + (i << shift_amount);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/qla2xxx/
H A Dqla_nx.c1265 int shift_amount; local
1285 shift_amount = 4;
1286 loop = ((off0[0] + size - 1) >> shift_amount) + 1;
1297 temp = off8 + (i << shift_amount);
1365 int scale, shift_amount, startword; local
1387 shift_amount = 4;
1393 (i << shift_amount), &word[i * scale], 8))
1431 temp = off8 + (i << shift_amount);

Completed in 171 milliseconds