Searched refs:ALI_AC97_WRITE (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/drivers/sound/ |
D | trident.c | 2913 wcontrol = inw(TRID_REG(card, ALI_AC97_WRITE)); in acquirecodecaccess() 2923 outl(((u32)(wcontrol & 0x1eff)|0x00004000), TRID_REG(card, ALI_AC97_WRITE)); in acquirecodecaccess() 2940 wcontrol = inl(TRID_REG(card, ALI_AC97_WRITE)); in releasecodecaccess() 2941 outl((wcontrol & 0xffff1eff), TRID_REG(card, ALI_AC97_WRITE)); in releasecodecaccess() 2976 address = ALI_AC97_WRITE; in ali_ac97_get() 2987 wcontrol = inw(TRID_REG(card, ALI_AC97_WRITE)); in ali_ac97_get() 2990 outw(wcontrol,TRID_REG(card, ALI_AC97_WRITE)); in ali_ac97_get() 3004 if ((inw(TRID_REG(card,ALI_AC97_WRITE)) & ALI_AC97_BUSY_READ) != 0) in ali_ac97_get() 3010 aud_reg = inl(TRID_REG(card, ALI_AC97_WRITE)); in ali_ac97_get() 3011 outl((aud_reg & 0xffff7fff), TRID_REG(card, ALI_AC97_WRITE)); in ali_ac97_get() [all …]
|
D | trident.h | 219 ALI_AC97_WRITE = 0x40, ALI_AC97_READ = 0x44 enumerator
|