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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/touchscreen/
H A Datmel_tsadcc.c109 static void __iomem *tsc_base; variable
111 #define atmel_tsadcc_read(reg) __raw_readl(tsc_base + (reg))
112 #define atmel_tsadcc_write(reg, val) __raw_writel((val), tsc_base + (reg))
225 tsc_base = ioremap(res->start, resource_size(res));
226 if (!tsc_base) {
316 iounmap(tsc_base);
336 iounmap(tsc_base);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kvm/
H A Dvmx.c2517 u64 host_pat, tsc_this, tsc_base; local
2658 tsc_base = vmx->vcpu.kvm->arch.vm_init_tsc;
2661 tsc_base = tsc_this;
2663 guest_write_tsc(0, tsc_base);

Completed in 194 milliseconds