Symbol: sv_indirect_set
sys/dev/sound/pci/vibes.c
302
sv_indirect_set(sc, SV_REG_ADC_PLLM, best_m);
sys/dev/sound/pci/vibes.c
303
sv_indirect_set(sc, SV_REG_ADC_PLLN,
sys/dev/sound/pci/vibes.c
328
sv_indirect_set(sc, SV_REG_FORMAT, v);
sys/dev/sound/pci/vibes.c
337
sv_indirect_set(sc, SV_REG_DMAC_COUNT_HI, count >> 8);
sys/dev/sound/pci/vibes.c
338
sv_indirect_set(sc, SV_REG_DMAC_COUNT_LO, count & 0xff);
sys/dev/sound/pci/vibes.c
342
sv_indirect_set(sc, SV_REG_ENABLE, enable);
sys/dev/sound/pci/vibes.c
348
sv_indirect_set(sc, SV_REG_ENABLE, enable);
sys/dev/sound/pci/vibes.c
398
sv_indirect_set(sc, SV_REG_PCM_SAMPLING_HI, speed >> 8);
sys/dev/sound/pci/vibes.c
399
sv_indirect_set(sc, SV_REG_PCM_SAMPLING_LO, speed & 0xff);
sys/dev/sound/pci/vibes.c
404
sv_indirect_set(sc, SV_REG_FORMAT, v);
sys/dev/sound/pci/vibes.c
413
sv_indirect_set(sc, SV_REG_DMAA_COUNT_HI, count >> 8);
sys/dev/sound/pci/vibes.c
414
sv_indirect_set(sc, SV_REG_DMAA_COUNT_LO, count & 0xff);
sys/dev/sound/pci/vibes.c
419
sv_indirect_set(sc, SV_REG_ENABLE, enable);
sys/dev/sound/pci/vibes.c
425
sv_indirect_set(sc, SV_REG_ENABLE, enable);
sys/dev/sound/pci/vibes.c
499
sv_indirect_set(sc, mt[dev].reg + channel, v);
sys/dev/sound/pci/vibes.c
558
sv_indirect_set(sc, SV_REG_ADC_INPUT, v);
sys/dev/sound/pci/vibes.c
583
sv_indirect_set(sc, SV_REG_ANALOG_PWR, v);
sys/dev/sound/pci/vibes.c
586
sv_indirect_set(sc, SV_REG_DIGITAL_PWR, v);
sys/dev/sound/pci/vibes.c
591
sv_indirect_set(sc, SV_REG_ANALOG_PWR, v);
sys/dev/sound/pci/vibes.c
593
sv_indirect_set(sc, SV_REG_DIGITAL_PWR, SV_DIGITAL_OFF);
sys/dev/sound/pci/vibes.c
626
sv_indirect_set(sc, SV_REG_CLOCK_SOURCE, v);
sys/dev/sound/pci/vibes.c
630
sv_indirect_set(sc, SV_REG_LOOPBACK, v);
sys/dev/sound/pci/vibes.c
634
sv_indirect_set(sc, SV_REG_SRS_SPACE, v);