Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/vt6655/
Dbaseband.c1727 unsigned int uTmp; in BBuGetFrameTime() local
1743 uTmp = (uFrameTime * uRate) / 80; in BBuGetFrameTime()
1744 if (cbFrameLength != uTmp) in BBuGetFrameTime()
1750 uTmp = ((uFrameTime * uRate) - 22) / 8; in BBuGetFrameTime()
1751 if (cbFrameLength != uTmp) in BBuGetFrameTime()