Home
last modified time | relevance | path

Searched refs:uIndex (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/drivers/staging/vt6655/
Dwctl.c71 unsigned int uIndex; in WCTLbIsDuplicate() local
77 uIndex = pCache->uInPtr; in WCTLbIsDuplicate()
79 pCacheEntry = &(pCache->asCacheEntry[uIndex]); in WCTLbIsDuplicate()
86 ADD_ONE_WITH_WRAP_AROUND(uIndex, DUPLICATE_RX_CACHE_LENGTH); in WCTLbIsDuplicate()
/linux-3.4.99/drivers/staging/vt6656/
Dwctl.c72 unsigned int uIndex; in WCTLbIsDuplicate() local
78 uIndex = pCache->uInPtr; in WCTLbIsDuplicate()
80 pCacheEntry = &(pCache->asCacheEntry[uIndex]); in WCTLbIsDuplicate()
89 ADD_ONE_WITH_WRAP_AROUND(uIndex, DUPLICATE_RX_CACHE_LENGTH); in WCTLbIsDuplicate()
/linux-3.4.99/drivers/char/mwave/
D3780i.c110 static void dsp3780I_WriteGenCfg(unsigned short usDspBaseIO, unsigned uIndex, in dsp3780I_WriteGenCfg() argument
119 usDspBaseIO, uIndex, ucValue); in dsp3780I_WriteGenCfg()
135 OutByteDsp(DSP_ConfigAddress, (unsigned char) uIndex); in dsp3780I_WriteGenCfg()
146 unsigned uIndex)
155 usDspBaseIO, uIndex);
161 OutByteDsp(DSP_ConfigAddress, (unsigned char) uIndex);