Home
last modified time | relevance | path

Searched refs:uInPtr (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/drivers/staging/vt6655/
Dwctl.c77 uIndex = pCache->uInPtr; in WCTLbIsDuplicate()
90 pCacheEntry = &pCache->asCacheEntry[pCache->uInPtr]; in WCTLbIsDuplicate()
93 ADD_ONE_WITH_WRAP_AROUND(pCache->uInPtr, DUPLICATE_RX_CACHE_LENGTH); in WCTLbIsDuplicate()
Ddevice.h314 unsigned int uInPtr; // Place to use next member
/linux-2.6.39/drivers/staging/vt6656/
Dwctl.c78 uIndex = pCache->uInPtr; in WCTLbIsDuplicate()
93 pCacheEntry = &pCache->asCacheEntry[pCache->uInPtr]; in WCTLbIsDuplicate()
97 ADD_ONE_WITH_WRAP_AROUND(pCache->uInPtr, DUPLICATE_RX_CACHE_LENGTH); in WCTLbIsDuplicate()
Ddevice.h356 unsigned int uInPtr; /* Place to use next */ member