Home
last modified time | relevance | path

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

/linux/drivers/pci/hotplug/
H A Dcpci_hotplug_pci.c36 u16 hs_csr; in cpci_get_attention_status() local
47 &hs_csr)) in cpci_get_attention_status()
50 return hs_csr & 0x0008 ? 1 : 0; in cpci_get_attention_status()
56 u16 hs_csr; in cpci_set_attention_status() local
66 &hs_csr)) in cpci_set_attention_status()
69 hs_csr |= HS_CSR_LOO; in cpci_set_attention_status()
71 hs_csr &= ~HS_CSR_LOO; in cpci_set_attention_status()
75 hs_csr)) in cpci_set_attention_status()
83 u16 hs_csr; in cpci_get_hs_csr() local
93 &hs_csr)) in cpci_get_hs_csr()
101 u16 hs_csr; cpci_check_and_clear_ins() local
130 u16 hs_csr; cpci_check_ext() local
151 u16 hs_csr; cpci_clear_ext() local
177 u16 hs_csr; cpci_led_on() local
205 u16 hs_csr; cpci_led_off() local
[all...]
H A Dcpci_hotplug_core.c316 u16 hs_csr; in check_slots() local
343 hs_csr = cpci_get_hs_csr(slot); in check_slots()
345 __func__, slot_name(slot), hs_csr); in check_slots()
359 hs_csr = cpci_get_hs_csr(slot); in check_slots()
361 __func__, slot_name(slot), hs_csr); in check_slots()
369 hs_csr = cpci_get_hs_csr(slot); in check_slots()
371 __func__, slot_name(slot), hs_csr); in check_slots()
380 hs_csr = cpci_get_hs_csr(slot); in check_slots()
382 __func__, slot_name(slot), hs_csr); in check_slots()
391 hs_csr in check_slots()
[all...]