Home
last modified time | relevance | path

Searched refs:maxs (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/hw/block/
H A Dfdc-isa.c131 uint8_t *maxh, uint8_t *maxs) in isa_fdc_get_drive_max_chs() argument
135 *maxc = *maxh = *maxs = 0; in isa_fdc_get_drive_max_chs()
146 if (*maxs < fdf->last_sect) { in isa_fdc_get_drive_max_chs()
147 *maxs = fdf->last_sect; in isa_fdc_get_drive_max_chs()
158 uint8_t maxc, maxh, maxs; in build_fdinfo_aml() local
160 isa_fdc_get_drive_max_chs(type, &maxc, &maxh, &maxs); in build_fdinfo_aml()
175 aml_append(fdi, aml_int(maxs)); /* Maximum Sector Number */ in build_fdinfo_aml()
/openbmc/linux/arch/x86/include/asm/
H A Dcpu_device_id.h59 #define X86_STEPPINGS(mins, maxs) GENMASK(maxs, mins) argument
/openbmc/qemu/hw/sensor/
H A Dtmp421.c108 static const int32_t maxs[2] = { 127000, 150000 }; variable
150 if (temp >= maxs[ext_range] || temp < mins[ext_range]) { in tmp421_set_temperature()
/openbmc/openbmc-test-automation/lib/
H A Dopen_power_utils.robot209 # maxs:
210 # maxs[0]: /org/open_power/sensors/aggregation/per_30s/ps1_input_power/maximum
211 # maxs[1]: /org/open_power/sensors/aggregation/per_30s/ps0_input_power/maximum
/openbmc/linux/drivers/net/can/
H A Dgrcan.c945 size_t maxs = max(tsize, rsize); in grcan_allocate_dma_buffers() local
946 size_t lsize = ALIGN(maxs, GRCAN_BUFFER_ALIGNMENT); in grcan_allocate_dma_buffers()
/openbmc/qemu/target/arm/tcg/
H A Diwmmxt_helper.c309 IWMMXT_OP_CMP(maxs, int8_t, int16_t, int32_t, >)
H A Dtranslate.c1375 IWMMXT_OP_ENV_SIZE(maxs) in IWMMXT_OP()
/openbmc/qemu/target/arm/
H A Dhelper.h465 DEF_IWMMXT_HELPER_SIZE_ENV(maxs)