Home
last modified time | relevance | path

Searched refs:M98095_097_PWR_SYS (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/sound/
H A Dmax98095.c363 ret = max98095_i2c_write(M98095_097_PWR_SYS, 0); in max98095_reset()
417 error |= max98095_i2c_write(M98095_097_PWR_SYS, M98095_PWRSV); in max98095_device_init()
443 error |= max98095_update_bits(M98095_097_PWR_SYS, M98095_SHDNRUN, in max98095_device_init()
H A Dmax98095.h175 #define M98095_097_PWR_SYS 0x97 macro
/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Dmax98095.h166 #define M98095_097_PWR_SYS 0x97 macro
H A Dmax98095.c205 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()
1966 ret = snd_soc_component_write(component, M98095_097_PWR_SYS, 0); in max98095_reset()
2049 snd_soc_component_write(component, M98095_097_PWR_SYS, M98095_PWRSV); in max98095_probe()
2073 snd_soc_component_update_bits(component, M98095_097_PWR_SYS, M98095_SHDNRUN, in max98095_probe()