Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/cxt1e1/ !
Dmusycc.c1378 volatile unsigned int headx, tailx; in musycc_intr_bh_tasklet() local
1417 while ((headx = ci->iqp_headx) != (tailx = ci->iqp_tailx)) in musycc_intr_bh_tasklet()
1419 intCnt = (tailx >= headx) ? (tailx - headx) : (tailx - headx + INT_QUEUE_SIZE); in musycc_intr_bh_tasklet()
1420 currInt = le32_to_cpu (ci->iqd_p[headx]); in musycc_intr_bh_tasklet()
1443 currInt = le32_to_cpu (ci->iqd_p[headx]); in musycc_intr_bh_tasklet()
1453 ci->devname, &ci->iqd_p[headx], headx); in musycc_intr_bh_tasklet()
1467 ci->iqd_p[headx] = __constant_cpu_to_le32 (INT_EMPTY_ENTRY2); in musycc_intr_bh_tasklet()
1470 ci->iqd_p[headx] = __constant_cpu_to_le32 (INT_EMPTY_ENTRY); in musycc_intr_bh_tasklet()
1472 ci->iqp_headx = (headx + 1) & (INT_QUEUE_SIZE - 1); /* insure wrapness */ in musycc_intr_bh_tasklet()
1483 ci->iqd_p[headx] = __constant_cpu_to_le32 (INT_EMPTY_ENTRY); in musycc_intr_bh_tasklet()
[all …]