Searched refs:PORT_WR8 (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/io/audio/drv/audiosolo/ |
H A D | audiosolo.c | 230 #define PORT_WR8(port, regno, data) \ macro 250 PORT_WR8(dev->sb, 0xc, val); in solo_dspwr() 277 PORT_WR8(dev->sb, 0x4, port); /* Select register */ in solo_setmixer() 279 PORT_WR8(dev->sb, 0x5, value); in solo_setmixer() 288 PORT_WR8(dev->sb, 0x4, port); /* Select register */ in solo_getmixer() 327 PORT_WR8(dev->sb, 0x6, 3); in solo_reset_dsp() 329 PORT_WR8(dev->sb, 0x6, 0); in solo_reset_dsp() 762 PORT_WR8(dev->vc, 0xf, 0); /* restart DMA */ in solo_aud1_update() 818 PORT_WR8(dev->vc, 0x8, 0xc4); /* command */ in solo_aud1_start() 819 PORT_WR8(dev->vc, 0xd, 0xff); /* clear DMA */ in solo_aud1_start() [all …]
|