Searched refs:ICEDS (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/ice1712/
H A Dice1712.c140 outb((channel << 4) | addr, ICEDS(ice, INDEX));
141 outl(data, ICEDS(ice, DATA));
146 outb((channel << 4) | addr, ICEDS(ice, INDEX));
147 return inl(ICEDS(ice, DATA));
470 pbkstatus = inw(ICEDS(ice, INTSTAT));
478 outw(3 << (idx * 2), ICEDS(ice, INTSTAT));
801 tmp = inw(ICEDS(ice, INTMASK)) & ~(1 << (substream->number * 2));
802 outw(tmp, ICEDS(ice, INTMASK));
834 tmp = inw(ICEDS(ice, INTMASK)) | (3 << (substream->number * 2));
835 outw(tmp, ICEDS(ic
[all...]
H A Dice1712.h114 #define ICEDS(ice, x) ((ice)->dmapath_port + ICE1712_DS_##x) macro

Completed in 158 milliseconds