Searched refs:sv_indirect_set (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/sound/pci/ |
H A D | vibes.c | 148 #define sv_indirect_set(x, y, z) _sv_indirect_set(x, y, z, __LINE__) macro 302 sv_indirect_set(sc, SV_REG_ADC_PLLM, best_m); in sv_set_recspeed() 303 sv_indirect_set(sc, SV_REG_ADC_PLLN, in sv_set_recspeed() 328 sv_indirect_set(sc, SV_REG_FORMAT, v); in svrchan_trigger() 337 sv_indirect_set(sc, SV_REG_DMAC_COUNT_HI, count >> 8); in svrchan_trigger() 338 sv_indirect_set(sc, SV_REG_DMAC_COUNT_LO, count & 0xff); in svrchan_trigger() 342 sv_indirect_set(sc, SV_REG_ENABLE, enable); in svrchan_trigger() 348 sv_indirect_set(sc, SV_REG_ENABLE, enable); in svrchan_trigger() 398 sv_indirect_set(sc, SV_REG_PCM_SAMPLING_HI, speed >> 8); in svpchan_trigger() 399 sv_indirect_set(sc, SV_REG_PCM_SAMPLING_LO, speed & 0xff); in svpchan_trigger() [all …]
|