Searched refs:OPAL_PCI_SLOT_POWER_ON (Results 1 – 2 of 2) sorted by relevance
367 ret, (state == OPAL_PCI_SLOT_POWER_ON) ? "on" : "off"); in pnv_php_set_slot_power_state()375 uint8_t power_state = OPAL_PCI_SLOT_POWER_ON; in pnv_php_get_power_state()449 uint8_t power_status = OPAL_PCI_SLOT_POWER_ON; in pnv_php_enable()494 if (power_status != OPAL_PCI_SLOT_POWER_ON) in pnv_php_enable()503 if (power_status == OPAL_PCI_SLOT_POWER_ON) in pnv_php_enable()507 ret = pnv_php_set_slot_power_state(slot, OPAL_PCI_SLOT_POWER_ON); in pnv_php_enable()
423 OPAL_PCI_SLOT_POWER_ON = 1, enumerator
Completed in 10 milliseconds