Home
last modified time | relevance | path

Searched refs:BA0_EGPIOPTR (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/sound/pci/cs46xx/
Dcs46xx_lib.c2101 int val2 = snd_cs46xx_peekBA0(chip, BA0_EGPIOPTR); in snd_herc_spdif_select_put()
2107 snd_cs46xx_pokeBA0(chip, BA0_EGPIOPTR, in snd_herc_spdif_select_put()
2112 snd_cs46xx_pokeBA0(chip, BA0_EGPIOPTR, val2 & ~EGPIOPTR_GPPT0); /* disable */ in snd_herc_spdif_select_put()
3435 snd_cs46xx_pokeBA0(chip, BA0_EGPIOPTR, EGPIODR_GPOE0); in hercules_init()
3446 int val2 = snd_cs46xx_peekBA0(chip, BA0_EGPIOPTR); in amp_hercules()
3454 snd_cs46xx_pokeBA0(chip, BA0_EGPIOPTR, in amp_hercules()
3459 snd_cs46xx_pokeBA0(chip, BA0_EGPIOPTR, val2 & ~EGPIOPTR_GPPT2); /* disable */ in amp_hercules()
3469 snd_cs46xx_pokeBA0(chip, BA0_EGPIOPTR, EGPIODR_GPOE0); in voyetra_mixer_init()
Dcs46xx.h101 #define BA0_EGPIOPTR 0x000004C0 macro