search for: current_speed

Displaying 7 results from an estimated 7 matches for "current_speed".

2006 Jun 23
2
Needed help to fix corrupted ext3 fs
I have been trying very hard to seek help with my very complex issue but so far none have been successful. So I would like to try this mailing list, maybe there are some experts who know what they're talking about. Please refer to my experts-exchange question, all the required information will be there. It is more practical to send you to the webpage than paste out what I've done.
2012 Sep 19
1
[PATCH 1/1] lua: Cleaned up the dmi table structure in Lua.c32 and added all missing DMI subtables
...ocket_designation) + LUA_ADD_STR_P(L, processor, type) + LUA_ADD_STR_P(L, processor, family) + LUA_ADD_STR_P(L, processor, manufacturer) + LUA_ADD_STR_P(L, processor, version) + LUA_ADD_NUM_P(L, processor, external_clock) + LUA_ADD_NUM_P(L, processor, max_speed) + LUA_ADD_NUM_P(L, processor, current_speed) + LUA_ADD_NUM_P(L, processor, voltage_mv) + LUA_ADD_STR_P(L, processor, status) + LUA_ADD_STR_P(L, processor, upgrade) + LUA_ADD_STR_P(L, processor, cache1) + LUA_ADD_STR_P(L, processor, cache2) + LUA_ADD_STR_P(L, processor, cache3) + LUA_ADD_STR_P(L, processor, serial) + LUA_ADD_STR_P(L,...
2006 Aug 11
0
[PATCH] [4/5] SMBIOS -- generate SMBIOS tables
...01; /* other */ + p->manufacturer_str = 2; + + cpuid(1, &eax, &ebx, &ecx, &edx); + + p->cpuid[0] = eax; + p->cpuid[1] = edx; + + p->version_str = 0; + p->voltage = 0; + p->external_clock = 0; + + p->max_speed = 0; /* unknown */ + p->current_speed = 0; /* unknown */ + + p->status = 0x41; /* socket populated, CPU enabled */ + p->upgrade = 0x01; /* other */ + + start += sizeof(struct smbios_type_4); + + strncpy(buf, "CPU ", sizeof(buf)); + if ((sizeof(buf) - strlen("CPU ")) >= 3) + itoa(buf +...
2003 Sep 03
0
System hanging in acpi during shutdown
...rted_sleep_state: S1 S4 S5 hw.acpi.power_button_state: S5 hw.acpi.sleep_button_state: S1 hw.acpi.lid_switch_state: S1 hw.acpi.standby_state: S1 hw.acpi.suspend_state: S3 hw.acpi.sleep_delay: 0 hw.acpi.s4bios: 1 hw.acpi.verbose: 0 hw.acpi.disable_on_poweroff: 1 hw.acpi.cpu.max_speed: 16 hw.acpi.cpu.current_speed: 16 hw.acpi.cpu.performance_speed: 16 hw.acpi.cpu.economy_speed: 8 machdep.acpi_timer_freq: 3579545 machdep.acpi_root: 1025120 Peter
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...nux/module.h> #include <linux/slab.h> @@ -93,10 +95,10 @@ static inline int get_cur_bus_info(struct slot **sl) slot_cur->bus_on->current_bus_mode = 0xFF; debug("busstatus = %x, bus_speed = %x, bus_mode = %x\n", - slot_cur->busstatus, - slot_cur->bus_on->current_speed, - slot_cur->bus_on->current_bus_mode); - + slot_cur->busstatus, + slot_cur->bus_on->current_speed, + slot_cur->bus_on->current_bus_mode); + *sl = slot_cur; return 0; } @@ -141,7 +143,7 @@ int ibmphp_init_devno(struct slot **cur_slot) rtable = pcib...
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...nux/module.h> #include <linux/slab.h> @@ -93,10 +95,10 @@ static inline int get_cur_bus_info(struct slot **sl) slot_cur->bus_on->current_bus_mode = 0xFF; debug("busstatus = %x, bus_speed = %x, bus_mode = %x\n", - slot_cur->busstatus, - slot_cur->bus_on->current_speed, - slot_cur->bus_on->current_bus_mode); - + slot_cur->busstatus, + slot_cur->bus_on->current_speed, + slot_cur->bus_on->current_bus_mode); + *sl = slot_cur; return 0; } @@ -141,7 +143,7 @@ int ibmphp_init_devno(struct slot **cur_slot) rtable = pcib...
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...nux/module.h> #include <linux/slab.h> @@ -93,10 +95,10 @@ static inline int get_cur_bus_info(struct slot **sl) slot_cur->bus_on->current_bus_mode = 0xFF; debug("busstatus = %x, bus_speed = %x, bus_mode = %x\n", - slot_cur->busstatus, - slot_cur->bus_on->current_speed, - slot_cur->bus_on->current_bus_mode); - + slot_cur->busstatus, + slot_cur->bus_on->current_speed, + slot_cur->bus_on->current_bus_mode); + *sl = slot_cur; return 0; } @@ -141,7 +143,7 @@ int ibmphp_init_devno(struct slot **cur_slot) rtable = pcib...