Searched refs:HDAUDIO_SD_REG (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/dev/hdaudio/ |
H A D | hdaudioreg.h | 100 #define HDAUDIO_SD_REG(off, x) \ macro 102 #define HDAUDIO_SD_CTL0(x) HDAUDIO_SD_REG(0x00, x) 108 #define HDAUDIO_SD_CTL1(x) HDAUDIO_SD_REG(0x01, x) 109 #define HDAUDIO_SD_CTL2(x) HDAUDIO_SD_REG(0x02, x) 110 #define HDAUDIO_SD_STS(x) HDAUDIO_SD_REG(0x03, x) 115 #define HDAUDIO_SD_LPIB(x) HDAUDIO_SD_REG(0x04, x) 116 #define HDAUDIO_SD_CBL(x) HDAUDIO_SD_REG(0x08, x) 117 #define HDAUDIO_SD_LVI(x) HDAUDIO_SD_REG(0x0c, x) 118 #define HDAUDIO_SD_FIFOW(x) HDAUDIO_SD_REG(0x0e, x) 119 #define HDAUDIO_SD_FIFOS(x) HDAUDIO_SD_REG(0x10, x) [all …]
|