Searched refs:cstart (Results 1 - 2 of 2) sorted by relevance

/drivers/staging/wlan-ng/
H A Dprism2fw.c390 u32 cstart = 0; local
402 cstart = fchunk[c].addr;
408 /* if (crcstart-2 >= cstart && crcend <= cend) break; */
412 if (crcstart - 2 >= cstart && crcstart < cend)
423 chunkoff = crcstart - cstart - 2;
502 u32 cstart = 0; local
553 cstart = clist[j].addr;
554 cend = cstart + clist[j].len - 1;
555 if (s3start >= cstart && s3end <= cend)
563 coffset = s3start - cstart;
666 u32 cstart = 0; local
[all...]
/drivers/infiniband/hw/qib/
H A Dqib_iba7322.c7084 int cstart, previ = -1; local
7094 for (cstart = start; cstart <= last; cstart++) {
7095 i = ((2 * cstart) + QLOGIC_IB_SENDPIOAVAIL_BUSY_SHIFT)
7102 if (test_bit(((2 * cstart) +
7108 if (cstart > last)

Completed in 122 milliseconds