Lines Matching +defs:t +defs:mul
109 int error, t;
113 t = *(int *)rnode->sysctl_data;
114 node.sysctl_data = &t;
119 if (t < 0)
122 *(int *)rnode->sysctl_data = t;
163 bool t;
169 t = sc->sc_heateron;
170 node.sysctl_data = &t;
175 sc->sc_heateron = t;
184 int error = 0, t;
190 t = sc->sc_heaterval;
191 node.sysctl_data = &t;
196 if (t < 1 || t >= __arraycount(si70xx_heatervalues))
199 sc->sc_heaterval = t;
200 error = si70xx_set_heatervalue(sc, t);
744 aprint_error_dev(self, "Can't setup sysctl tree (%d)\n", error);
836 int64_t mul, offs;
850 mul = 125000000;
881 mul = 175720000;
951 uint64_t val64 = ((mul * val16) >> 16) + offs;