Searched refs:solo_read (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/audio/drv/audiosolo/
H A Daudiosolo.c221 * solo_read access ext. regs via solo_cmd(0xc0, reg) followed by solo_get_byte
316 solo_read(solo_dev_t *dev, uint8_t reg) function
806 solo_write(dev, 0xa8, (solo_read(dev, 0xa8) & ~0x03) | 1);
847 solo_write(dev, 0xb8, solo_read(dev, 0xb8) & ~0x01);
1240 solo_write(dev, 0xb1, (solo_read(dev, 0xb1) & 0x0f) | 0x50);
1242 solo_write(dev, 0xb2, (solo_read(dev, 0xb2) & 0x0f) | 0x50);

Completed in 46 milliseconds