Searched refs:end_count (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/ata/ |
| H A D | pata_pdc2027x.c | 601 long start_count, end_count; in pdc_detect_pll_input_clock() 619 end_count = pdc_read_counter(host); in pdc_detect_pll_input_clock() 631 pll_clock = ((start_count - end_count) & 0x3fffffff) / 100 * in pdc_hardware_init() 635 start_count, end_count, pll_clock); in pdc_hardware_init() 587 long start_count, end_count; pdc_detect_pll_input_clock() local
|
| /linux/drivers/usb/dwc2/ |
| H A D | hcd_queue.c | 677 int end_count; in dwc2_uframe_schedule_split() local 822 end_count = bytecount; in dwc2_uframe_schedule_split() 831 end_count = 4; in dwc2_uframe_schedule_split() 856 end_count = middle_count; in dwc2_uframe_schedule_split() 862 end_count = other_data_bytes % 188; in dwc2_uframe_schedule_split() 873 HS_USECS_ISO(end_count); in dwc2_uframe_schedule_split()
|
| /linux/arch/mips/kvm/ |
| H A D | vz.c | 471 u32 cause, compare, before_count, end_count; in _kvm_vz_save_htimer() local 494 end_count = read_gc0_count(); in _kvm_vz_save_htimer() 501 if (end_count - before_count > compare - before_count - 1) in _kvm_vz_save_htimer() 508 kvm_mips_restore_hrtimer(vcpu, before_time, end_count, -0x10000); in _kvm_vz_save_htimer()
|