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