Searched refs:M98095_097_PWR_SYS (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/drivers/sound/ |
H A D | max98095.c | 273 ret = maxim_i2c_write(priv, M98095_097_PWR_SYS, 0); in max98095_reset() 333 error = maxim_i2c_write(priv, M98095_097_PWR_SYS, M98095_PWRSV); in max98095_setup_interface() 359 error |= maxim_bic_or(priv, M98095_097_PWR_SYS, M98095_SHDNRUN, in max98095_setup_interface()
|
H A D | max98095.h | 174 #define M98095_097_PWR_SYS 0x97 macro
|
/openbmc/linux/sound/soc/codecs/ |
H A D | max98095.h | 166 #define M98095_097_PWR_SYS 0x97 macro
|
H A D | max98095.c | 205 case M98095_001_HOST_INT_STS ... M98095_097_PWR_SYS: in max98095_readable() 216 case M98095_00F_HOST_CFG ... M98095_097_PWR_SYS: in max98095_writeable() 1960 ret = snd_soc_component_write(component, M98095_097_PWR_SYS, 0); in max98095_reset() 2043 snd_soc_component_write(component, M98095_097_PWR_SYS, M98095_PWRSV); in max98095_probe() 2067 snd_soc_component_update_bits(component, M98095_097_PWR_SYS, M98095_SHDNRUN, in max98095_probe()
|