srtctl            748 sound/pci/ctxfi/cthw20k1.c 		u16 srtctl:1;
srtctl            756 sound/pci/ctxfi/cthw20k1.c 	unsigned int	srtctl;
srtctl            828 sound/pci/ctxfi/cthw20k1.c 	set_field(&ctl->srtctl, SRTCTL_SRCR, src);
srtctl            829 sound/pci/ctxfi/cthw20k1.c 	ctl->dirty.bf.srtctl = 1;
srtctl            837 sound/pci/ctxfi/cthw20k1.c 	set_field(&ctl->srtctl, SRTCTL_SRCL, src);
srtctl            838 sound/pci/ctxfi/cthw20k1.c 	ctl->dirty.bf.srtctl = 1;
srtctl            846 sound/pci/ctxfi/cthw20k1.c 	set_field(&ctl->srtctl, SRTCTL_RSR, rsr);
srtctl            847 sound/pci/ctxfi/cthw20k1.c 	ctl->dirty.bf.srtctl = 1;
srtctl            855 sound/pci/ctxfi/cthw20k1.c 	set_field(&ctl->srtctl, SRTCTL_DRAT, drat);
srtctl            856 sound/pci/ctxfi/cthw20k1.c 	ctl->dirty.bf.srtctl = 1;
srtctl            864 sound/pci/ctxfi/cthw20k1.c 	set_field(&ctl->srtctl, SRTCTL_EC, ec ? 1 : 0);
srtctl            865 sound/pci/ctxfi/cthw20k1.c 	ctl->dirty.bf.srtctl = 1;
srtctl            873 sound/pci/ctxfi/cthw20k1.c 	set_field(&ctl->srtctl, SRTCTL_ET, et ? 1 : 0);
srtctl            874 sound/pci/ctxfi/cthw20k1.c 	ctl->dirty.bf.srtctl = 1;
srtctl            882 sound/pci/ctxfi/cthw20k1.c 	if (ctl->dirty.bf.srtctl) {
srtctl            885 sound/pci/ctxfi/cthw20k1.c 			hw_write_20kx(hw, SRTSCTL+0x4*idx, ctl->srtctl);
srtctl            888 sound/pci/ctxfi/cthw20k1.c 			hw_write_20kx(hw, SRTICTL, ctl->srtctl);
srtctl            890 sound/pci/ctxfi/cthw20k1.c 		ctl->dirty.bf.srtctl = 0;