Searched defs:tach (Results 1 – 5 of 5) sorted by relevance
36 u32 tach = nv_rd32(therm, 0x00e728) & 0x0000ffff; in nva3_therm_fan_sense() local47 struct dcb_gpio_func *tach = &priv->base.fan->tach; in nva3_therm_init() local
137 u64 start, end, tach; in nouveau_therm_fan_sense() local
50 struct dcb_gpio_func tach; member
123 u8 tach[4]; member
182 u16 tach[2][4]; member230 static inline int tach2rpm(u16 tach) in tach2rpm()