Home | History | Annotate | Download | only in pci

Lines Matching defs:cci

982 	uint32_t cci, cpi, cnt, cx, cy, tmp1;
1001 cci = cx / 48000;
1002 cx -= cci * 48000;
1004 cci <<= 7;
1005 cci += cx / 48000;
1006 cci = - cci;
1051 * cci *is* 32-bit signed quantity but in the parameter description
1052 * section, CCI only assigned 16bit.
1056 tmp1 |= cci<<16;
1059 BA1WRITE4(sc, CS4280_CCI, cci);