Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
Dgt215.c32 u32 tach = nvkm_rd32(device, 0x00e728) & 0x0000ffff; in gt215_therm_fan_sense() local
43 struct dcb_gpio_func *tach = &therm->fan->tach; in gt215_therm_init() local
Dpriv.h52 struct dcb_gpio_func tach; member
Dfan.c130 u64 start, end, tach; in nvkm_therm_fan_sense() local
/Linux-v5.4/drivers/hwmon/
Dmax31790.c62 u16 tach[NR_CHANNEL * 2]; member
Dmax6650.c112 u8 tach[4]; member
Dadt7475.c206 u16 tach[2][4]; member
256 static inline int tach2rpm(u16 tach) in tach2rpm()