Symbol: daoimap
sound/pci/ctxfi/cthw20k1.c
1075
set_field(&ctl->daoimap.aim, AIM_ARC, slot);
sound/pci/ctxfi/cthw20k1.c
1076
ctl->dirty.bf.daoimap = 1;
sound/pci/ctxfi/cthw20k1.c
1084
set_field(&ctl->daoimap.aim, AIM_NXT, next);
sound/pci/ctxfi/cthw20k1.c
1085
ctl->dirty.bf.daoimap = 1;
sound/pci/ctxfi/cthw20k1.c
1093
ctl->daoimap.idx = addr;
sound/pci/ctxfi/cthw20k1.c
1094
ctl->dirty.bf.daoimap = 1;
sound/pci/ctxfi/cthw20k1.c
1130
if (ctl->dirty.bf.daoimap) {
sound/pci/ctxfi/cthw20k1.c
1131
hw_write_20kx(hw, DAOIMAP+ctl->daoimap.idx*4,
sound/pci/ctxfi/cthw20k1.c
1132
ctl->daoimap.aim);
sound/pci/ctxfi/cthw20k1.c
1133
ctl->dirty.bf.daoimap = 0;
sound/pci/ctxfi/cthw20k1.c
809
u32 daoimap:1;
sound/pci/ctxfi/cthw20k1.c
820
struct daoimap daoimap;
sound/pci/ctxfi/cthw20k2.c
1031
set_field(&ctl->daoimap.aim, AIM_ARC, slot);
sound/pci/ctxfi/cthw20k2.c
1032
ctl->dirty.bf.daoimap = 1;
sound/pci/ctxfi/cthw20k2.c
1040
set_field(&ctl->daoimap.aim, AIM_NXT, next);
sound/pci/ctxfi/cthw20k2.c
1041
ctl->dirty.bf.daoimap = 1;
sound/pci/ctxfi/cthw20k2.c
1047
((struct daio_mgr_ctrl_blk *)blk)->daoimap.idx = addr;
sound/pci/ctxfi/cthw20k2.c
1048
((struct daio_mgr_ctrl_blk *)blk)->dirty.bf.daoimap = 1;
sound/pci/ctxfi/cthw20k2.c
1072
if (ctl->dirty.bf.daoimap) {
sound/pci/ctxfi/cthw20k2.c
1073
hw_write_20kx(hw, AUDIO_IO_AIM+ctl->daoimap.idx*4,
sound/pci/ctxfi/cthw20k2.c
1074
ctl->daoimap.aim);
sound/pci/ctxfi/cthw20k2.c
1075
ctl->dirty.bf.daoimap = 0;
sound/pci/ctxfi/cthw20k2.c
800
u32 daoimap:1;
sound/pci/ctxfi/cthw20k2.c
808
struct daoimap daoimap;