Home
last modified time | relevance | path

Searched refs:fan_tach_ch_source (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/drivers/hwmon/
Daspeed-pwm-tacho.c194 u8 fan_tach_ch_source[16]; member
463 u8 fan_tach_ch_source) in aspeed_set_fan_tach_ch_source() argument
465 u32 reg_value1 = ((fan_tach_ch_source & 0x3) << in aspeed_set_fan_tach_ch_source()
467 u32 reg_value2 = (((fan_tach_ch_source & 0x4) >> 2) << in aspeed_set_fan_tach_ch_source()
528 u8 fan_tach_ch_source, type, mode, both; in aspeed_get_fan_tach_ch_rpm() local
534 fan_tach_ch_source = priv->fan_tach_ch_source[fan_tach_ch]; in aspeed_get_fan_tach_ch_rpm()
535 type = priv->pwm_port_type[fan_tach_ch_source]; in aspeed_get_fan_tach_ch_rpm()
752 priv->fan_tach_ch_source[index] = pwm_source; in aspeed_create_fan_tach_channel()