Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pci/hotplug/
H A Dpnv_php.c366 ret, (state == OPAL_PCI_SLOT_POWER_ON) ? "on" : "off"); in pnv_php_set_slot_power_state()
374 uint8_t power_state = OPAL_PCI_SLOT_POWER_ON; in pnv_php_get_power_state()
448 uint8_t power_status = OPAL_PCI_SLOT_POWER_ON; in pnv_php_enable()
493 if (power_status != OPAL_PCI_SLOT_POWER_ON) in pnv_php_enable()
502 if (power_status == OPAL_PCI_SLOT_POWER_ON) in pnv_php_enable()
506 ret = pnv_php_set_slot_power_state(slot, OPAL_PCI_SLOT_POWER_ON); in pnv_php_enable()
/openbmc/linux/arch/powerpc/include/asm/
H A Dopal-api.h423 OPAL_PCI_SLOT_POWER_ON = 1, enumerator