Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dpcm512x.h27 #define PCM512x_GPIO_EN (PCM512x_PAGE_BASE(0) + 8) macro
H A Dpcm512x.c132 case PCM512x_GPIO_EN: in pcm512x_readable()
1300 ret = regmap_update_bits(pcm512x->regmap, PCM512x_GPIO_EN, in pcm512x_hw_params()
/openbmc/linux/sound/soc/intel/boards/
H A Dsof_pcm512x.c94 snd_soc_component_update_bits(codec, PCM512x_GPIO_EN, 0x08, 0x08); in sof_pcm512x_codec_init()