Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/vt6655/
Dbaseband.c1727 unsigned int uTmp; in BBuGetFrameTime() local
1745 uTmp = (uFrameTime * uRate) / 80; in BBuGetFrameTime()
1746 if (cbFrameLength != uTmp) in BBuGetFrameTime()
1752 uTmp = ((uFrameTime * uRate) - 22) / 8; in BBuGetFrameTime()
1753 if (cbFrameLength != uTmp) in BBuGetFrameTime()