Home
last modified time | relevance | path

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

/openbmc/linux/drivers/soc/ti/
H A Dsmartreflex.c232 sr_modify_reg(sr, SRCONFIG, SRCONFIG_SRENABLE, 0x0); in sr_v1_disable()
267 sr_modify_reg(sr, SRCONFIG, SRCONFIG_SRENABLE, 0x0); in sr_v2_disable()
579 if (sr_read_reg(sr, SRCONFIG) & SRCONFIG_SRENABLE) in sr_enable()
590 sr_modify_reg(sr, SRCONFIG, SRCONFIG_SRENABLE, SRCONFIG_SRENABLE); in sr_enable()
621 if (sr_read_reg(sr, SRCONFIG) & SRCONFIG_SRENABLE) { in sr_disable()
/openbmc/linux/include/linux/power/
H A Dsmartreflex.h65 #define SRCONFIG_SRENABLE BIT(11) macro