Home
last modified time | relevance | path

Searched refs:AC97_RESET (Results 1 – 15 of 15) sorted by relevance

/Linux-v4.19/drivers/base/regmap/
Dregmap-ac97.c32 case AC97_RESET: in regmap_ac97_default_volatile()
/Linux-v4.19/include/sound/ac97/
Dregs.h13 #define AC97_RESET 0x00 /* Reset */ macro
/Linux-v4.19/drivers/mfd/
Dwm97xx-core.c42 case AC97_RESET ... AC97_PCM_SURR_DAC_RATE: in wm97xx_readable_reg()
/Linux-v4.19/sound/soc/codecs/
Dad1980.c65 case AC97_RESET ... AC97_MASTER_MONO: in ad1980_readable_reg()
Dwm9713.c654 case AC97_RESET ... AC97_PCM_SURR_DAC_RATE: in wm9713_readable_reg()
/Linux-v4.19/sound/pci/oxygen/
Doxygen_lib.c523 oxygen_write_ac97(chip, 0, AC97_RESET, 0); in oxygen_init()
556 oxygen_write_ac97(chip, 1, AC97_RESET, 0); in oxygen_init()
789 oxygen_write_ac97(chip, codec, AC97_RESET, 0); in oxygen_restore_ac97()
/Linux-v4.19/sound/pci/ac97/
Dac97_codec.c294 ac97->bus->ops->write(ac97, AC97_RESET, 0); /* reset audio codec */ in snd_ac97_write()
1867 snd_ac97_read(ac97, AC97_RESET); in ac97_reset_wait()
2077 snd_ac97_write(ac97, AC97_RESET, 0); in snd_ac97_mixer()
2121 ac97->caps = snd_ac97_read(ac97, AC97_RESET); in snd_ac97_mixer()
2153 snd_ac97_write_cache(ac97, AC97_RESET, 0); /* reset to defaults */ in snd_ac97_mixer()
2558 snd_ac97_write(ac97, AC97_RESET, 0); in snd_ac97_resume()
/Linux-v4.19/sound/pci/cs46xx/
Dcs46xx_lib.c2402 snd_ac97_write(ac97, AC97_RESET, 0); in snd_cs46xx_codec_reset()
2425 snd_ac97_read(ac97, AC97_RESET); in snd_cs46xx_codec_reset()
2459 snd_cs46xx_codec_write(chip, AC97_RESET, 0, codec); in cs46xx_detect_codec()
2461 if (snd_cs46xx_codec_read(chip, AC97_RESET, codec) & 0x8000) { in cs46xx_detect_codec()
/Linux-v4.19/drivers/media/usb/em28xx/
Dem28xx-core.c575 feat = em28xx_read_ac97(dev, AC97_RESET); in em28xx_audio_setup()
Dem28xx-cards.c2802 feat = em28xx_read_ac97(dev, AC97_RESET); in em28xx_wait_until_ac97_features_equals()
/Linux-v4.19/sound/drivers/
Dml403-ac97cr.c174 [AC97_RESET / 2] = {.flag = LM4550_REG_OK \
/Linux-v4.19/sound/pci/riptide/
Driptide.c1274 SEND_SACR(cif, 0, AC97_RESET); in riptide_reset()
1275 SEND_RACR(cif, AC97_RESET, &rptr); in riptide_reset()
/Linux-v4.19/sound/pci/
Dfm801.c1117 return wait_for_codec(chip, 0, AC97_RESET, msecs_to_jiffies(750)); in reset_codec()
Dazt3328.c694 case AC97_RESET: in snd_azf3328_mixer_ac97_read()
Dens1370.c727 snd_es1371_codec_read(ac97, AC97_RESET); in snd_es1371_codec_wait()