Searched refs:wEndIndex (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/staging/vt6655/
H A Dwmgr.c3161 unsigned short wEndIndex = 0; local
3180 wEndIndex = ii;
3189 wEndIndex = ((wEndIndex + 1) & ~BIT0);
3193 pTIM->len = 3 + (wEndIndex - wStartIndex) + 1;
3203 for (ii = wStartIndex, jj =0 ; ii <= wEndIndex; ii++, jj++) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vt6656/
H A Dwmgr.c3150 WORD wEndIndex = 0; local
3169 wEndIndex = (WORD)ii;
3178 wEndIndex = ((wEndIndex + 1) & ~BIT0);
3182 pTIM->len = 3 + (wEndIndex - wStartIndex) + 1;
3192 for (ii = wStartIndex, jj =0 ; ii <= wEndIndex; ii++, jj++) {

Completed in 169 milliseconds