Home
last modified time | relevance | path

Searched refs:AC97_VENDOR_ID1 (Results 1 – 8 of 8) sorted by relevance

/linux/sound/soc/codecs/
H A Dad1980.c71 case AC97_VENDOR_ID1: in ad1980_readable_reg()
82 case AC97_VENDOR_ID1: in ad1980_writeable_reg()
/linux/sound/
H A Dac97_bus.c29 ac97->id = ac97->bus->ops->read(ac97, AC97_VENDOR_ID1) << 16; in snd_ac97_check_id()
/linux/drivers/base/regmap/
H A Dregmap-ac97.c29 case AC97_VENDOR_ID1: in regmap_ac97_default_volatile()
/linux/include/sound/ac97/
H A Dregs.h60 #define AC97_VENDOR_ID1 0x7c /* Vendor ID1 */ macro
/linux/drivers/mfd/
H A Dwm97xx-core.c54 case AC97_VENDOR_ID1: in wm97xx_writeable_reg()
/linux/sound/ac97/
H A Dbus.c138 ret = adrv->ops->read(adrv, codec_num, AC97_VENDOR_ID1); in snd_ac97_bus_scan_one()
/linux/sound/pci/ac97/
H A Dac97_codec.c1899 snd_ac97_read(ac97, AC97_VENDOR_ID1); in ac97_reset_wait()
1909 val = snd_ac97_read(ac97, AC97_VENDOR_ID1); in ac97_reset_wait()
2101 ac97->id = snd_ac97_read(ac97, AC97_VENDOR_ID1) << 16; in snd_ac97_mixer()
2133 ac97->id = snd_ac97_read(ac97, AC97_VENDOR_ID1) << 16; in snd_ac97_mixer()
/linux/sound/pci/cs46xx/
H A Dcs46xx_lib.c2360 snd_ac97_read(ac97, AC97_VENDOR_ID1); in snd_cs46xx_codec_reset()