Searched defs:tach (Results 1 – 6 of 6) sorted by relevance
32 u32 tach = nvkm_rd32(device, 0x00e728) & 0x0000ffff; in gt215_therm_fan_sense() local43 struct dcb_gpio_func *tach = &therm->fan->tach; in gt215_therm_init() local
52 struct dcb_gpio_func tach; member
130 u64 start, end, tach; in nvkm_therm_fan_sense() local
62 u16 tach[NR_CHANNEL * 2]; member
112 u8 tach[4]; member
206 u16 tach[2][4]; member256 static inline int tach2rpm(u16 tach) in tach2rpm()