amophi            587 sound/pci/ctxfi/cthw20k1.c 		u16 amophi:1;
amophi            596 sound/pci/ctxfi/cthw20k1.c 	unsigned int		amophi;
amophi            637 sound/pci/ctxfi/cthw20k1.c 	set_field(&ctl->amophi, AMOPHI_SADR, sadr);
amophi            638 sound/pci/ctxfi/cthw20k1.c 	ctl->dirty.bf.amophi = 1;
amophi            646 sound/pci/ctxfi/cthw20k1.c 	set_field(&ctl->amophi, AMOPHI_SE, se);
amophi            647 sound/pci/ctxfi/cthw20k1.c 	ctl->dirty.bf.amophi = 1;
amophi            667 sound/pci/ctxfi/cthw20k1.c 	if (ctl->dirty.bf.amoplo || ctl->dirty.bf.amophi) {
amophi            670 sound/pci/ctxfi/cthw20k1.c 		hw_write_20kx(hw, AMOPHI+idx*8, ctl->amophi);
amophi            671 sound/pci/ctxfi/cthw20k1.c 		ctl->dirty.bf.amophi = 0;
amophi            586 sound/pci/ctxfi/cthw20k2.c 		u16 amophi:1;
amophi            595 sound/pci/ctxfi/cthw20k2.c 	unsigned int		amophi;
amophi            639 sound/pci/ctxfi/cthw20k2.c 	set_field(&ctl->amophi, AMOPHI_SADR, sadr);
amophi            640 sound/pci/ctxfi/cthw20k2.c 	ctl->dirty.bf.amophi = 1;
amophi            648 sound/pci/ctxfi/cthw20k2.c 	set_field(&ctl->amophi, AMOPHI_SE, se);
amophi            649 sound/pci/ctxfi/cthw20k2.c 	ctl->dirty.bf.amophi = 1;
amophi            669 sound/pci/ctxfi/cthw20k2.c 	if (ctl->dirty.bf.amoplo || ctl->dirty.bf.amophi) {
amophi            672 sound/pci/ctxfi/cthw20k2.c 		hw_write_20kx(hw, MIXER_AMOPHI+idx*8, ctl->amophi);
amophi            673 sound/pci/ctxfi/cthw20k2.c 		ctl->dirty.bf.amophi = 0;