Lines Matching +defs:val +defs:save
72 static inline u8 IN_TO_REG(unsigned long val) in IN_TO_REG()
77 #define IN_FROM_REG(val) ((val) * 16) argument
88 static inline int FAN_FROM_REG(u8 val, int div) in FAN_FROM_REG()
97 static inline s8 TEMP_TO_REG(long val) in TEMP_TO_REG()
103 static inline int TEMP_FROM_REG(s8 val) in TEMP_FROM_REG()
108 #define DIV_FROM_REG(val) (1 << (val)) argument
172 unsigned long val; in in_min_store() local
192 unsigned long val; in in_max_store() local
248 long val; in temp1_max_store() local
274 long val; in temp1_max_hyst_store() local
319 unsigned long val; in fan_min_store() local
355 unsigned long val; in fan_div_store() local
831 int val, save, found = 0; in lm78_isa_found() local