Searched refs:startword (Results 1 - 4 of 4) 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.c1264 int scale, shift_amount, startword; local
1288 startword = (off & 0xf)/8;
1313 word[startword] = tmpw;
1315 word[startword] &=
1317 word[startword] |= tmpw << (off0 * 8);
1321 word[startword+1] &= ~(~0ULL << (sz[1] * 8));
1322 word[startword+1] |= tmpw >> (sz[0] * 8);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/qla2xxx/
H A Dqla_nx.c1365 int scale, shift_amount, startword; local
1389 startword = (off & 0xf)/8;
1414 word[startword] = tmpw;
1416 word[startword] &=
1418 word[startword] |= tmpw << (off0 * 8);
1421 word[startword+1] &= ~(~0ULL << (sz[1] * 8));
1422 word[startword+1] |= tmpw >> (sz[0] * 8);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dstradis.c1191 register int startword, endword; local
1208 startword = (x >> 5);
1212 temp = &clipmap[(y << 5) + startword];
1213 w = endword - startword;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/shell/
H A Dash.c11474 int startword; local
11589 startword = 1;
11616 if (startword && *ifs == ' ' && strchr(ifs, c)) {
11619 startword = 0;
11624 startword = 1;

Completed in 86 milliseconds