Searched refs:TRID_REG (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/trident/
H A Dtrident_main.c89 outl(data, TRID_REG(trident, DX_ACR1_AC97_R));
91 data = inl(TRID_REG(trident, DX_ACR1_AC97_R));
98 outl(data, TRID_REG(trident, treg));
100 data = inl(TRID_REG(trident, treg));
108 outl(data, TRID_REG(trident, SI_AC97_READ));
110 data = inl(TRID_REG(trident, SI_AC97_READ));
156 if ((inw(TRID_REG(trident, address)) & DX_AC97_BUSY_WRITE) == 0)
166 if ((inw(TRID_REG(trident, address)) & NX_AC97_BUSY_WRITE) == 0)
176 if ((inw(TRID_REG(trident, address)) & (SI_AC97_BUSY_WRITE)) == 0)
192 outl(data, TRID_REG(triden
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dtrident.h51 #define TRID_REG(trident, x) ((trident)->port + (x)) macro

Completed in 48 milliseconds