Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/cxt1e1/
Dmusycc.c1225 u_int32_t nextInt, intCnt; in musycc_intr_th_handler() local
1253 intCnt = INTRPTS_INTCNT (status); in musycc_intr_th_handler()
1294 if (intCnt == INT_QUEUE_SIZE) in musycc_intr_th_handler()
1296 currInt = ((intCnt - 1) + nextInt) & (INT_QUEUE_SIZE - 1); in musycc_intr_th_handler()
1314 if (intCnt) in musycc_intr_th_handler()
1316 currInt = (intCnt + nextInt) & (INT_QUEUE_SIZE - 1); in musycc_intr_th_handler()
1347 status, nextInt, intCnt, (intCnt + nextInt) & (INT_QUEUE_SIZE - 1)); in musycc_intr_th_handler()
1376 unsigned int intCnt; in musycc_intr_bh_tasklet() local
1419 intCnt = (tailx >= headx) ? (tailx - headx) : (tailx - headx + INT_QUEUE_SIZE); in musycc_intr_bh_tasklet()
1422 max_intcnt = max (intCnt, max_intcnt); /* RLD DEBUG */ in musycc_intr_bh_tasklet()