Searched refs:xcnt (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/tools/testing/selftests/kvm/aarch64/ |
H A D | arch_timer.c | 77 uint64_t xcnt; member 95 shared_data->xcnt = timer_get_cntct(VIRTUAL); in guest_configure_timer_action() 100 shared_data->xcnt = timer_get_cntct(VIRTUAL); in guest_configure_timer_action() 105 shared_data->xcnt = timer_get_cntct(PHYSICAL); in guest_configure_timer_action() 110 shared_data->xcnt = timer_get_cntct(PHYSICAL); in guest_configure_timer_action() 122 uint64_t xcnt = 0, xcnt_diff_us, cval = 0; in guest_validate_irq() local 151 xcnt = timer_get_cntct(accessor); in guest_validate_irq() 154 xcnt_diff_us = cycles_to_usec(xcnt - shared_data->xcnt); in guest_validate_irq() 160 __GUEST_ASSERT(xcnt >= cval, in guest_validate_irq() 162 xcnt, cval, xcnt_diff_us); in guest_validate_irq() [all …]
|
/openbmc/u-boot/drivers/video/ |
H A D | bus_vcxk.c | 330 unsigned long xcnt, ycnt; in vcxk_draw_mono() local 334 for (xcnt = 0; xcnt < cp_width; xcnt++) { in vcxk_draw_mono() 335 if ((*lineptr << (xcnt % 8)) & 0x80) in vcxk_draw_mono() 336 vcxk_setpixel(xcnt, ycnt - 1, 0xFFFFFF); in vcxk_draw_mono() 338 vcxk_setpixel(xcnt, ycnt-1, 0); in vcxk_draw_mono() 340 if ((xcnt % 8) == 7) in vcxk_draw_mono()
|
/openbmc/linux/drivers/scsi/ |
H A D | initio.c | 1510 long cnt, xcnt; /* cannot use unsigned !! code: if (xcnt < 0) */ in initio_state_5() local 1559 xcnt = (long) scb->buflen - cnt; /* xcnt== bytes already xferred */ in initio_state_5() 1567 xcnt -= (long) sgp->len; in initio_state_5() 1568 if (xcnt < 0) { /* this sgp xfer half done */ in initio_state_5() 1569 xcnt += (long) sgp->len; /* xcnt == bytes xferred in this sgp */ in initio_state_5() 1570 sgp->data += (u32) xcnt; /* new ptr to be xfer */ in initio_state_5() 1571 sgp->len -= (u32) xcnt; /* new len to be xfer */ in initio_state_5() 1584 scb->bufptr += (u32) xcnt; in initio_state_5()
|
/openbmc/linux/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)
|