spictl 808 sound/pci/ctxfi/cthw20k1.c u32 spictl:4; spictl 819 sound/pci/ctxfi/cthw20k1.c unsigned int spictl; spictl 972 sound/pci/ctxfi/cthw20k1.c set_field(&ctl->spictl, SPICTL_EN << (idx*8), 1); spictl 973 sound/pci/ctxfi/cthw20k1.c ctl->dirty.bf.spictl |= (0x1 << idx); spictl 989 sound/pci/ctxfi/cthw20k1.c set_field(&ctl->spictl, SPICTL_EN << (idx*8), 0); spictl 990 sound/pci/ctxfi/cthw20k1.c ctl->dirty.bf.spictl |= (0x1 << idx); spictl 1122 sound/pci/ctxfi/cthw20k1.c if (ctl->dirty.bf.spictl) { spictl 1124 sound/pci/ctxfi/cthw20k1.c if ((ctl->dirty.bf.spictl & (0x1 << i))) spictl 1125 sound/pci/ctxfi/cthw20k1.c ctl->dirty.bf.spictl &= ~(0x1 << i); spictl 1127 sound/pci/ctxfi/cthw20k1.c hw_write_20kx(hw, SPICTL, ctl->spictl); spictl 1150 sound/pci/ctxfi/cthw20k1.c blk->spictl = hw_read_20kx(hw, SPICTL);