Lines Matching refs:reg_offset
325 unsigned int reg_offset; member
986 ((viadev->reg_offset & 0x10) == 0 ? VIA_REG_TYPE_INT_LSAMPLE : 0) | in via686_setup_format()
1051 if (chip->spdif_on && viadev->reg_offset == 0x30) in snd_via8233_playback_prepare()
1062 outb(chip->playback_volume[viadev->reg_offset / 0x10][0], in snd_via8233_playback_prepare()
1064 outb(chip->playback_volume[viadev->reg_offset / 0x10][1], in snd_via8233_playback_prepare()
1192 if (chip->spdif_on && viadev->reg_offset == 0x30) { in snd_via82xx_pcm_open()
1196 } else if (chip->dxs_fixed && viadev->reg_offset < 0x40) { in snd_via82xx_pcm_open()
1200 } else if (chip->dxs_src && viadev->reg_offset < 0x40) { in snd_via82xx_pcm_open()
1263 stream = viadev->reg_offset / 0x10; in snd_via8233_playback_open()
1357 stream = viadev->reg_offset / 0x10; in snd_via8233_playback_close()
1434 static void init_viadev(struct via82xx *chip, int idx, unsigned int reg_offset, in init_viadev() argument
1437 chip->devs[idx].reg_offset = reg_offset; in init_viadev()
1440 chip->devs[idx].port = chip->port + reg_offset; in init_viadev()