Searched refs:BA1_PCTL (Results 1 – 2 of 2) sorted by relevance
340 ul = csa_readmem(resp, BA1_PCTL); in csa_startplaydma()342 csa_writemem(resp, BA1_PCTL, ul | csa->pctl); in csa_startplaydma()372 ul = csa_readmem(resp, BA1_PCTL); in csa_stopplaydma()374 csa_writemem(resp, BA1_PCTL, ul & 0x0000ffff); in csa_stopplaydma()
1917 #define BA1_PCTL 0x2a4 /* BA1_PLAY_CONTROL_REG */ macro