spoctl            807 sound/pci/ctxfi/cthw20k1.c 		u32 spoctl:4;
spoctl            818 sound/pci/ctxfi/cthw20k1.c 	unsigned int		spoctl;
spoctl           1006 sound/pci/ctxfi/cthw20k1.c 		set_field(&ctl->spoctl, SPOCTL_OE << (idx*8), 1);
spoctl           1007 sound/pci/ctxfi/cthw20k1.c 		ctl->dirty.bf.spoctl |= (0x1 << idx);
spoctl           1023 sound/pci/ctxfi/cthw20k1.c 		set_field(&ctl->spoctl, SPOCTL_OE << (idx*8), 0);
spoctl           1024 sound/pci/ctxfi/cthw20k1.c 		ctl->dirty.bf.spoctl |= (0x1 << idx);
spoctl           1042 sound/pci/ctxfi/cthw20k1.c 			set_field(&ctl->spoctl, SPOCTL_SR << (idx*8), 3);
spoctl           1045 sound/pci/ctxfi/cthw20k1.c 			set_field(&ctl->spoctl, SPOCTL_SR << (idx*8), 0);
spoctl           1048 sound/pci/ctxfi/cthw20k1.c 			set_field(&ctl->spoctl, SPOCTL_SR << (idx*8), 1);
spoctl           1051 sound/pci/ctxfi/cthw20k1.c 			set_field(&ctl->spoctl, SPOCTL_SR << (idx*8), 2);
spoctl           1056 sound/pci/ctxfi/cthw20k1.c 		set_field(&ctl->spoctl, SPOCTL_LIV << (idx*8),
spoctl           1058 sound/pci/ctxfi/cthw20k1.c 		set_field(&ctl->spoctl, SPOCTL_RIV << (idx*8),
spoctl           1060 sound/pci/ctxfi/cthw20k1.c 		set_field(&ctl->spoctl, SPOCTL_OS << (idx*8),
spoctl           1063 sound/pci/ctxfi/cthw20k1.c 		ctl->dirty.bf.spoctl |= (0x1 << idx);
spoctl           1114 sound/pci/ctxfi/cthw20k1.c 	if (ctl->dirty.bf.spoctl) {
spoctl           1116 sound/pci/ctxfi/cthw20k1.c 			if ((ctl->dirty.bf.spoctl & (0x1 << i)))
spoctl           1117 sound/pci/ctxfi/cthw20k1.c 				ctl->dirty.bf.spoctl &= ~(0x1 << i);
spoctl           1119 sound/pci/ctxfi/cthw20k1.c 		hw_write_20kx(hw, SPOCTL, ctl->spoctl);
spoctl           1149 sound/pci/ctxfi/cthw20k1.c 	blk->spoctl = hw_read_20kx(hw, SPOCTL);