Home
last modified time | relevance | path

Searched refs:maxs (Results 1 – 3 of 3) 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/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.robot218 # maxs:
219 # maxs[0]: /org/open_power/sensors/aggregation/per_30s/ps1_input_power/maximum
220 # maxs[1]: /org/open_power/sensors/aggregation/per_30s/ps0_input_power/maximum