Home
last modified time | relevance | path

Searched refs:ES_SMPREG_DAC2 (Results 1 – 2 of 2) sorted by relevance

/freebsd-head/sys/dev/sound/pci/
HDes137x.h192 #define ES_SMPREG_DAC2 0x74 macro
HDes137x.c1079 es1371_src_write(es, ES_SMPREG_DAC2 + ES_SMPREG_TRUNC_N, 16 << 4); in es1371_init()
1080 es1371_src_write(es, ES_SMPREG_DAC2 + ES_SMPREG_INT_REGS, 16 << 10); in es1371_init()
1278 dac = (set == ES_DAC1) ? ES_SMPREG_DAC1 : ES_SMPREG_DAC2; in es1371_dac_rate()