Searched refs:DR_ENTITY_SENSE (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/pci/hotplug/ |
H A D | rpaphp_pci.c | 94 rc = rtas_call(token, 2, 2, state, DR_ENTITY_SENSE, in __rpaphp_get_sensor_state() 99 return rtas_get_sensor(DR_ENTITY_SENSE, slot->index, state); in __rpaphp_get_sensor_state()
|
H A D | rpaphp.h | 20 #define DR_ENTITY_SENSE 9003 macro
|
/openbmc/linux/arch/powerpc/platforms/pseries/ |
H A D | dlpar.c | 268 #define DR_ENTITY_SENSE 9003 macro 282 rc = rtas_get_sensor(DR_ENTITY_SENSE, drc_index, &dr_status); in dlpar_acquire_drc() 303 rc = rtas_get_sensor(DR_ENTITY_SENSE, drc_index, &dr_status); in dlpar_release_drc() 324 rc = rtas_get_sensor(DR_ENTITY_SENSE, drc_index, &dr_status); in dlpar_unisolate_drc()
|