Searched refs:fan_tach_ch_source (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | aspeed-pwm-tacho.c | 194 u8 fan_tach_ch_source[16]; member 465 u8 fan_tach_ch_source) in aspeed_set_fan_tach_ch_source() 467 u32 reg_value1 = ((fan_tach_ch_source & 0x3) << in aspeed_set_fan_tach_ch_source() 469 u32 reg_value2 = (((fan_tach_ch_source & 0x4) >> 2) << in aspeed_set_fan_tach_ch_source() 530 u8 fan_tach_ch_source, type, mode, both; in aspeed_get_fan_tach_ch_rpm() local 538 fan_tach_ch_source = priv->fan_tach_ch_source[fan_tach_ch]; in aspeed_get_fan_tach_ch_rpm() 539 type = priv->pwm_port_type[fan_tach_ch_source]; in aspeed_get_fan_tach_ch_rpm() 758 priv->fan_tach_ch_source[index] = pwm_source; in aspeed_create_fan_tach_channel() 464 aspeed_set_fan_tach_ch_source(struct regmap *regmap, u8 fan_tach_ch, u8 fan_tach_ch_source) aspeed_set_fan_tach_ch_source() argument
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | aspeed-pwm-tacho.c | 193 u8 fan_tach_ch_source[16]; member 464 u8 fan_tach_ch_source) in aspeed_set_fan_tach_ch_source() 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() 463 aspeed_set_fan_tach_ch_source(struct regmap *regmap, u8 fan_tach_ch, u8 fan_tach_ch_source) aspeed_set_fan_tach_ch_source() argument
|
Completed in 5 milliseconds