Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pci/hotplug/
H A Dcpci_hotplug_pci.c69 hs_csr |= HS_CSR_LOO; in cpci_set_attention_status()
71 hs_csr &= ~HS_CSR_LOO; in cpci_set_attention_status()
189 if ((hs_csr & HS_CSR_LOO) != HS_CSR_LOO) { in cpci_led_on()
190 hs_csr |= HS_CSR_LOO; in cpci_led_on()
217 if (hs_csr & HS_CSR_LOO) { in cpci_led_off()
218 hs_csr &= ~HS_CSR_LOO; in cpci_led_off()
H A Dcpci_hotplug.h25 #define HS_CSR_LOO 0x0008 macro