Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Dadt7475.c542 static const int ad7475_st_map[] = { variable
567 return sprintf(buf, "%d\n", ad7475_st_map[val & 0x7]); in temp_st_show()
606 val = find_closest_descending(val, ad7475_st_map, in temp_st_store()
607 ARRAY_SIZE(ad7475_st_map)); in temp_st_store()