Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/sound/
H A Dmax98088.c79 error |= maxim_bic_or(priv, M98088_REG_PWR_SYS, M98088_SHDNRUN, 0); in max98088_hw_params()
99 error |= maxim_bic_or(priv, M98088_REG_PWR_SYS, M98088_SHDNRUN, in max98088_hw_params()
142 error |= maxim_i2c_read(priv, M98088_REG_PWR_SYS, &pwr); in max98088_set_sysclk()
144 error |= maxim_bic_or(priv, M98088_REG_PWR_SYS, in max98088_set_sysclk()
146 error |= maxim_bic_or(priv, M98088_REG_PWR_SYS, in max98088_set_sysclk()
254 for (i = M98088_REG_IRQ_ENABLE; i <= M98088_REG_PWR_SYS; i++) { in max98088_reset()
315 error = maxim_i2c_write(priv, M98088_REG_PWR_SYS, M98088_PWRSV); in max98088_setup_interface()
H A Dmax98088.h82 #define M98088_REG_PWR_SYS 0X51 macro