Home
last modified time | relevance | path

Searched defs:tach (Results 1 – 5 of 5) sorted by relevance

/drivers/gpu/drm/nouveau/core/subdev/therm/
Dnva3.c36 u32 tach = nv_rd32(therm, 0x00e728) & 0x0000ffff; in nva3_therm_fan_sense() local
47 struct dcb_gpio_func *tach = &priv->base.fan->tach; in nva3_therm_init() local
Dfan.c137 u64 start, end, tach; in nouveau_therm_fan_sense() local
Dpriv.h50 struct dcb_gpio_func tach; member
/drivers/hwmon/
Dmax6650.c123 u8 tach[4]; member
Dadt7475.c182 u16 tach[2][4]; member
230 static inline int tach2rpm(u16 tach) in tach2rpm()