Searched refs:SET16 (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/uts/common/io/audio/drv/audio1575/ |
H A D | audio1575.c | 1263 SET16(M1575_PCMISR_REG, M1575_SR_CLR); in audio1575_dma_stop() 1264 SET16(M1575_PCMOSR_REG, M1575_SR_CLR); in audio1575_dma_stop() 1265 SET16(M1575_MICISR_REG, M1575_SR_CLR); in audio1575_dma_stop() 1266 SET16(M1575_CSPOSR_REG, M1575_SR_CLR); in audio1575_dma_stop() 1267 SET16(M1575_PCMI2SR_REG, M1575_SR_CLR); in audio1575_dma_stop() 1268 SET16(M1575_MICI2SR_REG, M1575_SR_CLR); in audio1575_dma_stop()
|
H A D | audio1575.h | 414 #define SET16(reg, bit) PUT16(reg, GET16(reg) | (bit)) macro
|
/titanic_41/usr/src/uts/common/io/audio/drv/audiocmi/ |
H A D | audiocmi.h | 340 #define SET16(dev, offset, v) PUT16(dev, offset, GET16(dev, offset) | (v)) macro
|
/titanic_41/usr/src/uts/common/io/elxl/ |
H A D | elxl.h | 550 #define SET16(off, val) PUT16(off, GET16(off) | val) macro
|
/titanic_41/usr/src/uts/common/io/audio/drv/audiopci/ |
H A D | audiopci.c | 196 #define SET16(dev, offset, v) PUT16(dev, offset, GET16(dev, offset) | (v)) macro 597 SET16(dev, 2, CONC_DEVCTL_MICBIAS); in audiopci_init_hw()
|