Searched refs:M98088_REG_PWR_SYS (Results 1 – 2 of 2) sorted by relevance
/u-boot/drivers/sound/ |
A D | max98088.c | 80 error |= maxim_bic_or(priv, M98088_REG_PWR_SYS, M98088_SHDNRUN, 0); in max98088_hw_params() 100 error |= maxim_bic_or(priv, M98088_REG_PWR_SYS, M98088_SHDNRUN, in max98088_hw_params() 143 error |= maxim_i2c_read(priv, M98088_REG_PWR_SYS, &pwr); in max98088_set_sysclk() 145 error |= maxim_bic_or(priv, M98088_REG_PWR_SYS, in max98088_set_sysclk() 147 error |= maxim_bic_or(priv, M98088_REG_PWR_SYS, in max98088_set_sysclk() 255 for (i = M98088_REG_IRQ_ENABLE; i <= M98088_REG_PWR_SYS; i++) { in max98088_reset() 316 error = maxim_i2c_write(priv, M98088_REG_PWR_SYS, M98088_PWRSV); in max98088_setup_interface()
|
A D | max98088.h | 83 #define M98088_REG_PWR_SYS 0X51 macro
|
Completed in 4 milliseconds