Searched defs:w83627ehf_data (Results 1 – 1 of 1) sorted by relevance
305 struct w83627ehf_data { struct306 int addr; /* IO base of hw monitor block */307 const char *name;309 struct mutex lock;311 u16 reg_temp[NUM_REG_TEMP];312 u16 reg_temp_over[NUM_REG_TEMP];313 u16 reg_temp_hyst[NUM_REG_TEMP];314 u16 reg_temp_config[NUM_REG_TEMP];315 u8 temp_src[NUM_REG_TEMP];316 const char * const *temp_label;[all …]