Home
last modified time | relevance | path

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

/linux-4.1.27/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.c400 u16 hs_csr; in check_slots() local
427 hs_csr = cpci_get_hs_csr(slot); in check_slots()
429 __func__, slot_name(slot), hs_csr); in check_slots()
443 hs_csr = cpci_get_hs_csr(slot); in check_slots()
445 __func__, slot_name(slot), hs_csr); in check_slots()
456 hs_csr = cpci_get_hs_csr(slot); in check_slots()
458 __func__, slot_name(slot), hs_csr); in check_slots()
467 hs_csr = cpci_get_hs_csr(slot); in check_slots()
469 __func__, slot_name(slot), hs_csr); in check_slots()
480 hs_csr = cpci_get_hs_csr(slot); in check_slots()
[all …]