Home
last modified time | relevance | path

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

/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.c392 u16 hs_csr; in check_slots() local
419 hs_csr = cpci_get_hs_csr(slot); in check_slots()
421 __func__, slot_name(slot), hs_csr); in check_slots()
435 hs_csr = cpci_get_hs_csr(slot); in check_slots()
437 __func__, slot_name(slot), hs_csr); in check_slots()
448 hs_csr = cpci_get_hs_csr(slot); in check_slots()
450 __func__, slot_name(slot), hs_csr); in check_slots()
459 hs_csr = cpci_get_hs_csr(slot); in check_slots()
461 __func__, slot_name(slot), hs_csr); in check_slots()
472 hs_csr = cpci_get_hs_csr(slot); in check_slots()
[all …]