Searched refs:solo_read (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/io/audio/drv/audiosolo/ |
H A D | audiosolo.c | 316 solo_read(solo_dev_t *dev, uint8_t reg) in solo_read() function 806 solo_write(dev, 0xa8, (solo_read(dev, 0xa8) & ~0x03) | 1); in solo_aud1_start() 847 solo_write(dev, 0xb8, solo_read(dev, 0xb8) & ~0x01); in solo_aud1_stop() 1240 solo_write(dev, 0xb1, (solo_read(dev, 0xb1) & 0x0f) | 0x50); in solo_init_hw() 1242 solo_write(dev, 0xb2, (solo_read(dev, 0xb2) & 0x0f) | 0x50); in solo_init_hw()
|