Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Di5k_amb.c115 static u8 amb_read_byte(struct i5k_amb_data *data, unsigned long offset) in amb_read_byte() function
133 if (!(amb_read_byte(data, amb_reg_temp_status(attr->index)) & 0x20) && in show_amb_alarm()
134 (amb_read_byte(data, amb_reg_temp_status(attr->index)) & 0x8)) in show_amb_alarm()
207 500 * amb_read_byte(data, amb_reg_temp_min(attr->index))); in show_amb_min()
217 500 * amb_read_byte(data, amb_reg_temp_mid(attr->index))); in show_amb_mid()
227 500 * amb_read_byte(data, amb_reg_temp_max(attr->index))); in show_amb_max()
237 500 * amb_read_byte(data, amb_reg_temp(attr->index))); in show_amb_temp()