Searched refs:EGPIODR_GPOE0 (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/sound/pci/cs46xx/ |
D | cs46xx_lib.c | 2085 if (val1 & EGPIODR_GPOE0) in snd_herc_spdif_select_get() 2106 EGPIODR_GPOE0 | val1); /* enable EGPIO0 output */ in snd_herc_spdif_select_put() 2111 snd_cs46xx_pokeBA0(chip, BA0_EGPIODR, val1 & ~EGPIODR_GPOE0); /* disable */ in snd_herc_spdif_select_put() 3431 snd_cs46xx_pokeBA0(chip, BA0_EGPIODR, EGPIODR_GPOE0); in hercules_init() 3432 snd_cs46xx_pokeBA0(chip, BA0_EGPIOPTR, EGPIODR_GPOE0); in hercules_init() 3465 snd_cs46xx_pokeBA0(chip, BA0_EGPIODR, EGPIODR_GPOE0); in voyetra_mixer_init() 3466 snd_cs46xx_pokeBA0(chip, BA0_EGPIOPTR, EGPIODR_GPOE0); in voyetra_mixer_init()
|
D | cs46xx.h | 811 #define EGPIODR_GPOE0 0x00000001 macro
|