Searched refs:maxs (Results 1 – 3 of 3) sorted by relevance
131 uint8_t *maxh, uint8_t *maxs) in isa_fdc_get_drive_max_chs() argument135 *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() local160 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()
108 static const int32_t maxs[2] = { 127000, 150000 }; variable150 if (temp >= maxs[ext_range] || temp < mins[ext_range]) { in tmp421_set_temperature()
218 # maxs:219 # maxs[0]: /org/open_power/sensors/aggregation/per_30s/ps1_input_power/maximum220 # maxs[1]: /org/open_power/sensors/aggregation/per_30s/ps0_input_power/maximum