Searched defs:intCnt (Results 1 - 1 of 1) sorted by relevance

/drivers/staging/cxt1e1/
H A Dmusycc.c1176 u_int32_t nextInt, intCnt; local
1204 intCnt = INTRPTS_INTCNT (status);
1213 /* preceding 'nextInt' value. However, the 'intCnt' */
1245 if (intCnt == INT_QUEUE_SIZE)
1247 currInt = ((intCnt - 1) + nextInt) & (INT_QUEUE_SIZE - 1);
1265 if (intCnt)
1267 currInt = (intCnt + nextInt) & (INT_QUEUE_SIZE - 1);
1279 pr_info(">> %s: intCnt NULL, sts %x, possibly a chained interrupt!\n",
1298 status, nextInt, intCnt, (intCnt
1327 unsigned int intCnt; local
[all...]

Completed in 45 milliseconds