Home
last modified time | relevance | path

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

/linux/drivers/hwmon/
H A Daspeed-pwm-tacho.c195 u8 fan_tach_ch_source[MAX_ASPEED_FAN_TACH_CHANNELS]; member
466 u8 fan_tach_ch_source) in aspeed_set_fan_tach_ch_source() argument
468 u32 reg_value1 = ((fan_tach_ch_source & 0x3) << in aspeed_set_fan_tach_ch_source()
470 u32 reg_value2 = (((fan_tach_ch_source & 0x4) >> 2) << in aspeed_set_fan_tach_ch_source()
531 u8 fan_tach_ch_source, type, mode, both; in aspeed_get_fan_tach_ch_rpm() local
539 fan_tach_ch_source = priv->fan_tach_ch_source[fan_tach_ch]; in aspeed_get_fan_tach_ch_rpm()
540 type = priv->pwm_port_type[fan_tach_ch_source]; in aspeed_get_fan_tach_ch_rpm()
764 priv->fan_tach_ch_source[index] = pwm_source; in aspeed_create_fan_tach_channel()