Searched refs:EGPIODR_GPOE0 (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/sound/pci/cs46xx/ |
D | cs46xx_lib.c | 2117 if (val1 & EGPIODR_GPOE0) in snd_herc_spdif_select_get() 2138 EGPIODR_GPOE0 | val1); /* enable EGPIO0 output */ in snd_herc_spdif_select_put() 2143 snd_cs46xx_pokeBA0(chip, BA0_EGPIODR, val1 & ~EGPIODR_GPOE0); /* disable */ in snd_herc_spdif_select_put() 3488 snd_cs46xx_pokeBA0(chip, BA0_EGPIODR, EGPIODR_GPOE0); in hercules_init() 3489 snd_cs46xx_pokeBA0(chip, BA0_EGPIOPTR, EGPIODR_GPOE0); in hercules_init() 3522 snd_cs46xx_pokeBA0(chip, BA0_EGPIODR, EGPIODR_GPOE0); in voyetra_mixer_init() 3523 snd_cs46xx_pokeBA0(chip, BA0_EGPIOPTR, EGPIODR_GPOE0); in voyetra_mixer_init()
|
D | cs46xx.h | 826 #define EGPIODR_GPOE0 0x00000001 macro
|