Searched defs:CLR16 (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/uts/common/io/audio/drv/audio1575/ |
H A D | audio1575.h | 417 #define CLR16(reg, bit) PUT16(reg, GET16(reg) & ~(bit)) macro
|
/titanic_44/usr/src/uts/common/io/audio/drv/audiocmi/ |
H A D | audiocmi.h | 339 #define CLR16(dev, offset, v) PUT16(dev, offset, GET16(dev, offset) & ~(v)) macro
|
/titanic_44/usr/src/uts/common/io/audio/drv/audiopci/ |
H A D | audiopci.c | 195 #define CLR16(dev, offset, v) PUT16(dev, offset, GET16(dev, offset) & ~(v)) macro
|
/titanic_44/usr/src/uts/common/io/elxl/ |
H A D | elxl.h | 551 #define CLR16(off, val) PUT16(off, GET16(off) & ~(val)) macro
|