Home
last modified time | relevance | path

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

/drivers/hwmon/pmbus/
A Dtda38640.c53 ret &= ~PB_OPERATION_CONTROL_ON; in tda38640_read_byte_data()
55 ret |= PB_OPERATION_CONTROL_ON; in tda38640_read_byte_data()
73 enable = !!(byte & PB_OPERATION_CONTROL_ON); in tda38640_write_byte_data()
75 byte &= ~PB_OPERATION_CONTROL_ON; in tda38640_write_byte_data()
A Dpmbus.h244 #define PB_OPERATION_CONTROL_ON BIT(7) macro
A Dpmbus_core.c2890 return !!(ret & PB_OPERATION_CONTROL_ON); in _pmbus_is_enabled()
3046 PB_OPERATION_CONTROL_ON, in _pmbus_regulator_on_off()
3047 enable ? PB_OPERATION_CONTROL_ON : 0); in _pmbus_regulator_on_off()

Completed in 16 milliseconds