Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/ide/
Dpdc202xx_new.c247 long start_count, end_count; in detect_pll_input_clock() local
263 end_count = read_counter(dma_base); in detect_pll_input_clock()
277 pll_input = ((start_count - end_count) & 0x3fffffff) / 10 * in detect_pll_input_clock()
280 DBG("start[%ld] end[%ld]\n", start_count, end_count); in detect_pll_input_clock()
/Linux-v4.19/drivers/ata/
Dpata_pdc2027x.c608 long start_count, end_count; in pdc_detect_pll_input_clock() local
626 end_count = pdc_read_counter(host); in pdc_detect_pll_input_clock()
638 pll_clock = ((start_count - end_count) & 0x3fffffff) / 100 * in pdc_detect_pll_input_clock()
641 PDPRINTK("start[%ld] end[%ld] \n", start_count, end_count); in pdc_detect_pll_input_clock()
/Linux-v4.19/drivers/usb/dwc2/
Dhcd_queue.c743 int end_count; in dwc2_uframe_schedule_split() local
888 end_count = bytecount; in dwc2_uframe_schedule_split()
897 end_count = 4; in dwc2_uframe_schedule_split()
922 end_count = middle_count; in dwc2_uframe_schedule_split()
928 end_count = other_data_bytes % 188; in dwc2_uframe_schedule_split()
939 HS_USECS_ISO(end_count); in dwc2_uframe_schedule_split()
/Linux-v4.19/arch/mips/kvm/
Dvz.c496 u32 cause, compare, before_count, end_count; in _kvm_vz_save_htimer() local
519 end_count = read_gc0_count(); in _kvm_vz_save_htimer()
526 if (end_count - before_count > compare - before_count - 1) in _kvm_vz_save_htimer()
533 kvm_mips_restore_hrtimer(vcpu, before_time, end_count, -0x10000); in _kvm_vz_save_htimer()