Searched refs:maxs (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/hw/block/ |
H A D | fdc-isa.c | 131 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 D | cpu_device_id.h | 59 #define X86_STEPPINGS(mins, maxs) GENMASK(maxs, mins) argument
|
/openbmc/qemu/hw/sensor/ |
H A D | tmp421.c | 108 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 D | open_power_utils.robot | 209 # 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 D | grcan.c | 945 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 D | iwmmxt_helper.c | 309 IWMMXT_OP_CMP(maxs, int8_t, int16_t, int32_t, >)
|
H A D | translate.c | 1375 IWMMXT_OP_ENV_SIZE(maxs) in IWMMXT_OP()
|
/openbmc/qemu/target/arm/ |
H A D | helper.h | 465 DEF_IWMMXT_HELPER_SIZE_ENV(maxs)
|