OPAL_PCI_SLOT_POWER_ON
ret, (state == OPAL_PCI_SLOT_POWER_ON) ? "on" : "off");
uint8_t power_state = OPAL_PCI_SLOT_POWER_ON;
ret = pnv_php_set_slot_power_state(slot, OPAL_PCI_SLOT_POWER_ON);
slot, OPAL_PCI_SLOT_POWER_ON);
uint8_t power_status = OPAL_PCI_SLOT_POWER_ON;
if (power_status != OPAL_PCI_SLOT_POWER_ON)
if (power_status == OPAL_PCI_SLOT_POWER_ON)