Home
last modified time | relevance | path

Searched refs:hold_phase_pending (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/core/
H A Dresettable.c138 s->hold_phase_pending = true; in resettable_phase_enter()
158 if (s->hold_phase_pending) { in resettable_phase_hold()
159 s->hold_phase_pending = false; in resettable_phase_hold()
235 if (oldp_count && s->hold_phase_pending) { in resettable_change_parent()
/openbmc/qemu/include/hw/
H A Dresettable.h143 bool hold_phase_pending; member