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

/illumos-gate/usr/src/uts/common/io/audio/drv/audiosolo/
H A Daudiosolo.c224 #define PORT_RD8(port, regno) \ macro
240 return ((PORT_RD8(dev->sb, 0xc) & 0x80) == 0 ? true : false);
290 val = PORT_RD8(dev->sb, 0x5);
300 if (PORT_RD8(dev->sb, 0xc) & 0x40)
301 return (PORT_RD8(dev->sb, 0xa));
353 status = PORT_RD8(dev->io, 0x7);
363 (void) PORT_RD8(dev->sb, 0xe);

Completed in 60 milliseconds