Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/pci/hotplug/
Dcpci_hotplug_pci.c52 u16 hs_csr; in cpci_get_attention_status() local
63 &hs_csr)) in cpci_get_attention_status()
66 return hs_csr & 0x0008 ? 1 : 0; in cpci_get_attention_status()
72 u16 hs_csr; in cpci_set_attention_status() local
82 &hs_csr)) in cpci_set_attention_status()
85 hs_csr |= HS_CSR_LOO; in cpci_set_attention_status()
87 hs_csr &= ~HS_CSR_LOO; in cpci_set_attention_status()
91 hs_csr)) in cpci_set_attention_status()
99 u16 hs_csr; in cpci_get_hs_csr() local
109 &hs_csr)) in cpci_get_hs_csr()
[all …]
Dcpci_hotplug_core.c390 u16 hs_csr; in check_slots() local
417 hs_csr = cpci_get_hs_csr(slot); in check_slots()
419 __func__, slot_name(slot), hs_csr); in check_slots()
433 hs_csr = cpci_get_hs_csr(slot); in check_slots()
435 __func__, slot_name(slot), hs_csr); in check_slots()
446 hs_csr = cpci_get_hs_csr(slot); in check_slots()
448 __func__, slot_name(slot), hs_csr); in check_slots()
457 hs_csr = cpci_get_hs_csr(slot); in check_slots()
459 __func__, slot_name(slot), hs_csr); in check_slots()
470 hs_csr = cpci_get_hs_csr(slot); in check_slots()
[all …]