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

/illumos-gate/usr/src/uts/common/io/audio/drv/audiosolo/
H A Daudiosolo.c230 #define PORT_WR8(port, regno, data) \ macro
250 PORT_WR8(dev->sb, 0xc, val);
277 PORT_WR8(dev->sb, 0x4, port); /* Select register */
279 PORT_WR8(dev->sb, 0x5, value);
288 PORT_WR8(dev->sb, 0x4, port); /* Select register */
327 PORT_WR8(dev->sb, 0x6, 3);
329 PORT_WR8(dev->sb, 0x6, 0);
762 PORT_WR8(dev->vc, 0xf, 0); /* restart DMA */
818 PORT_WR8(dev->vc, 0x8, 0xc4); /* command */
819 PORT_WR8(de
[all...]

Completed in 47 milliseconds