Lines Matching refs:io_base
265 unsigned long io_base; /* keep first! (avoid offset calc) */ member
357 outb(value, codec->io_base + reg); in snd_azf3328_codec_outb()
363 return inb(codec->io_base + reg); in snd_azf3328_codec_inb()
372 outw(value, codec->io_base + reg); in snd_azf3328_codec_outw()
378 return inw(codec->io_base + reg); in snd_azf3328_codec_inw()
387 outl(value, codec->io_base + reg); in snd_azf3328_codec_outl()
395 unsigned long addr = codec->io_base + reg; in snd_azf3328_codec_outl_multi()
408 return inl(codec->io_base + reg); in snd_azf3328_codec_inl()
2443 codec_setup->io_base = chip->ctrl_io + AZF_IO_OFFS_CODEC_PLAYBACK; in snd_azf3328_create()
2449 codec_setup->io_base = chip->ctrl_io + AZF_IO_OFFS_CODEC_CAPTURE; in snd_azf3328_create()
2455 codec_setup->io_base = chip->ctrl_io + AZF_IO_OFFS_CODEC_I2S_OUT; in snd_azf3328_create()