Symbol: srcimap
sound/pci/ctxfi/cthw20k1.c
140
u16 srcimap:1;
sound/pci/ctxfi/cthw20k1.c
147
struct srcimap srcimap;
sound/pci/ctxfi/cthw20k1.c
527
set_field(&ctl->srcimap.srcaim, SRCAIM_ARC, slot);
sound/pci/ctxfi/cthw20k1.c
528
ctl->dirty.bf.srcimap = 1;
sound/pci/ctxfi/cthw20k1.c
536
set_field(&ctl->srcimap.srcaim, SRCAIM_SRC, user);
sound/pci/ctxfi/cthw20k1.c
537
ctl->dirty.bf.srcimap = 1;
sound/pci/ctxfi/cthw20k1.c
545
set_field(&ctl->srcimap.srcaim, SRCAIM_NXT, next);
sound/pci/ctxfi/cthw20k1.c
546
ctl->dirty.bf.srcimap = 1;
sound/pci/ctxfi/cthw20k1.c
554
ctl->srcimap.idx = addr;
sound/pci/ctxfi/cthw20k1.c
555
ctl->dirty.bf.srcimap = 1;
sound/pci/ctxfi/cthw20k1.c
563
if (ctl->dirty.bf.srcimap) {
sound/pci/ctxfi/cthw20k1.c
564
hw_write_20kx(hw, SRCIMAP+ctl->srcimap.idx*0x100,
sound/pci/ctxfi/cthw20k1.c
565
ctl->srcimap.srcaim);
sound/pci/ctxfi/cthw20k1.c
566
ctl->dirty.bf.srcimap = 0;
sound/pci/ctxfi/cthw20k2.c
140
u16 srcimap:1;
sound/pci/ctxfi/cthw20k2.c
147
struct srcimap srcimap;
sound/pci/ctxfi/cthw20k2.c
527
set_field(&ctl->srcimap.srcaim, SRCAIM_ARC, slot);
sound/pci/ctxfi/cthw20k2.c
528
ctl->dirty.bf.srcimap = 1;
sound/pci/ctxfi/cthw20k2.c
536
set_field(&ctl->srcimap.srcaim, SRCAIM_SRC, user);
sound/pci/ctxfi/cthw20k2.c
537
ctl->dirty.bf.srcimap = 1;
sound/pci/ctxfi/cthw20k2.c
545
set_field(&ctl->srcimap.srcaim, SRCAIM_NXT, next);
sound/pci/ctxfi/cthw20k2.c
546
ctl->dirty.bf.srcimap = 1;
sound/pci/ctxfi/cthw20k2.c
552
((struct srcimp_mgr_ctrl_blk *)blk)->srcimap.idx = addr;
sound/pci/ctxfi/cthw20k2.c
553
((struct srcimp_mgr_ctrl_blk *)blk)->dirty.bf.srcimap = 1;
sound/pci/ctxfi/cthw20k2.c
561
if (ctl->dirty.bf.srcimap) {
sound/pci/ctxfi/cthw20k2.c
562
hw_write_20kx(hw, SRC_IMAP+ctl->srcimap.idx*0x100,
sound/pci/ctxfi/cthw20k2.c
563
ctl->srcimap.srcaim);
sound/pci/ctxfi/cthw20k2.c
564
ctl->dirty.bf.srcimap = 0;