Home
last modified time | relevance | path

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

/openbmc/qemu/hw/audio/
H A Des1370.c67 #define ES1370_REG_DAC1_SCOUNT 0x24 macro
484 case ES1370_REG_DAC1_SCOUNT: in es1370_write()
487 d += (addr - ES1370_REG_DAC1_SCOUNT) >> 2; in es1370_write()
555 case ES1370_REG_DAC1_SCOUNT: in es1370_read()
558 d += (addr - ES1370_REG_DAC1_SCOUNT) >> 2; in es1370_read()