Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/hotplug/
Dpciehp_hpc.c508 u8 pwr_fault; in hpc_query_power_fault() local
525 pwr_fault = (u8)((slot_status & PWR_FAULT_DETECTED) >> 1); in hpc_query_power_fault()
526 status = (pwr_fault != 1) ? 1 : 0; in hpc_query_power_fault()
Dshpchp_hpc.c138 #define pwr_fault 0x0040 macro