Searched refs:ALI_GLOBAL_CONTROL (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/ali5451/
H A Dali5451.c155 #define ALI_GLOBAL_CONTROL 0xd4 macro
524 dwVal = inl(ALI_REG(codec, ALI_GLOBAL_CONTROL));
526 outl(dwVal, ALI_REG(codec, ALI_GLOBAL_CONTROL));
534 dwVal = inl(ALI_REG(codec, ALI_GLOBAL_CONTROL));
536 outl(dwVal, ALI_REG(codec, ALI_GLOBAL_CONTROL));
603 (inl(ALI_REG(codec, ALI_GLOBAL_CONTROL)) &
621 (inl(ALI_REG(codec, ALI_GLOBAL_CONTROL)) &
774 dwVal = inl(ALI_REG(codec, ALI_GLOBAL_CONTROL));
776 outl(dwVal, ALI_REG(codec, ALI_GLOBAL_CONTROL));
789 dwVal = inl(ALI_REG(codec, ALI_GLOBAL_CONTROL));
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Dtrident.c995 else if ((inl(TRID_REG(state->card, ALI_GLOBAL_CONTROL))
3193 s_channels = inl(TRID_REG(card, ALI_GLOBAL_CONTROL));
3195 outl(s_channels, TRID_REG(card, ALI_GLOBAL_CONTROL));
3286 spdif = inw(TRID_REG(card, ALI_GLOBAL_CONTROL));
3289 outw(spdif, TRID_REG(card, ALI_GLOBAL_CONTROL));
3297 spdif = inw(TRID_REG(card, ALI_GLOBAL_CONTROL));
3299 outw(spdif, TRID_REG(card, ALI_GLOBAL_CONTROL));
3308 sc = inl(TRID_REG(card, ALI_GLOBAL_CONTROL));
3310 outl(sc, TRID_REG(card, ALI_GLOBAL_CONTROL));
3318 spdif = inl(TRID_REG(card, ALI_GLOBAL_CONTROL));
[all...]
H A Dtrident.h98 ALI_GLOBAL_CONTROL = 0xd4, enumerator in enum:ali_op_registers

Completed in 161 milliseconds