Searched refs:ALI_GLOBAL_CONTROL (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/drivers/sound/ |
D | trident.c | 963 else if ((inl(TRID_REG(state->card, ALI_GLOBAL_CONTROL)) & ALI_SPDIF_OUT_CH_ENABLE) in trident_play_setup() 3090 s_channels = inl(TRID_REG(card, ALI_GLOBAL_CONTROL)); in ali_enable_special_channel() 3092 outl(s_channels, TRID_REG(card, ALI_GLOBAL_CONTROL)); in ali_enable_special_channel() 3181 spdif = inw(TRID_REG(card, ALI_GLOBAL_CONTROL)); in ali_setup_spdif_out() 3184 outw(spdif, TRID_REG(card, ALI_GLOBAL_CONTROL)); in ali_setup_spdif_out() 3192 spdif = inw(TRID_REG(card, ALI_GLOBAL_CONTROL)); in ali_setup_spdif_out() 3194 outw(spdif, TRID_REG(card, ALI_GLOBAL_CONTROL)); in ali_setup_spdif_out() 3202 sc = inl(TRID_REG(card, ALI_GLOBAL_CONTROL)); in ali_disable_special_channel() 3204 outl(sc, TRID_REG(card, ALI_GLOBAL_CONTROL)); in ali_disable_special_channel() 3211 spdif = inl(TRID_REG(card, ALI_GLOBAL_CONTROL)); in ali_disable_spdif_in() [all …]
|
D | trident.h | 101 ALI_GLOBAL_CONTROL = 0xd4, enumerator
|