Searched refs:lowest (Results 1 – 10 of 10) sorted by relevance
/arch/arm64/boot/dts/allwinner/ |
D | sun50i-a64-pinephone-1.1.dts | 17 * 1.0, and the lowest PWM duty cycle that doesn't lead to backlight 18 * being off is around 20%. Duty cycle for the lowest brightness level 19 * also varries quite a bit between individual boards, so the lowest
|
D | sun50i-a64-pinephone-1.2.dts | 22 * and the lowest PWM duty cycle that doesn't lead to backlight being off 23 * is around 10%. Duty cycle for the lowest brightness level also varries 24 * quite a bit between individual boards, so the lowest value here was
|
/arch/x86/kvm/ |
D | irq_comm.c | 49 struct kvm_vcpu *vcpu, *lowest = NULL; in kvm_irq_delivery_to_apic() local 78 if (!lowest) in kvm_irq_delivery_to_apic() 79 lowest = vcpu; in kvm_irq_delivery_to_apic() 80 else if (kvm_apic_compare_prio(vcpu, lowest) < 0) in kvm_irq_delivery_to_apic() 81 lowest = vcpu; in kvm_irq_delivery_to_apic() 93 lowest = kvm_get_vcpu(kvm, idx); in kvm_irq_delivery_to_apic() 96 if (lowest) in kvm_irq_delivery_to_apic() 97 r = kvm_apic_set_irq(lowest, irq, dest_map); in kvm_irq_delivery_to_apic()
|
D | lapic.c | 918 int i, lowest; in kvm_apic_map_get_dest_lapic() local 950 lowest = -1; in kvm_apic_map_get_dest_lapic() 954 if (lowest < 0) in kvm_apic_map_get_dest_lapic() 955 lowest = i; in kvm_apic_map_get_dest_lapic() 957 (*dst)[lowest]->vcpu) < 0) in kvm_apic_map_get_dest_lapic() 958 lowest = i; in kvm_apic_map_get_dest_lapic() 964 lowest = kvm_vector_to_index(irq->vector, hweight16(*bitmap), in kvm_apic_map_get_dest_lapic() 967 if (!(*dst)[lowest]) { in kvm_apic_map_get_dest_lapic() 974 *bitmap = (lowest >= 0) ? 1 << lowest : 0; in kvm_apic_map_get_dest_lapic()
|
/arch/x86/platform/uv/ |
D | uv_time.c | 173 u64 lowest = ULLONG_MAX; in uv_rtc_find_next_timer() local 179 if (exp < lowest) { in uv_rtc_find_next_timer() 181 lowest = exp; in uv_rtc_find_next_timer() 187 if (uv_setup_intr(c, lowest)) in uv_rtc_find_next_timer()
|
/arch/sparc/kernel/ |
D | iommu.c | 172 int lowest = iommu->ctx_lowest_free; in iommu_alloc_ctx() local 173 int n = find_next_zero_bit(iommu->ctx_bitmap, IOMMU_NUM_CTXS, lowest); in iommu_alloc_ctx() 176 n = find_next_zero_bit(iommu->ctx_bitmap, lowest, 1); in iommu_alloc_ctx() 177 if (unlikely(n == lowest)) { in iommu_alloc_ctx()
|
/arch/arm/mach-sa1100/ |
D | sleep.S | 53 @ delay 90us and set CPU PLL to lowest speed
|
/arch/arm/boot/dts/ |
D | sun8i-h3-orangepi-pc.dts | 190 * DVFS table are known to work properly at the lowest
|
/arch/arm64/boot/dts/marvell/ |
D | armada-3720-turris-mox.dts | 147 * no remapping) and that this address is the lowest from all specified ranges. If these
|
/arch/x86/math-emu/ |
D | README | 155 write a few bytes below the lowest address of the stack. The emulator
|