Searched refs:ES_SMPREG_INT_REGS (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/sound/pci/ |
H A D | es137x.h | 195 #define ES_SMPREG_INT_REGS 0x01 macro
|
H A D | es137x.c | 1078 es1371_src_write(es, ES_SMPREG_DAC1 + ES_SMPREG_INT_REGS, 16 << 10); in es1371_init() 1080 es1371_src_write(es, ES_SMPREG_DAC2 + ES_SMPREG_INT_REGS, 16 << 10); in es1371_init() 1253 es1371_src_write(es, ES_SMPREG_ADC + ES_SMPREG_INT_REGS, in es1371_adc_rate() 1254 (es1371_src_read(es, ES_SMPREG_ADC + ES_SMPREG_INT_REGS) & in es1371_adc_rate() 1283 es1371_src_write(es, dac + ES_SMPREG_INT_REGS, in es1371_dac_rate() 1284 (es1371_src_read(es, dac + ES_SMPREG_INT_REGS) & 0x00ff) | in es1371_dac_rate()
|