Home
last modified time | relevance | path

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

/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()
/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()
/qemu/target/arm/tcg/
H A Diwmmxt_helper.c311 IWMMXT_OP_CMP(maxs, int8_t, int16_t, int32_t, >)
H A Dhelper.h479 DEF_IWMMXT_HELPER_SIZE_ENV(maxs)
H A Dtranslate.c1365 IWMMXT_OP_ENV_SIZE(maxs) in IWMMXT_OP()