Home
last modified time | relevance | path

Searched refs:ext_range (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/sensor/
H A Dtmp421.c114 bool ext_range = (s->config[0] & TMP421_CONFIG_RANGE); in tmp421_get_temperature() local
115 int offset = ext_range * 64 * 256; in tmp421_get_temperature()
142 bool ext_range = (s->config[0] & TMP421_CONFIG_RANGE); in tmp421_set_temperature() local
143 int offset = ext_range * 64 * 256; in tmp421_set_temperature()
150 if (temp >= maxs[ext_range] || temp < mins[ext_range]) { in tmp421_set_temperature()
/openbmc/linux/block/
H A Dgenhd.c1047 static DEVICE_ATTR(ext_range, 0444, disk_ext_range_show, NULL);