Searched refs:H2I_DMA_PORT_EN (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/drivers/sound/ |
D | hal2.h | 108 #define H2I_DMA_PORT_EN 0x9104 macro
|
D | hal2.c | 280 DEBUG("port en: %04hx ", hal2_i_look16(hal2, H2I_DMA_PORT_EN)); in hal2_dump_regs() 454 hal2_i_clearbit16(hal2, H2I_DMA_PORT_EN, H2I_DMA_PORT_EN_CODECTX); in hal2_setup_dac() 485 hal2_i_clearbit16(hal2, H2I_DMA_PORT_EN, H2I_DMA_PORT_EN_CODECR); in hal2_setup_adc() 516 hal2_i_setbit16(hal2, H2I_DMA_PORT_EN, H2I_DMA_PORT_EN_CODECTX); in hal2_start_dac() 527 hal2_i_setbit16(hal2, H2I_DMA_PORT_EN, H2I_DMA_PORT_EN_CODECR); in hal2_start_adc()
|