Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Doxp-sensors.c164 static int write_to_ec(u8 reg, u8 value) in write_to_ec() function
198 return write_to_ec(reg, val); in tt_toggle_enable()
219 return write_to_ec(reg, val); in tt_toggle_disable()
290 return write_to_ec(OXP_SENSOR_PWM_ENABLE_REG, 0x01); in oxp_pwm_enable()
295 return write_to_ec(OXP_SENSOR_PWM_ENABLE_REG, 0x00); in oxp_pwm_disable()
388 return write_to_ec(OXP_SENSOR_PWM_REG, val); in oxp_platform_write()