Searched refs:BA0_EGPIODR (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/sound/pci/cs46xx/ |
H A D | cs46xx_lib.c | 2083 int val1 = snd_cs46xx_peekBA0(chip, BA0_EGPIODR); in snd_herc_spdif_select_get() 2100 int val1 = snd_cs46xx_peekBA0(chip, BA0_EGPIODR); in snd_herc_spdif_select_put() 2105 snd_cs46xx_pokeBA0(chip, BA0_EGPIODR, in snd_herc_spdif_select_put() 2111 snd_cs46xx_pokeBA0(chip, BA0_EGPIODR, val1 & ~EGPIODR_GPOE0); /* disable */ in snd_herc_spdif_select_put() 2117 return (val1 != (int)snd_cs46xx_peekBA0(chip, BA0_EGPIODR)); in snd_herc_spdif_select_put() 3431 snd_cs46xx_pokeBA0(chip, BA0_EGPIODR, EGPIODR_GPOE0); in hercules_init() 3442 int val1 = snd_cs46xx_peekBA0(chip, BA0_EGPIODR); in amp_hercules() 3449 snd_cs46xx_pokeBA0(chip, BA0_EGPIODR, in amp_hercules() 3455 snd_cs46xx_pokeBA0(chip, BA0_EGPIODR, val1 & ~EGPIODR_GPOE2); /* disable */ in amp_hercules() 3465 snd_cs46xx_pokeBA0(chip, BA0_EGPIODR, EGPIODR_GPOE0); in voyetra_mixer_init()
|
H A D | cs46xx.h | 100 #define BA0_EGPIODR 0x000004BC macro
|