Searched refs:es_wr (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/sound/pci/ |
H A D | es137x.c | 292 es_wr(struct es_info *es, int regno, uint32_t data, int size) in es_wr() function 428 es_wr(es, ES1370_REG_CODEC, in es1370_wrcodec() 508 es_wr(es, ES1370_REG_MEMPAGE, in eschan_init() 510 es_wr(es, ES1370_REG_DAC1_FRAMEADR & 0xff, in eschan_init() 512 es_wr(es, ES1370_REG_DAC1_FRAMECNT & 0xff, in eschan_init() 515 es_wr(es, ES1370_REG_MEMPAGE, in eschan_init() 517 es_wr(es, ES1370_REG_DAC2_FRAMEADR & 0xff, in eschan_init() 519 es_wr(es, ES1370_REG_DAC2_FRAMECNT & 0xff, in eschan_init() 523 es_wr(es, ES1370_REG_MEMPAGE, ES1370_REG_ADC_FRAMEADR >> 8, 1); in eschan_init() 524 es_wr(es, ES1370_REG_ADC_FRAMEADR & 0xff, in eschan_init() [all …]
|