Home
last modified time | relevance | path

Searched refs:hwasState (Results 1 – 3 of 3) sorted by relevance

/openbmc/openpower-proc-control/extensions/phal/
H A Dclock_logger.cpp85 ATTR_HWAS_STATE_Type hwasState; in createClockDataLog() local
88 if (DT_GET_PROP(ATTR_HWAS_STATE, procTarget, hwasState)) in createClockDataLog()
94 if (!hwasState.present) in createClockDataLog()
104 if (hwasState.functional) in createClockDataLog()
190 ATTR_HWAS_STATE_Type hwasState; in addClockRegData() local
191 if (DT_GET_PROP(ATTR_HWAS_STATE, clockTarget, hwasState)) in addClockRegData()
198 if (!hwasState.present) in addClockRegData()
205 if (hwasState.functional) in addClockRegData()
/openbmc/openpower-proc-control/procedures/phal/
H A Dthread_stopall.cpp53 ATTR_HWAS_STATE_Type hwasState; in threadStopAll() local
56 if (DT_GET_PROP(ATTR_HWAS_STATE, procTarget, hwasState)) in threadStopAll()
64 if (!hwasState.functional) in threadStopAll()
H A Denter_mpreboot.cpp144 ATTR_HWAS_STATE_Type hwasState; in enterMpReboot() local
149 if (DT_GET_PROP(ATTR_HWAS_STATE, target, hwasState)) in enterMpReboot()
153 if (!hwasState.functional) in enterMpReboot()