Home
last modified time | relevance | path

Searched refs:calloutClock (Results 1 – 5 of 5) sorted by relevance

/openbmc/openpower-hw-diags/analyzer/plugins/
H A Dp10-plugins.cpp51 io_servData.calloutClock(clockCallout, clockPriority, true); in pll_unlock()
75 io_servData.calloutClock(callout::ClockType::OSC_REF_CLOCK_0, in lpc_timeout_callout()
81 io_servData.calloutClock(callout::ClockType::OSC_REF_CLOCK_1, in lpc_timeout_callout()
H A Dp10-tod-plugins.cpp348 io_servData.calloutClock(callout::ClockType::TOD_CLOCK, in tod_step_check_fault()
/openbmc/openpower-hw-diags/analyzer/
H A Dresolution.cpp90 io_sd.calloutClock(iv_clockType, iv_priority, iv_guard); in resolve()
H A Dservice_data.hpp130 void calloutClock(const callout::ClockType& i_clockType,
H A Dservice_data.cpp81 void ServiceData::calloutClock(const callout::ClockType& i_clockType, in calloutClock() function in analyzer::ServiceData