Home
last modified time | relevance | path

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

/drivers/staging/cxt1e1/
Dmusycc.c1176 u_int32_t nextInt, intCnt; in musycc_intr_th_handler() local
1204 intCnt = INTRPTS_INTCNT (status); in musycc_intr_th_handler()
1245 if (intCnt == INT_QUEUE_SIZE) in musycc_intr_th_handler()
1247 currInt = ((intCnt - 1) + nextInt) & (INT_QUEUE_SIZE - 1); in musycc_intr_th_handler()
1265 if (intCnt) in musycc_intr_th_handler()
1267 currInt = (intCnt + nextInt) & (INT_QUEUE_SIZE - 1); in musycc_intr_th_handler()
1298 status, nextInt, intCnt, (intCnt + nextInt) & (INT_QUEUE_SIZE - 1)); in musycc_intr_th_handler()
1327 unsigned int intCnt; in musycc_intr_bh_tasklet() local
1370 intCnt = (tailx >= headx) ? (tailx - headx) : (tailx - headx + INT_QUEUE_SIZE); in musycc_intr_bh_tasklet()
1373 max_intcnt = max (intCnt, max_intcnt); /* RLD DEBUG */ in musycc_intr_bh_tasklet()