/openbmc/linux/arch/arm64/boot/dts/allwinner/ |
H A 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
|
H A 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
|
/openbmc/linux/arch/x86/kvm/ |
H A D | irq_comm.c | 51 struct kvm_vcpu *vcpu, *lowest = NULL; in kvm_irq_delivery_to_apic() local 80 if (!lowest) in kvm_irq_delivery_to_apic() 81 lowest = vcpu; in kvm_irq_delivery_to_apic() 82 else if (kvm_apic_compare_prio(vcpu, lowest) < 0) in kvm_irq_delivery_to_apic() 83 lowest = vcpu; in kvm_irq_delivery_to_apic() 95 lowest = kvm_get_vcpu(kvm, idx); in kvm_irq_delivery_to_apic() 98 if (lowest) in kvm_irq_delivery_to_apic() 99 r = kvm_apic_set_irq(lowest, irq, dest_map); in kvm_irq_delivery_to_apic()
|
/openbmc/linux/drivers/gpu/drm/sun4i/ |
H A D | sun4i_rgb.c | 70 unsigned long long lowest, highest; in sun4i_rgb_mode_valid() local 125 lowest = rate * (1000 - SUN4I_RGB_DOTCLOCK_TOLERANCE_PER_MILLE); in sun4i_rgb_mode_valid() 126 do_div(lowest, 1000); in sun4i_rgb_mode_valid() 127 if (rounded_rate < lowest) in sun4i_rgb_mode_valid()
|
/openbmc/qemu/include/qemu/ |
H A D | cpu-float.h | 44 uint32_t lowest; member 52 uint32_t lowest; member
|
/openbmc/linux/Documentation/arch/ia64/ |
H A D | irq-redir.rst | 29 Set the default route for IRQ number 41 to CPU 6 in lowest priority 40 (i.e. lowest priority mode routing is used), otherwise its route is 50 and the routing is the so called "lowest priority mode" (actually 59 The IRQ is routed to the CPU with lowest XTP register value, the
|
/openbmc/linux/arch/x86/platform/uv/ |
H A 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()
|
/openbmc/linux/drivers/sh/clk/ |
H A D | core.c | 94 unsigned long highest, lowest, freq; in clk_rate_round_helper() local 99 lowest = ~0UL; in clk_rate_round_helper() 104 if (freq < lowest) in clk_rate_round_helper() 105 lowest = freq; in clk_rate_round_helper() 119 if (rounder->rate <= lowest) in clk_rate_round_helper() 120 rate_best_fit = lowest; in clk_rate_round_helper()
|
/openbmc/phosphor-power/phosphor-regulators/src/ |
H A D | dbus_sensor.cpp | 203 updatePolicy = ValueUpdatePolicy::lowest; in getTypeBasedProperties() 255 updatePolicy = ValueUpdatePolicy::lowest; in getTypeBasedProperties() 310 case ValueUpdatePolicy::lowest: in shouldUpdateValue()
|
/openbmc/linux/Documentation/devicetree/bindings/leds/ |
H A D | leds-spi-byte.txt | 5 - the value of the byte gives the brightness between two values (lowest to 9 The value for lowest and highest brightness is dependent on the device and
|
H A D | richtek,rt8515.yaml | 61 according to the formula Imax = 5500 / RFS. The lowest 73 according to the formula Imax = 5500 / RTS. The lowest
|
H A D | issi,is31fl319x.yaml | 70 Note that a driver will take the lowest of all LED limits 71 since the chip has a single global setting. The lowest value
|
/openbmc/linux/drivers/hwtracing/intel_th/ |
H A D | core.c | 106 int i, lowest; in intel_th_remove() local 121 for (i = 0, lowest = -1; i < th->num_thdevs; i++) { in intel_th_remove() 128 if (lowest >= 0) { in intel_th_remove() 129 th->thdev[lowest] = th->thdev[i]; in intel_th_remove() 131 ++lowest; in intel_th_remove() 137 if (lowest == -1) in intel_th_remove() 138 lowest = i; in intel_th_remove() 144 if (lowest >= 0) in intel_th_remove() 145 th->num_thdevs = lowest; in intel_th_remove()
|
/openbmc/intel-ipmi-oem/include/ |
H A D | sensorutils.hpp | 297 minClamp = std::numeric_limits<int8_t>::lowest(); in scaleIPMIValueFromDouble() 302 minClamp = std::numeric_limits<uint8_t>::lowest(); in scaleIPMIValueFromDouble()
|
/openbmc/phosphor-host-ipmid/dbus-sdr/ |
H A D | sensorutils.cpp | 289 minClamp = std::numeric_limits<int8_t>::lowest(); in scaleIPMIValueFromDouble() 294 minClamp = std::numeric_limits<uint8_t>::lowest(); in scaleIPMIValueFromDouble()
|
/openbmc/linux/tools/power/x86/x86_energy_perf_policy/ |
H A D | x86_energy_perf_policy.c | 40 unsigned char lowest; member 775 cap->lowest, cap->efficient, cap->guaranteed, cap->highest); in print_hwp_cap() 786 cap->lowest = msr_perf_2_ratio(HWP_LOWEST_PERF(msr)); in read_hwp_cap() 1041 if (req->hwp_max < cap->lowest) in check_hwp_request_v_hwp_capabilities() 1043 cpu, req->hwp_max, cap->lowest); in check_hwp_request_v_hwp_capabilities() 1050 if (req->hwp_min < cap->lowest) in check_hwp_request_v_hwp_capabilities() 1052 cpu, req->hwp_min, cap->lowest); in check_hwp_request_v_hwp_capabilities() 1066 if (req->hwp_desired < cap->lowest) in check_hwp_request_v_hwp_capabilities() 1068 cpu, req->hwp_desired, cap->lowest); in check_hwp_request_v_hwp_capabilities()
|
/openbmc/phosphor-host-ipmid/ |
H A D | sensordatahandler.hpp | 256 minClamp = std::numeric_limits<int8_t>::lowest(); in readingData() 261 minClamp = std::numeric_limits<uint8_t>::lowest(); in readingData() 447 rawData < std::numeric_limits<int8_t>::lowest()) in readingData() 457 rawData < std::numeric_limits<uint8_t>::lowest()) in readingData()
|
/openbmc/linux/fs/xfs/scrub/ |
H A D | dabtree.h | 25 xfs_dablk_t lowest; member
|
H A D | dabtree.c | 134 if (blkno < ds->lowest || (ds->highest != 0 && blkno >= ds->highest)) { in xchk_da_btree_ptr_ok() 502 ds->lowest = 0; in xchk_da_btree() 506 ds->lowest = ds->dargs.geo->leafblk; in xchk_da_btree() 509 blkno = ds->lowest; in xchk_da_btree()
|
/openbmc/linux/Documentation/scsi/ |
H A D | link_power_management_policy.rst | 23 when possible, but do not enter the lowest power
|
/openbmc/phosphor-pid-control/pid/ |
H A D | stepwisecontroller.cpp | 88 double value = std::numeric_limits<double>::lowest(); in inputProc()
|
/openbmc/linux/Documentation/virt/kvm/devices/ |
H A D | xics.rst | 58 delivered, and 255 is the lowest priority. 74 the highest priority and 255 is the lowest. An interrupt with a
|
/openbmc/linux/drivers/pinctrl/nomadik/ |
H A D | pinctrl-abx500.c | 944 unsigned int lowest = 0; in abx500_get_gpio_num() local 966 lowest = gstart; in abx500_get_gpio_num() 969 if (gstart < lowest) in abx500_get_gpio_num() 970 lowest = gstart; in abx500_get_gpio_num() 976 npins = highest - lowest + 1; in abx500_get_gpio_num()
|
/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/ |
H A D | atmel,aic.txt | 20 The third cell is used to specify the irq priority from 0 (lowest) to 7
|
/openbmc/linux/Documentation/firmware-guide/acpi/ |
H A D | lpit.rst | 32 This is the lowest possible system power state, achieved only when CPU is in
|