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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dhpet.c58 static inline void hpet_writel(unsigned int d, unsigned int a) function
241 hpet_writel(cfg, HPET_CFG);
246 hpet_writel(0, HPET_COUNTER);
247 hpet_writel(0, HPET_COUNTER + 4);
254 hpet_writel(cfg, HPET_CFG);
280 hpet_writel(cfg, HPET_CFG);
335 hpet_writel(cfg, HPET_Tn_CFG(timer));
336 hpet_writel(cmp, HPET_Tn_CMP(timer));
345 hpet_writel((unsigned int) delta, HPET_Tn_CMP(timer));
354 hpet_writel(cf
[all...]

Completed in 68 milliseconds