Home
last modified time | relevance | path

Searched refs:ClockType (Results 1 – 9 of 9) sorted by relevance

/openbmc/openpower-hw-diags/analyzer/
H A Dcallout.hpp198 class ClockType class
202 static const ClockType OSC_REF_CLOCK_0;
205 static const ClockType OSC_REF_CLOCK_1;
208 static const ClockType TOD_CLOCK;
216 ClockType(const std::string& i_string, const SrcSubsystem i_subsystem) : in ClockType() function in analyzer::callout::ClockType
241 inline const ClockType ClockType::OSC_REF_CLOCK_0{"OSC_REF_CLOCK_0",
243 inline const ClockType ClockType::OSC_REF_CLOCK_1{"OSC_REF_CLOCK_1",
245 inline const ClockType ClockType::TOD_CLOCK{"TOD_CLOCK", SrcSubsystem::CEC_TOD};
H A Dresolution.hpp149 ClockCalloutResolution(const callout::ClockType& i_clockType, in ClockCalloutResolution()
156 const callout::ClockType iv_clockType;
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()
/openbmc/openpower-hw-diags/analyzer/plugins/
H A Dp10-plugins.cpp49 auto clockCallout = (0 == i_instance) ? callout::ClockType::OSC_REF_CLOCK_0 in pll_unlock()
50 : callout::ClockType::OSC_REF_CLOCK_1; 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/telemetry/tests/src/fakes/
H A Dclock_fake.hpp9 template <class ClockType>
12 using clock = ClockType;
/openbmc/openpower-hw-diags/analyzer/ras-data/
H A Dras-data-parser.cpp431 static const std::map<std::string, callout::ClockType> m = in parseAction()
433 {"OSC_REF_CLOCK_0", callout::ClockType::OSC_REF_CLOCK_0}, in parseAction()
434 {"OSC_REF_CLOCK_1", callout::ClockType::OSC_REF_CLOCK_1}, in parseAction()
435 {"TOD_CLOCK", callout::ClockType::TOD_CLOCK}, in parseAction()
/openbmc/openpower-hw-diags/test/
H A Dtest-resolution.cpp42 callout::ClockType::OSC_REF_CLOCK_1, callout::Priority::LOW, false); in TEST()
375 callout::ClockType::OSC_REF_CLOCK_1, callout::Priority::HIGH, false); in TEST()