Searched refs:maxs (Results 1 – 5 of 5) sorted by relevance
/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()
|
/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()
|
/qemu/target/arm/tcg/ |
H A D | iwmmxt_helper.c | 311 IWMMXT_OP_CMP(maxs, int8_t, int16_t, int32_t, >)
|
H A D | helper.h | 479 DEF_IWMMXT_HELPER_SIZE_ENV(maxs)
|
H A D | translate.c | 1365 IWMMXT_OP_ENV_SIZE(maxs) in IWMMXT_OP()
|