Searched defs:nct6775_data (Results 1 – 1 of 1) sorted by relevance
1069 struct nct6775_data { struct1070 int addr; /* IO base of hw monitor block */1071 int sioreg; /* SIO register address */1072 enum kinds kind;1073 const char *name;1075 const struct attribute_group *groups[6];1077 u16 reg_temp[5][NUM_TEMP]; /* 0=temp, 1=temp_over, 2=temp_hyst,1080 u8 temp_src[NUM_TEMP];1081 u16 reg_temp_config[NUM_TEMP];1082 const char * const *temp_label;[all …]