Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Daspeed-pwm-tacho.c193 u8 fan_tach_ch_source[16]; member
464 u8 fan_tach_ch_source) in aspeed_set_fan_tach_ch_source() argument
466 u32 reg_value1 = ((fan_tach_ch_source & 0x3) << in aspeed_set_fan_tach_ch_source()
468 u32 reg_value2 = (((fan_tach_ch_source & 0x4) >> 2) << in aspeed_set_fan_tach_ch_source()
529 u8 fan_tach_ch_source, type, mode, both; in aspeed_get_fan_tach_ch_rpm() local
537 fan_tach_ch_source = priv->fan_tach_ch_source[fan_tach_ch]; in aspeed_get_fan_tach_ch_rpm()
538 type = priv->pwm_port_type[fan_tach_ch_source]; in aspeed_get_fan_tach_ch_rpm()
757 priv->fan_tach_ch_source[index] = pwm_source; in aspeed_create_fan_tach_channel()