Searched refs:xcnt (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/video/ |
| H A D | bus_vcxk.c | 331 unsigned long xcnt, ycnt; in vcxk_draw_mono() local 335 for (xcnt = 0; xcnt < cp_width; xcnt++) { in vcxk_draw_mono() 336 if ((*lineptr << (xcnt % 8)) & 0x80) in vcxk_draw_mono() 337 vcxk_setpixel(xcnt, ycnt - 1, 0xFFFFFF); in vcxk_draw_mono() 339 vcxk_setpixel(xcnt, ycnt-1, 0); in vcxk_draw_mono() 341 if ((xcnt % 8) == 7) in vcxk_draw_mono()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | initio.c | 1512 long cnt, xcnt; /* cannot use unsigned !! code: if (xcnt < 0) */ in initio_state_5() local 1561 xcnt = (long) scb->buflen - cnt; /* xcnt== bytes already xferred */ in initio_state_5() 1569 xcnt -= (long) sgp->len; in initio_state_5() 1570 if (xcnt < 0) { /* this sgp xfer half done */ in initio_state_5() 1571 xcnt += (long) sgp->len; /* xcnt == bytes xferred in this sgp */ in initio_state_5() 1572 sgp->data += (u32) xcnt; /* new ptr to be xfer */ in initio_state_5() 1573 sgp->len -= (u32) xcnt; /* new len to be xfer */ in initio_state_5() 1586 scb->bufptr += (u32) xcnt; in initio_state_5()
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8712/ |
| H A D | rtl8712_xmit.c | 605 int res = _SUCCESS, xcnt = 0; in r8712_xmitframe_complete() local 677 xcnt++; in r8712_xmitframe_complete()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/hal/rtl8188f/usb/ |
| H A D | rtl8188fu_xmit.c | 620 int res = _SUCCESS, xcnt = 0; in rtl8188fu_xmitframe_complete() local 660 xcnt++; in rtl8188fu_xmitframe_complete()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/hal/rtl8723b/usb/ |
| H A D | rtl8723bu_xmit.c | 660 int res=_SUCCESS, xcnt = 0; in rtl8723bu_xmitframe_complete() local 713 xcnt++; in rtl8723bu_xmitframe_complete()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/hal/rtl8188f/usb/ |
| H A D | rtl8188fu_xmit.c | 621 int res = _SUCCESS, xcnt = 0; in rtl8188fu_xmitframe_complete() local 661 xcnt++; in rtl8188fu_xmitframe_complete()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/engine/ce/fuc/ |
| H A D | com.fuc | 416 // 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)
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/hal/rtl8188e/usb/ |
| H A D | rtl8188eu_xmit.c | 1012 int res = _SUCCESS, xcnt = 0; in rtl8188eu_xmitframe_complete() local 1052 xcnt++; in rtl8188eu_xmitframe_complete()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/rtl8822b/pci/ |
| H A D | rtl8822be_xmit.c | 792 int res = _SUCCESS, xcnt = 0; in rtl8822be_xmitframe_resume() local 999 xcnt++; in rtl8822be_xmitframe_resume()
|