Searched refs:hal2_i_setbit16 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/sound/mips/ |
H A D | hal2.c | 141 static void hal2_i_setbit16(struct snd_hal2 *hal2, u16 addr, u16 bit) in hal2_i_setbit16() function 381 hal2_i_setbit16(hal2, H2I_DMA_DRV, (1 << pbus->pbusnr)); in hal2_setup_dac() 406 hal2_i_setbit16(hal2, H2I_DMA_DRV, (1 << pbus->pbusnr)); in hal2_setup_adc() 420 hal2_i_setbit16(hal2, H2I_DMA_PORT_EN, H2I_DMA_PORT_EN_CODECTX); in hal2_start_dac() 430 hal2_i_setbit16(hal2, H2I_DMA_PORT_EN, H2I_DMA_PORT_EN_CODECR); in hal2_start_adc()
|