Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/sm750fb/
Dddk750_chip.c431 int xcnt; in calcPllValue() local
455 xcnt = sizeof(xparm_PIXEL)/sizeof(xparm_PIXEL[0]); in calcPllValue()
458 xcnt = sizeof(xparm_MXCLK)/sizeof(xparm_MXCLK[0]); in calcPllValue()
469 for (d = xcnt - 1; d >= 0; d--) { in calcPllValue()
/linux-4.1.27/drivers/staging/rtl8723au/hal/
Drtl8723au_xmit.c364 int res = _SUCCESS, xcnt = 0; in rtl8723au_xmitframe_complete() local
401 xcnt++; in rtl8723au_xmitframe_complete()
/linux-4.1.27/drivers/scsi/
Dinitio.c1542 long cnt, xcnt; /* cannot use unsigned !! code: if (xcnt < 0) */ in initio_state_5() local
1591 xcnt = (long) scb->buflen - cnt; /* xcnt== bytes already xferred */ in initio_state_5()
1599 xcnt -= (long) sgp->len; in initio_state_5()
1600 if (xcnt < 0) { /* this sgp xfer half done */ in initio_state_5()
1601 xcnt += (long) sgp->len; /* xcnt == bytes xferred in this sgp */ in initio_state_5()
1602 sgp->data += (u32) xcnt; /* new ptr to be xfer */ in initio_state_5()
1603 sgp->len -= (u32) xcnt; /* new len to be xfer */ in initio_state_5()
1616 scb->bufptr += (u32) xcnt; in initio_state_5()
/linux-4.1.27/drivers/staging/rtl8712/
Drtl8712_xmit.c623 int res = _SUCCESS, xcnt = 0; in r8712_xmitframe_complete() local
694 xcnt++; in r8712_xmitframe_complete()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/ce/fuc/
Dcom.fuc416 // Calculates the hw swizzle mask and adjusts the surface's xcnt to match
473 // SRC_XCNT = (xcnt * src_cpp), or 0 if no src ref in swz (hw will hang)
787 // fill in cpp/xcnt for both surfaces as if (cpp == 1)