src_mgr_ctrl_blk  438 sound/pci/ctxfi/cthw20k1.c 	((struct src_mgr_ctrl_blk *)blk)->enbsa = ~(0x0);
src_mgr_ctrl_blk  439 sound/pci/ctxfi/cthw20k1.c 	((struct src_mgr_ctrl_blk *)blk)->dirty.bf.enbsa = 1;
src_mgr_ctrl_blk  440 sound/pci/ctxfi/cthw20k1.c 	((struct src_mgr_ctrl_blk *)blk)->enb[idx/32] |= (0x1 << (idx%32));
src_mgr_ctrl_blk  446 sound/pci/ctxfi/cthw20k1.c 	((struct src_mgr_ctrl_blk *)blk)->enb[idx/32] |= (0x1 << (idx%32));
src_mgr_ctrl_blk  447 sound/pci/ctxfi/cthw20k1.c 	((struct src_mgr_ctrl_blk *)blk)->dirty.data |= (0x1 << (idx/32));
src_mgr_ctrl_blk  453 sound/pci/ctxfi/cthw20k1.c 	((struct src_mgr_ctrl_blk *)blk)->enb[idx/32] &= ~(0x1 << (idx%32));
src_mgr_ctrl_blk  454 sound/pci/ctxfi/cthw20k1.c 	((struct src_mgr_ctrl_blk *)blk)->dirty.data |= (0x1 << (idx/32));
src_mgr_ctrl_blk  460 sound/pci/ctxfi/cthw20k1.c 	struct src_mgr_ctrl_blk *ctl = blk;
src_mgr_ctrl_blk  483 sound/pci/ctxfi/cthw20k1.c 	struct src_mgr_ctrl_blk *blk;
src_mgr_ctrl_blk  497 sound/pci/ctxfi/cthw20k1.c 	kfree((struct src_mgr_ctrl_blk *)blk);
src_mgr_ctrl_blk  438 sound/pci/ctxfi/cthw20k2.c 	((struct src_mgr_ctrl_blk *)blk)->enbsa |= (0x1 << ((idx%128)/4));
src_mgr_ctrl_blk  439 sound/pci/ctxfi/cthw20k2.c 	((struct src_mgr_ctrl_blk *)blk)->dirty.bf.enbsa = 1;
src_mgr_ctrl_blk  440 sound/pci/ctxfi/cthw20k2.c 	((struct src_mgr_ctrl_blk *)blk)->enb[idx/32] |= (0x1 << (idx%32));
src_mgr_ctrl_blk  446 sound/pci/ctxfi/cthw20k2.c 	((struct src_mgr_ctrl_blk *)blk)->enb[idx/32] |= (0x1 << (idx%32));
src_mgr_ctrl_blk  447 sound/pci/ctxfi/cthw20k2.c 	((struct src_mgr_ctrl_blk *)blk)->dirty.data |= (0x1 << (idx/32));
src_mgr_ctrl_blk  453 sound/pci/ctxfi/cthw20k2.c 	((struct src_mgr_ctrl_blk *)blk)->enb[idx/32] &= ~(0x1 << (idx%32));
src_mgr_ctrl_blk  454 sound/pci/ctxfi/cthw20k2.c 	((struct src_mgr_ctrl_blk *)blk)->dirty.data |= (0x1 << (idx/32));
src_mgr_ctrl_blk  460 sound/pci/ctxfi/cthw20k2.c 	struct src_mgr_ctrl_blk *ctl = blk;
src_mgr_ctrl_blk  483 sound/pci/ctxfi/cthw20k2.c 	struct src_mgr_ctrl_blk *blk;