Home
last modified time | relevance | path

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

/linux/drivers/regulator/
H A Dscmi-regulator.c58 SCMI_VOLTAGE_ARCH_STATE_ON); in scmi_reg_enable()
83 return config & SCMI_VOLTAGE_ARCH_STATE_ON; in scmi_reg_is_enabled()
/linux/include/linux/
H A Dscmi_protocol.h603 #define SCMI_VOLTAGE_ARCH_STATE_ON 0x7 macro