Searched refs:HOLD (Results 1 – 5 of 5) sorted by relevance
/qemu/rust/qemu-api/src/ |
H A D | qdev.rs | 58 const HOLD: Option<fn(&Self, ResetType)> = None; 88 T::HOLD.unwrap()(unsafe { state.as_ref() }, typ); in rust_resettable_hold_fn() 159 if <T as ResettablePhasesImpl>::HOLD.is_some() { in class_init() 57 const HOLD: Option<fn(&Self, ResetType)> = None; global() constant
|
/qemu/hw/misc/ |
H A D | bcm2835_thermal.c | 23 FIELD(CTL, HOLD, 8, 10)
|
/qemu/rust/hw/char/pl011/src/ |
H A D | device.rs | 182 const HOLD: Option<fn(&Self, ResetType)> = Some(Self::reset_hold); constant
|
/qemu/include/hw/misc/ |
H A D | bcm2835_cprman_internals.h | 317 .cm_hold_mask = R_CM_ ## pll_ ## _ ## HOLD ## channel_ ## _MASK, \
|
/qemu/rust/hw/timer/hpet/src/ |
H A D | device.rs | 1043 const HOLD: Option<fn(&Self, ResetType)> = Some(Self::reset_hold); in vmsd() 1049 const HOLD: Option<fn(&Self, ResetType)> = Some(Self::reset_hold); global() constant
|