Home
last modified time | relevance | path

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

/openbmc/linux/drivers/regulator/
H A Dcpcap-regulator.c65 #define CPCAP_BIT_AUDIO_LOW_PWR BIT(6) macro
212 case CPCAP_BIT_AUDIO_LOW_PWR: in cpcap_map_mode()
225 if (value & CPCAP_BIT_AUDIO_LOW_PWR) in cpcap_regulator_get_mode()
241 value = CPCAP_BIT_AUDIO_LOW_PWR; in cpcap_regulator_set_mode()
248 CPCAP_BIT_AUDIO_LOW_PWR, value); in cpcap_regulator_set_mode()
/openbmc/linux/sound/soc/codecs/
H A Dcpcap.c20 #define CPCAP_BIT_AUDIO_LOW_PWR 6 macro