Searched refs:cs_readl (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/cs5535audio/
H A Dcs5535audio.c73 tmp = cs_readl(cs5535au, ACC_CODEC_CNTL);
98 val = cs_readl(cs5535au, ACC_CODEC_STATUS);
224 cs_readl(cs5535au, ACC_GPIO_STATUS);
227 cs_readl(cs5535au, ACC_GPIO_STATUS);
H A Dcs5535audio_pcm.c197 return cs_readl(cs5535au, ACC_BM0_PRD);
202 return cs_readl(cs5535au, ACC_BM0_PNTR);
228 return cs_readl(cs5535au, ACC_BM1_PRD);
233 return cs_readl(cs5535au, ACC_BM1_PNTR);
H A Dcs5535audio_pm.c112 tmp = cs_readl(cs5535au, ACC_CODEC_STATUS);
H A Dcs5535audio.h6 #define cs_readl(cs5535au, reg) inl((cs5535au)->port + reg) macro

Completed in 99 milliseconds