Searched refs:EGPIODR_GPOE0 (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/sound/pci/cs46xx/ |
D | cs46xx_lib.c | 1952 if (val1 & EGPIODR_GPOE0) in snd_herc_spdif_select_get() 1973 EGPIODR_GPOE0 | val1); /* enable EGPIO0 output */ in snd_herc_spdif_select_put() 1978 snd_cs46xx_pokeBA0(chip, BA0_EGPIODR, val1 & ~EGPIODR_GPOE0); /* disable */ in snd_herc_spdif_select_put() 3317 snd_cs46xx_pokeBA0(chip, BA0_EGPIODR, EGPIODR_GPOE0); in hercules_init() 3318 snd_cs46xx_pokeBA0(chip, BA0_EGPIOPTR, EGPIODR_GPOE0); in hercules_init() 3351 snd_cs46xx_pokeBA0(chip, BA0_EGPIODR, EGPIODR_GPOE0); in voyetra_mixer_init() 3352 snd_cs46xx_pokeBA0(chip, BA0_EGPIOPTR, EGPIODR_GPOE0); in voyetra_mixer_init()
|
/linux-2.6.39/include/sound/ |
D | cs46xx.h | 826 #define EGPIODR_GPOE0 0x00000001 macro
|