Searched refs:pmuport (Results 1 - 1 of 1) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/kernel/
H A Dsys_nautilus.c87 u32 pmuport; local
105 pci_bus_read_config_dword(bus, 0x88, 0x10, &pmuport);
106 if (!pmuport) {
109 pci_bus_read_config_dword(bus, 0x88, 0xe0, &pmuport);
111 pmuport &= 0xfffe;
112 outw(0xffff, pmuport); /* Clear pending events. */
113 outw(off, pmuport + 4);

Completed in 137 milliseconds