enbsa             115 sound/pci/ctxfi/cthw20k1.c 		u16 enbsa:1;
enbsa             122 sound/pci/ctxfi/cthw20k1.c 	unsigned int		enbsa;
enbsa             438 sound/pci/ctxfi/cthw20k1.c 	((struct src_mgr_ctrl_blk *)blk)->enbsa = ~(0x0);
enbsa             439 sound/pci/ctxfi/cthw20k1.c 	((struct src_mgr_ctrl_blk *)blk)->dirty.bf.enbsa = 1;
enbsa             464 sound/pci/ctxfi/cthw20k1.c 	if (ctl->dirty.bf.enbsa) {
enbsa             468 sound/pci/ctxfi/cthw20k1.c 		hw_write_20kx(hw, SRCENBS, ctl->enbsa);
enbsa             469 sound/pci/ctxfi/cthw20k1.c 		ctl->dirty.bf.enbsa = 0;
enbsa             115 sound/pci/ctxfi/cthw20k2.c 		u16 enbsa:1;
enbsa             122 sound/pci/ctxfi/cthw20k2.c 	unsigned int		enbsa;
enbsa             438 sound/pci/ctxfi/cthw20k2.c 	((struct src_mgr_ctrl_blk *)blk)->enbsa |= (0x1 << ((idx%128)/4));
enbsa             439 sound/pci/ctxfi/cthw20k2.c 	((struct src_mgr_ctrl_blk *)blk)->dirty.bf.enbsa = 1;
enbsa             464 sound/pci/ctxfi/cthw20k2.c 	if (ctl->dirty.bf.enbsa) {
enbsa             468 sound/pci/ctxfi/cthw20k2.c 		hw_write_20kx(hw, SRC_ENBSA, ctl->enbsa);
enbsa             469 sound/pci/ctxfi/cthw20k2.c 		ctl->dirty.bf.enbsa = 0;