Home
last modified time | relevance | path

Searched refs:pwr_fault_state (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/hotplug/
Dshpchp_hpc.c626 u8 pwr_fault_state, status; in hpc_query_power_fault() local
637 pwr_fault_state = (slot_status & 0x0040) >> 7; in hpc_query_power_fault()
638 status = (pwr_fault_state == 1) ? 0 : 1; in hpc_query_power_fault()