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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dhpet.h15 u64 hpet_config; /* configuration */ member in struct:hpet
26 u64 hpet_config; /* configuration/cap */ member in struct:hpet::hpet_timer
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dhpet.c321 writeq((readq(&timer->hpet_config) & ~Tn_INT_ENB_CNF_MASK),
322 &timer->hpet_config);
330 && readq(&timer->hpet_config) & Tn_TYPE_CNF_MASK) {
333 v = readq(&timer->hpet_config);
335 writeq(v, &timer->hpet_config);
388 if (readl(&timer->hpet_config) & Tn_INT_TYPE_CNF_MASK)
416 v = readq(&timer->hpet_config);
423 writeq(v, &timer->hpet_config);
425 writeq(v, &timer->hpet_config);
439 writeq(g, &timer->hpet_config);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dhpet.c68 hd.hd_irq[i] = (timer->hpet_config &
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dhpet.c98 hd.hd_irq[i] = (timer->hpet_config & Tn_INT_ROUTE_CNF_MASK) >>

Completed in 70 milliseconds