Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/sound/
Dcs46xx.c1113 tmp=cs461x_peek(card, BA1_PCTL); in __stop_dac()
1115 cs461x_poke(card, BA1_PCTL, tmp); in __stop_dac()
1144 tmp = cs461x_peek(card, BA1_PCTL); in start_dac()
1150 (unsigned)card->ba1.idx[(BA1_PCTL >> 16) & 3]+(BA1_PCTL&0xffff) ) ); in start_dac()
1151 cs461x_poke(card, BA1_PCTL, tmp); in start_dac()
3705 tmp = cs461x_peek(card, BA1_PCTL); in cs46xx_suspend()
3706 cs461x_poke(card, BA1_PCTL, tmp & 0x0000ffff); in cs46xx_suspend()
5165 tmp = cs461x_peek(card, BA1_PCTL); in cs_hardware_init()
5167 cs461x_poke(card, BA1_PCTL, tmp & 0x0000ffff); in cs_hardware_init()
5565 tmp = cs461x_peek(card, BA1_PCTL); in cs46xx_remove()
[all …]
Dcs461x.h1594 #define BA1_PCTL 0x2a4 /* BA1_PLAY_CONTROL_REG */ macro