Searched refs:idx1 (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/pvrusb2/
H A Dpvrusb2-std.c183 unsigned int idx1,idx2; local
189 for (idx1 = 0; idx1 < ARRAY_SIZE(std_groups); idx1++) {
190 gp = std_groups + idx1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/sis/
H A Dinit.c2212 SiS_GetFIFOThresholdIndex300(struct SiS_Private *SiS_Pr, unsigned short *idx1, argument
2222 (*idx1) = (unsigned short)(SiS_GetReg(SiS_Pr->SiS_P3c4,0x16) >> 6) & 0x03;
2223 (*idx1) |= (unsigned short)(((SiS_GetReg(SiS_Pr->SiS_P3c4,0x14) >> 4) & 0x0c));
2224 (*idx1) <<= 1;
2228 SiS_GetFIFOThresholdA300(unsigned short idx1, unsigned short idx2) argument
2236 return (unsigned short)((ThLowA[idx1 + 1] * idx2) + ThLowA[idx1]);
2240 SiS_GetFIFOThresholdB300(unsigned short idx1, unsigned short idx2) argument
2248 return (unsigned short)((ThLowB[idx1 + 1] * idx2) + ThLowB[idx1]);
2255 unsigned short idx1, idx2; local
[all...]
H A Dinit.h1496 void SiS_GetFIFOThresholdIndex300(struct SiS_Private *SiS_Pr, unsigned short *idx1,
1498 unsigned short SiS_GetFIFOThresholdB300(unsigned short idx1, unsigned short idx2);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/oss/
H A Dpcm_oss.c2764 int idx1; local
2786 for (idx1 = 31; idx1 >= 0; idx1--)
2787 if (template.period_size & (1 << idx1))
2789 for (idx1--; idx1 >= 0; idx1--)
2790 template.period_size &= ~(1 << idx1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/hda/
H A Dpatch_realtek.c8448 int i, err, idx, idx1; local
8453 idx1 = 1;
8457 idx1 = 2;
8461 idx1 = 0;
8465 idx1 = 3;
8469 idx1 = 4;
8482 imux->items[imux->num_items].index = idx1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/sqlite-3.6.22/
H A Dsqlite3.c49962 u32 idx1; /* Offset into aKey[] of next header element */ local
[all...]

Completed in 322 milliseconds