Home
last modified time | relevance | path

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

/Linux-v4.19/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.c380 u16 hs_csr; in check_slots() local
407 hs_csr = cpci_get_hs_csr(slot); in check_slots()
409 __func__, slot_name(slot), hs_csr); in check_slots()
423 hs_csr = cpci_get_hs_csr(slot); in check_slots()
425 __func__, slot_name(slot), hs_csr); in check_slots()
436 hs_csr = cpci_get_hs_csr(slot); in check_slots()
438 __func__, slot_name(slot), hs_csr); in check_slots()
447 hs_csr = cpci_get_hs_csr(slot); in check_slots()
449 __func__, slot_name(slot), hs_csr); in check_slots()
460 hs_csr = cpci_get_hs_csr(slot); in check_slots()
[all …]