Home
last modified time | relevance | path

Searched refs:max (Results 4726 – 4750 of 7300) sorted by relevance

1...<<181182183184185186187188189190>>...292

/openbmc/linux/virt/kvm/
H A Dirqchip.c181 nr_rt_entries = max(nr_rt_entries, ue[i].gsi); in kvm_set_irq_routing()
/openbmc/linux/drivers/hv/
H A Dhyperv_vmbus.h208 max(MAX_NUM_CHANNELS_SUPPORTED, HV_EVENT_FLAGS_COUNT)
/openbmc/linux/Documentation/devicetree/bindings/input/
H A Dadc-joystick.yaml76 inclination of the joystick. If min > max, it is left to userspace to
/openbmc/linux/drivers/tty/serial/8250/
H A D8250_pericom.c58 unsigned int divisor = max(maxrate / baud, 1U); in pericom_do_set_divisor()
/openbmc/linux/drivers/cpufreq/
H A Dsa1110-cpufreq.c244 if (policy->max < 147500) { in sa1110_target()
/openbmc/linux/arch/arm/boot/dts/samsung/
H A Dexynos5422-odroidhc1.dts27 max-brightness = <255>;
/openbmc/linux/arch/arm/boot/dts/mediatek/
H A Dmt2701-evb.dts70 regulator-max-microvolt = <5000000>;
/openbmc/linux/arch/arm/boot/dts/ti/omap/
H A Dam335x-chiliboard.dts127 regulator-max-microvolt = <3300000>;
/openbmc/linux/drivers/net/ethernet/sfc/siena/
H A Dethtool.c195 txq_entries = max(ring->tx_pending, EFX_TXQ_MIN_ENT(efx)); in efx_ethtool_set_ringparam()
/openbmc/linux/lib/
H A Dpercpu_counter.c228 percpu_counter_batch = max(32, nr*2); in compute_batch_value()
/openbmc/linux/drivers/of/
H A Ddevice.c162 size = max(dev->coherent_dma_mask, dev->coherent_dma_mask + 1); in of_dma_configure_id()
/openbmc/linux/mm/
H A Dprocess_vm_access.c177 nr_pages = max(nr_pages, nr_pages_iov); in process_vm_rw_core()
/openbmc/linux/arch/arm/boot/dts/marvell/
H A Dkirkwood-b3.dts65 spi-max-frequency = <40000000>;
/openbmc/linux/drivers/gpu/drm/imx/dcss/
H A Ddcss-dev.h176 int *min, int *max);
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_display_core.h321 } max[6]; member
/openbmc/linux/Documentation/devicetree/bindings/regulator/
H A Dgpio-regulator.yaml106 regulator-max-microvolt = <2600000>;
/openbmc/linux/arch/mips/kernel/
H A Delf.c189 abi1 = max(fp_abi, interp_fp_abi); in arch_check_elf()
/openbmc/linux/drivers/infiniband/sw/rxe/
H A Drxe_pool.c111 pool->limit.max = info->max_index; in rxe_pool_init()
/openbmc/linux/arch/arm/boot/dts/nspire/
H A Dnspire.dtsi74 regulator-max-microvolt = <5000000>;
/openbmc/linux/arch/arm64/boot/dts/mediatek/
H A Dmt8183-kukui-kodama.dtsi93 regulator-max-microvolt = <2800000>;
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/
H A Dsetup.c25 #define MLX5E_MIN_XSK_CHUNK_SIZE max(2048, XDP_UMEM_MIN_CHUNK_SIZE)
/openbmc/openpower-occ-control/
H A Dmeson.build27 conf_data.set('MAX_CPUS', get_option('max-cpus'))
/openbmc/linux/Documentation/driver-api/media/
H A Dv4l2-controls.rst122 u32 id, s32 min, s32 max, u32 step, s32 def);
131 u32 id, s32 max, s32 skip_mask, s32 def);
140 const struct v4l2_ctrl_ops *ops, u32 id, s32 max,
159 u32 id, s32 max, s32 def, const s64 *qmenu_int);
206 the control ID except for the min, max, step and default values. These are
463 .max = 15,
777 .max = 15,
/openbmc/linux/sound/pci/emu10k1/
H A Demumixer.c1246 uinfo->value.integer.max = 255; in snd_audigy_i2c_volume_info()
1474 uinfo->value.integer.max = emu->audigy ? 0x3f : 0x0f; in snd_emu10k1_send_routing_info()
1546 uinfo->value.integer.max = 255; in snd_emu10k1_send_volume_info()
1612 uinfo->value.integer.max = 0x1fffd; in snd_emu10k1_attn_info()
1677 uinfo->value.integer.max = emu->audigy ? 0x3f : 0x0f; in snd_emu10k1_efx_send_routing_info()
1743 uinfo->value.integer.max = 255; in snd_emu10k1_efx_send_volume_info()
1805 uinfo->value.integer.max = 0x1fffd; in snd_emu10k1_efx_attn_info()
/openbmc/linux/tools/testing/selftests/net/
H A Dpmtu.sh1842 max=$((65535 - 20))
1844 for v in $((min - 1)) $((max + 1)); do
1849 if [ ${mtu} -lt ${min} -o ${mtu} -gt ${max} ]; then
1857 for v in ${min} 1300 ${max}; do
1880 max=$((65535 - 40))
1882 for v in $((min - 1)) $((max + 1)); do
1887 if [ ${mtu} -lt ${min} -o ${mtu} -gt ${max} ]; then

1...<<181182183184185186187188189190>>...292