Searched refs:OPAL_PCI_SLOT_POWER_ON (Results 1 – 2 of 2) sorted by relevance
355 ret, (state == OPAL_PCI_SLOT_POWER_ON) ? "on" : "off"); in pnv_php_set_slot_power_state()371 uint8_t power_state = OPAL_PCI_SLOT_POWER_ON; in pnv_php_get_power_state()445 uint8_t power_status = OPAL_PCI_SLOT_POWER_ON; in pnv_php_enable()490 if (power_status != OPAL_PCI_SLOT_POWER_ON) in pnv_php_enable()499 if (power_status == OPAL_PCI_SLOT_POWER_ON) in pnv_php_enable()503 ret = pnv_php_set_slot_power_state(slot, OPAL_PCI_SLOT_POWER_ON); in pnv_php_enable()
420 OPAL_PCI_SLOT_POWER_ON = 1, enumerator