Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/pci/hotplug/
Dcpci_hotplug_pci.c38 u16 hs_csr; in cpci_get_attention_status() local
49 &hs_csr)) in cpci_get_attention_status()
52 return hs_csr & 0x0008 ? 1 : 0; in cpci_get_attention_status()
58 u16 hs_csr; in cpci_set_attention_status() local
68 &hs_csr)) in cpci_set_attention_status()
71 hs_csr |= HS_CSR_LOO; in cpci_set_attention_status()
73 hs_csr &= ~HS_CSR_LOO; in cpci_set_attention_status()
77 hs_csr)) in cpci_set_attention_status()
85 u16 hs_csr; in cpci_get_hs_csr() local
95 &hs_csr)) in cpci_get_hs_csr()
[all …]
Dcpci_hotplug_core.c329 u16 hs_csr; in check_slots() local
356 hs_csr = cpci_get_hs_csr(slot); in check_slots()
358 __func__, slot_name(slot), hs_csr); in check_slots()
372 hs_csr = cpci_get_hs_csr(slot); in check_slots()
374 __func__, slot_name(slot), hs_csr); in check_slots()
382 hs_csr = cpci_get_hs_csr(slot); in check_slots()
384 __func__, slot_name(slot), hs_csr); in check_slots()
393 hs_csr = cpci_get_hs_csr(slot); in check_slots()
395 __func__, slot_name(slot), hs_csr); in check_slots()
404 hs_csr = cpci_get_hs_csr(slot); in check_slots()
[all …]