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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/oss/
H A Dvwsnd.c286 static __inline__ unsigned long li_readl(lithium_t *lith, int off) function
525 while (li_readl(lith, LI_CODEC_COMMAND) & LI_CC_BUSY)
550 val = li_readl(lith, LI_CODEC_DATA);
759 now_high0 = li_readl(lith, LI_UST_HIGH);
760 now_low = li_readl(lith, LI_UST_LOW);
768 ustmsc->msc = li_readl(lith, desc->mscreg);
769 chan_ust = li_readl(lith, desc->ustreg);
771 now_high1 = li_readl(lith, LI_UST_HIGH);
788 mask |= li_readl(lith, LI_INTR_MASK);
800 keepmask = li_readl(lit
[all...]

Completed in 49 milliseconds